Slashdot Mirror


First Psystar Mac Clones Ship

An anonymous reader writes "According to Gizmodo, Psystar has begun shipping its Macintosh clones, thus proving that the company is not a hoax. Initial impressions seem to be positive, though Software Update does not work."

55 of 466 comments (clear)

  1. Operation Unsuccessful by AmonEzhno · · Score: 5, Insightful

    I think that honestly if Software Update doesn't work, the machine can't be considered to be a successful model. If you downloaded windows or Linux and could never update, would you consider it a successful install?

    1. Re:Operation Unsuccessful by bleh-of-the-huns · · Score: 2, Interesting

      While the auto update will not work, they (well any "custom" OSX box) can be updated.

      Download the full update from the Apple developer site, do some major moving and backup magic with some of the kext's (apples loadable modules), and run the install. Some people have scripts out that will resolve the issue, but its a doable manual process.

      The major issue with the updates, is that some of the modifications (even when using EFI installed OSX with a stock kernel) to the modules that Apple does, breaks the hardware drivers (this was my issue), usually related to power management and ACPI, which causes the dreaded rainbow circle of death and a reboot loop :(

      --
      I came, I conquered, I coredumped
    2. Re:Operation Unsuccessful by Joe+The+Dragon · · Score: 2, Interesting

      more like you save $1000 - $1500 to get a mac with a real VIDEO CARD and DESKTOP PARTS the mini is has laptop parts and no dvdrw in the base system it is also stuck it the POS gma 950.

      apple does not make a HEAD LESS mid-range system.

    3. Re:Operation Unsuccessful by MBGMorden · · Score: 3, Informative

      Except that in the MacMini, the expansion slots are needed OUT OF THE BOX if you want to do anything remotely graphics related. Your argument would carry a lot more weight if the machine wasn't so crippled in the first place.

      The sad truth is that if you want a Macintosh with upgradeable graphics hardware, it's going to cost your $2200+. I can upgrade the graphics card on virtually any $199 Wal-mart PC. There's a problem here.

      Me personally, I've put almost as much money into my homebrew Mac as a Mac Mini would have cost. I have a slightly bigger hard drive (160gb) and more ram than the base (2gb), but those are both options that could be accomodated. The difference is that my system is running an 8600GTS video card. You can't get that out of a Mac Mini at all.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    4. Re:Operation Unsuccessful by PopeRatzo · · Score: 3, Insightful

      If you downloaded windows or Linux and could never update, would you consider it a successful install? You know, there was a time before we all updated our operating systems on a daily basis. And I recall being able to do some pretty successful things with my computer back then.

      There are some of us (music and video producers, artists, etc.) who even occasionally work on computers that are not connected to the Internets.

      --
      You are welcome on my lawn.
    5. Re:Operation Unsuccessful by CastrTroy · · Score: 2, Funny

      It worked for SUSE 10.1.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    6. Re:Operation Unsuccessful by Jimithing+DMB · · Score: 4, Informative

      What "EFI layer"? Netkas's PC EFI is a marketing name that Netkas put on his branch of my branch of the Apple-supplied Darwin/x86 bootloader.

      The only thing EFI about it is that he supplies some of the runtime services functions. I do this as well except in my version everything returns EFI_NOT_SUPPORTED. It is enough that the EFI system and runtime services tables exist and have halfway-valid information and that where a function pointer is expected that it point to some function. The implementation can be as simple as mov $EFI_NOT_SUPPORTED, %eax; ret.

      Nothing bad happens when the runtime services functions do not exist. Even if the one for rebooting the system instead returns EFI_NOT_SUPPORTED the system will still reboot because Apple still has legacy code to do this without EFI runtime services.

      The point of my booter is to allow Apple to focus on their own systems and to not maintain legacy code yet still continue to provide open source code that will work unmodified on non-Apple machines. The idea is that anyone can take the code they do release as Darwin and boot it unmodified on most PCs. As a side-effect anyone can also take the Apple-compiled binaries from OS X and do the same. That is, after all, the point of it.

      Of course, what I provide does not enable you to run OS X. You still have to provide a decryption engine and decryption keys and I don't help with that. Nor does Netkas PC EFI since the decryption engine, as explained by Amit Singh, is in the "Dont Steal Mac OS X.kext"

      None of this has anything to do with EFI. Once the kernel is going, EFI is gone except for two tables and a handful of runtime services functions.

    7. Re:Operation Unsuccessful by Jimithing+DMB · · Score: 3, Informative

      What you don't realize is that you don't have to modify kexts on disk to modify their behavior at runtime.

      The way Apple has structured the IOKit you can do everything that needs to be done purely by adding kernel extensions. It is never actually necessary to remove or modify kernel extensions but the hackintosh scene hasn't figured this out yet.

      I plan to update my website in due time with the specifics of how exactly you accomplish this. Aside from the issue of the kernel simply not being able to boot unmodified on a P4 I have an otherwise completely update-proof test box with hardware that is not supported out of the box by OS X. It's no different from any other OS really. Add drivers for hardware support. Add drivers that support hardware better than the OS-supplied drivers and keep the OS-supplied drivers from loading when they would cause problems.

      For example, consider a typical Windows installation. Microsoft provides a driver for basic ATA support. Once you install a more appropriate driver, it matches the hardware and drives it in lieu of the MS-supplied driver. The biggest difference is that on Windows NT (and derivatives) the plug'n'play aspect is done once when installing the driver. The system records which driver needs to load for a given piece of hardware. In OS X the plug'n'play happens upon each boot. The kernel builds up the IOCatalogue with information about available drivers and then passively matches the hardware using that information. That usually reduces it down to 1 or 2 potentials, usually just one. Then active matching occurs where each driver has a chance to probe the hardware and actively test whether or not it is able to drive it.

      All of this is fully documented by Apple. Once you read the effing manual you realize that the current hackintosh methods are insanely stupid.

      As an aside, this is why Windows fails to boot on a different machine to that which it was installed on. The Windows bootloader will not load drivers except those declared in the configuration control set registry hive. An OS X installation, if actually done properly, is able to boot on anything. But so far no one has really done an OS X installation properly which is why we see all these stupid machine-specific installation options in hackintosh spins.

      As for the ACPI tables, I'm theorizing on that now. I think the clear answer is to write an open ACPI platform expert as such an animal is needed for Darwin to really be considered an open platform. Doing a fully open ACPI PE kext means that various ACPI hacks employed in Linux can be ported to Darwin. Not having a fully open ACPI PE means that it's somewhat questionable as to whether Darwin can be used freely, depending mostly on whether you consider the Apple-supplied kexts to be parts of OS X or parts of Darwin.

  2. Meh by tab_b · · Score: 2, Interesting

    Looks like a noisy piece of crap PC, but if it goads Apple into releasing something with a similar form factor, then I'm all for it.

    1. Re:Meh by MBGMorden · · Score: 4, Insightful

      I hear you there. It's sad that a hacked box is an attractive purchase option for a Mac not really because of price (well, in a way), but rather because it's a reasonable config that Apple doesn't make: a consumer level expandable desktop. The Mac Pro is full of undeeded workstation grade parts that the home user doesn't need. The iMac is not expandable AND has an unneeded LCD duct-taped on. The Mac Mini is just plain non-expandable (which MIGHT be acceptable as the base specs aren't bad, expect for the insanely crippled graphics chip). The laptops are, well, laptops (I have a laptop that I like for traveling, but no way I'd ever use one for home use).

      Plop the mini's hardware into a mini-tower case, and tack on 1 PCI-E x16 slot, 1 PCI-E x1 slot, and 1 regular PCI slot, and then we'd have a machine worthy of my purchase. Until that point I'll keep on using my hacked up generic "mac" and my old PowerMac G4.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    2. Re:Meh by pauljlucas · · Score: 3, Insightful

      ... it's a reasonable config that Apple doesn't make: a consumer level expandable desktop ...
      Do you equate "expandable" with "has slots for cards?" If Apple's marketing research group has done their homework, well, obviously, they don't think most consumers need (and thus not want) such a desktop. Most people just want to plug in a printer and maybe a digital camera for which USB is sufficient. Everything else (GigE, 802.11n, USB2, FireWire, DVD, webcam) is already built-in. Out of curiosity, what exactly would you put in those PCI slots if Apple made such a consumer machine? Gamers and geeks simply aren't their target consumer market.
      --
      If you reply, do so only to what I explicitly wrote. If I didn't write it, don't assume or infer it.
    3. Re:Meh by drsmithy · · Score: 4, Interesting

      Plop the mini's hardware into a mini-tower case, and tack on 1 PCI-E x16 slot, 1 PCI-E x1 slot, and 1 regular PCI slot, and then we'd have a machine worthy of my purchase. Until that point I'll keep on using my hacked up generic "mac" and my old PowerMac G4.

      What they need is a Mac Pro Mini (or Mini Mac Pro). Basically, half a Mac Pro:

      * Single dual or quad-core CPU
      * 4 DIMM slots for 8G-16G RAM (2G standard)
      * PCIe x16 slot (with room for dual-width cards)
      * PCIe x4 slot
      * PCIe x1 slot
      * Two internal 3.5" bays, w/RAID1 or RAID0 on the chipset.
      * One internal 5.25" bay (Dual layer DVDRW standard)
      * Priced from about US$1100.

      Of course, Apple will never do this because it would absolutely slaughter higher-margin Mac Pro sales.

    4. Re:Meh by grm_wnr · · Score: 3, Informative

      Thinking about this a little, it appears you should buy a secondhand PowerMac G5. I am almost serious about this.

    5. Re:Meh by misleb · · Score: 2, Insightful

      I use a MBP/OSX (both as a laptop and desktop) so I get why you would want your preferred OSX setup, but really, shouldn't the software accommodate what you want to do with the hardware? For the most part, the same software is available for both platforms. Computers are just tools to be used to accomplish your task.


      I hear this sentiment a lot.. but what does it really mean? Are there people who aren't using computers as tools to accomplish a task? Is hacking an OS to work on X piece of hardware NOT an appropriate task? What if you enjoy that sort of thing? I know I do at times. That's what Linux was largely about for a long time. It is only fairly recently has the focus in Linux shifted towards end-user usability. Screw the "computers as a tool" mindset! I say have fun. Pick your favorite platform and hack it to make it do what you want... and then hack it some more!

      This reminds me of a friend who used to be a bit of a BSD hacker and played around with all kinds of odd hardware like VAXen. Now he just uses Windows because it runs a lot of software that he uses and he doesn't do much fun stuff anymore. He seems depressed and uninspired and frequently complains about how retarded WIndows is.... but it runs his apps. He's given in to this idea that "computers are just tools." It is kind of sad, really.

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    6. Re:Meh by marklar1 · · Score: 2, Insightful

      Think Again:

      It's not just video cards!

      Geez, who'd ever have thunk we'd get USB 2, or FireWire 2, or (e) SATA ?, or some new Networking protocol...or ???

      luckily, with basic PCI expansion cards that (almost) any tard can plug in the machines are ready for the future...

      and this is why several of my (and one's I look after for family/friends) machines AREN'T IN LANDFILLS!

      Encourage Expandability - Look to the FUTURE, even for mom & pop machines!

      so get off the "who would ever expand their computer" thing...

      Maybe your parents or grandparents or neighbors don't know what a PCI slot is, but when they need to figure out how to add a USB2 card or a network adapter or..??? they google it, or ask you or me, or go to the store and the clerk tells them...

  3. Apple legal by Glock27 · · Score: 3, Funny

    I'm waiting for Apple's lawyers to arrive with the attitude of a school of hungry piranha any time now...

    --
    Galileo: "The Earth revolves around the Sun!"
    Score: -1 100% Flamebait
  4. Re:Sure, they shipped... by CSMatt · · Score: 2, Funny

    Damn. Should have read the article.

  5. Loud! by MightyYar · · Score: 3, Insightful

    Yikes! Who brought the vacuum cleaner to the party! Wow, that video is loud!

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  6. Step One Complete! by creature124 · · Score: 2, Insightful

    They shipped. Thats only step one though. Next, they have to function just as well as a real Mac, which according to the article isn't quite right.

    Plus, they have another hurdle - Apple C&D letters should be rolling in by now, if they haven't already.

    It should be an interesting court battle. Yet another challenge for intellectual property in relation to software. Lets hope this one goes the way be all want.

  7. Mac Mini by MBCook · · Score: 3, Funny

    Am I the only one who thinks it would be hilarious if every model they shipped out contained a faulty motherboard, with signals rerouted to hide the fact everything is running from a Mac Mini stashed in the "powersupply"?

    That would be great.

    I've got to say, for a scam they are really committed.

    At first, I thought this was all interesting and going to have an interesting legal battle attached to it. Then it was clear this was a scam and there would be no fun to watch. Now I'm starting to wonder if I'll get to see the legal fight after all. Maybe it's not a scam?

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    1. Re:Mac Mini by oahazmatt · · Score: 3, Insightful

      Am I the only one who thinks it would be hilarious if every model they shipped out contained a faulty motherboard... Well, the hardware would have the same functionality as the 800 Mhz G3 iBook.
      --
      Those who believe the Internet is private,
      find their privates are on the Internet.
  8. Re:Software Update does not work. by MBGMorden · · Score: 5, Insightful

    Because, if it did, Apple could brick the box. (Sort of, you could probably install Linux on it.) The operating not booting because of a bad patch is not "bricking". You could indeed still install Linux, or even just reinstall your hacked copy of OS X and just not do the software update the next time.

    Annoying over-used buzzwords aside, my guess is that the update situation on these will be just like other hackintosh setups, where you can update, but you have to obtain a hacked update installer, or go through a very manual process to do it.

    My original hackintosh setup for example was running 10.4.8 and couldn't use software updates, but I was able to move it over to 10.4.10 eventually (though I'm now running on 10.5.1).
    --
    "People who think they know everything are very annoying to those of us who do."-Mark Twain
  9. Movie doesn't show anything by mariushm · · Score: 2, Insightful

    That movie can be extremely easy to create, it's probably a fake.

    He films the normal PC in the back with the cable and so on, everything is fine...
    When the turns to the front of the screen someone takes out the VGA cable, puts it in a display switcher or something, while the monitor is still turned off, and connects a Mac laptop to that display switch.

    Then the dude turns on the PC, starts recording the screen, waits until the windows starts showing and the other guy switches the signal to the laptop. This was his hand with the camera remains in the same position and it's easy to cut out the transition.. especially since the eyes of the people are focused on the flash where the mac screen is shown.

    So the movie for me it says nothing, it can be so easily faked i could do it myself if i had a fake.

    The motherboard is also a Gigabyte based on the "setup-q-flash" message shown on the screen... i don't know if gigabyte would agree to make a Mac clone...

    Just my two cents

    1. Re:Movie doesn't show anything by nawcom · · Score: 2, Informative

      That movie can be extremely easy to create, it's probably a fake. He films the normal PC in the back with the cable and so on, everything is fine... When the turns to the front of the screen someone takes out the VGA cable, puts it in a display switcher or something, while the monitor is still turned off, and connects a Mac laptop to that display switch. Then the dude turns on the PC, starts recording the screen, waits until the windows starts showing and the other guy switches the signal to the laptop. This was his hand with the camera remains in the same position and it's easy to cut out the transition.. especially since the eyes of the people are focused on the flash where the mac screen is shown. So the movie for me it says nothing, it can be so easily faked i could do it myself if i had a fake. The motherboard is also a Gigabyte based on the "setup-q-flash" message shown on the screen... i don't know if gigabyte would agree to make a Mac clone... Just my two cents ... and let me guess, you don't believe in the moon landing either?

      Installing OS X on PCs is old news. Certain Gigabyte motherboards come with hardware that OS X has driver pre-installed for, and everything else is community supported.

      Here's a "fake" forum if you are lookiung for more info: http://www.insanelymac.com/

  10. You Don't Actually Need Software Update by MichaelCrawford · · Score: 5, Insightful
    I prefer not to use it except to check for what I need to download. I download all my updates manually from Apple's download page, then keep all the updates backed up both on hard drive and burned to CD.

    That way if I need to reinstall, which does happen now and then, I don't need to download again.

    There's no serial number check on manual downloads, but I expect that soon we'll be seeing the Apple version of Windows Genuine Advantage.

    --
    Request your free CD of my piano music.
    1. Re:You Don't Actually Need Software Update by stoofa · · Score: 2, Informative

      Why don't you just select 'download and keep package' from the software update menu and then just routinely burn your packages folder to CD?

    2. Re:You Don't Actually Need Software Update by nine-times · · Score: 2, Informative

      I don't think the problem is just that Apple's "Software Update" doesn't work. More likely the problem is that you can't update your OS without causing it to stop functioning. Psystar hacked the OS to run on generic hardware. If you install an update that overwrites part of that hack, your machine doesn't work anymore.

    3. Re:You Don't Actually Need Software Update by edalytical · · Score: 3, Insightful

      If there is ever an Apple version of Windows Genuine Advantage I'll quit using OS X, it will be erased from my drive and I'll never develop software for the Mac again.

      My computer, once I purchase it, should always function as long as there is not a hardware issue. I shouldn't have to prove I'm not stealing from the company, I shouldn't need an internet connection to unlock software, I _should_ be able to replace hardware components of the computer and I _should_ be able to transfer the software to another computer.

      End of story. I use a Mac because I think Apple understands that these are rights and they improve usability.

      --
      Win a signed Stephen Carpenter ESP Guitar from the Deftones: http://def-tag.com/?r=0008781
    4. Re:You Don't Actually Need Software Update by Orion+Blastar · · Score: 2, Interesting

      First we'll see a CD-Key to install Mac OSX, and then a Macintosh Genuine Advantage check. Mac OSX already has DRM for media files, adding in DRM to prevent pirated copies would be the next logical step.

      Of course the Mac Pirates will just find a way around that as the Windows Pirates did with XP and Vista. So maybe Apple wouldn't bother and just allow OEM installs for Non-Apple branded hardware?

      --
      Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
  11. Re:Sure, they shipped... by somersault · · Score: 5, Funny

    Surely it would have been easier just to buy one and find out, rather than to go to all that effort?

    --
    which is totally what she said
  12. Re:So.. shall the bets begine by Apple+Acolyte · · Score: 5, Informative

    Here's the relevant EULA excerpt: "You agree not to install, use or run the Apple Software on any non-Apple-labeled computer, or to enable others to do so."

    --
    Part of the hardcore faithful who believed in Apple long before it was cool again to do so
  13. Re:Unless the gizmod article or the posting is a h by E+IS+mC(Square) · · Score: 2, Insightful

    Of course, guilty until proven not to be. Good show!

  14. Re:Why no cease and desist from Apple? by Animats · · Score: 3, Insightful

    On what grounds? Psystar is installing a retail boxed product of MacOS X on Psystar hardware. There's no copyright violation, so none of the extreme remedies in the Copyright Act apply. Any legal restriction Apple seeks to impose that their software can only be run on their hardware runs afoul of "tying" restrictions in antitrust law. Apple would have to win an antitrust case before they could get a cease and desist order.

    What we'll probably see is heavily restrictive DRM in future Macs to prevent this. Or an end to retail sales of MacOS.

  15. Thanx for the cheap, easy threadjack by Corwn+of+Amber · · Score: 5, Insightful

    LOL. My Hackintosh supports software updates from Apple. Can't they at least install PC EFI? They're a fuckin integrator, they could BUY EFI boards. Morons.

    --
    Making laws based on opinions that stem up from false informations leads to witch hunts.
  16. Re:Unless the gizmod article or the posting is a h by Duradin · · Score: 2, Insightful

    Innocent until proven guilty is (was? seems to be out of fashion these days) a necessary legal concept.

    However, for consumers, it is a very dangerous approach when dealing with questionable businesses. Caveat emptor and all that.

  17. Re:Why no cese and desist from Apple? by drsmithy · · Score: 4, Interesting

    I have to wonder why they have not tried to get a preliminary injunction to halt shipment pending legal matters. They probably could get that fairly easily.

    They're probably weighing it against the possibility of having their "you can only install the copy of OS X you bought onto our list of blessed hardware" clause in the OS X EULA ruled invalid.

  18. Re:hmm by umStefa · · Score: 2, Funny

    Admit we where wrong? This is Slashdot, where baseless inflammatory accusations are NEVER wrong!!!!

    --
    Technology is most abused by the very people it was created to help
  19. Re:Sure, they shipped... by Lulfas · · Score: 3, Funny

    But will it blend?

  20. Re:Unless the gizmod article or the posting is a h by Malevolyn · · Score: 3, Funny

    You sure about the sober thing? I find Apple's visual effects much more entertaining when I'm not sober.

    --
    Your ad here.
  21. Uh oh by moosesocks · · Score: 3, Funny

    I think I just heard the sound of an iChair being thrown against a wall....

    --
    -- If you try to fail and succeed, which have you done? - Uli's moose
  22. Re:Can't Wait by cptnapalm · · Score: 2, Funny

    That's easy:

    Girlfriend looked at new computer. "That's not a Mac," she commented.

    Later that night, while asleep on the couch, he dreamed of marketing slogans.

  23. Re:Mac vs PC vs MacClone commercials by MistrBlank · · Score: 3, Funny

    "Hi, I'm a Mac" "and I am a PC" "YAAAAAAAAAAAAAAAAAAAAAAR and I be a MacCLone!" (the Mac guy wearing a pirate outfit).

  24. Re:Sure, they shipped... by vertinox · · Score: 3, Funny

    I've already saved myself the trouble of doing either by buying a Mac Mini and installing it inside a loud PC case with crazy glue.

    Oh wait...

    --
    "I am the king of the Romans, and am superior to rules of grammar!"
    -Sigismund, Holy Roman Emperor (1368-1437)
  25. Re:So.. shall the bets begine by Sancho · · Score: 2, Insightful

    As others have pointed out, the obvious way around this clause in the EULA is to label the computer: Apple.

  26. Re:What would I use expandability for? by argent · · Score: 3, Insightful

    Most consumers simply don't need or want what you want.

    First, I distinguished between "need" and "want". The desires you chose to ridicule were not in the "needs". You didn't ask what our "needs" were, you asked what we would do with expandability. If you asked "what do you need expandability for" you'd get a different answer.

    So once you eliminate that straw man, what I need is an adequate GPU, an adequate hard drive, and no integrated display... and a consumer price. Maybe 40% over what Psystar is asking for their box? That would give Apple their usual markup.

    The argument that "most consumers don't need" those features is a bit circular, since they're not available from Apple and haven't been available from Apple at a consumer price since Steve Jobs took over. On the other hand, they *are* available from Wintel box shippers, and most consumers are still buying Wintel boxes.

    Don't assume you know all the reasons why they do that. I know I'm regularly surprised by people's answers to why they still use Windows after they express desire for my desktop.

    And do consider that you'll never find out if you just ask Mac users, because that's a sample that's pre-selected to only include people for whom the current line of Macs is at least minimally acceptable.

  27. Re:It is a fraud by MBGMorden · · Score: 5, Insightful

    BUT, Apple is still being paid for their OS, which is the only item that many people are interested in. Their EULA says that you can only install it on their hardware, but it's a clause that is QUITE likely to be shot down in court.

    As to "profiting off someone else's work", EVERYBODY does that to some extent. ISP's are "profiting" off of Google, Ebay, etc because people buy internet access because of those items. Gas stations are profiting off of car manufaturers because they supply fuel for something that someone else made. Paper companies profit from fax/copier manufacturers because they generate a need for their product.

    The bottom line is that Apple sells an operating system. They have a legally questionable clause in there stating that when you buy it you can't install it except on computers that they deem appropriate (namely, ones they made themselves). If that clause is successfully shot down, things will likely return to a semblance of fairness: people who purchase software from a company can install it wherever and on whatever they want to.

    I mean seriously: if Microsoft came out with EULA stipulations tomorrow that stated that regardless of how well it worked, you couldn't install MS Office (even a legally purchased copy) on a WINE-equipped Linux machine, Slashdot would shit a jagged brick coated in hot sauce. Apple does the same though and it's reasonable behavior.

    --
    "People who think they know everything are very annoying to those of us who do."-Mark Twain
  28. I converted my gaming machine into one by Arcturax · · Score: 2, Interesting

    I just had to add a hard disk for Mac OS X and some more ram (upped to 4GB or corsair 800 mhz) and off I went. I used a Gigabyte P35-DS3L and a Core 2 Duo e6750 processor, evga Nvidia 8800 GT graphics for the gaming rig and the Kalyway installer to put it on the new 500 GB western digital hard disk.

    It is fast fast fast fast fast.

    Only few things I have to put up with.

    1. You have to turn on AHCI in the BIOS or you will kernel panic randomly. This makes the machine sit for about 20-30 seconds probing SATA ports and whatnot until it finally launches into the OS bootloader. This is a bios/board problem, not an OS X problem. Annoying at worst.

    2. Machine will sleep (using kernel patch) but upon wake, I have to manually assign an IP then go back to DHCP to get the machine to go back online.

    3. If I boot into windows and want to go back to Mac OS, I have to turn off the computer, unplug it and wait 15 seconds before plugging in and starting back up. If I don't, after the white screen with the apple, the graphics card will shut down and I can't see. Must be some flag in the card or board that windows sets that the drivers I'm using isn't resetting.

    4. Switching resolution can cause a blue screen where you can't see anything. Rebooting will take care of it.

    5. Some 3D apps won't work. Second Life is one example.

    --

    --Won't that be grand? Computers and the programs will start thinking and the people will stop. - Dr. Walter Gibbs
  29. First thing's first by dr00g911 · · Score: 4, Interesting

    These aren't clones. They're Hackintoshes done for you and then shipped out. The OS isn't legit, iLife isn't legit, and you're dumping entirely too much money on the hardware that they're shipping out as there's no software cost at all.

    I've got to wonder why Software Update isn't working on them, even though they've admitted to using the EFI loader hack. In my experience, only OS updates (ie 10.5.1->10.5.2) are potentially dangerous anymore, and I managed to update from 10.5.1 to 10.5.2 without issue on an oldish Shuttle AMD barebones box here after patching EFI/Vanilla kernel.

    It's almost trivial to get a vanilla kernel up & running on an Intel hackintosh now, only slightly more difficult on an AMD box -- there are even several quite good pre-packaged installers now with 10.5.2 that do everything for you if you don't like to get your hands dirty.

    All that said, it's going to be funny when all of the people duped into buying these can't update to 10.5.4 or whatever and end up with a bricked box. At least if you do it yourself, you develop the skillset to boot into single user mode, disable kexts, remove caches etc.

    Maintaining a functioning, stable, up-to-date Hackintosh (with Quartz Extreme running properly etc) is a lot like keeping a '60s Volkswagen running. Not particularly difficult, but you build up the skills over time and it takes quite a bit of patience. I think there are going to be a lot of pissed off people once they realize what they've bought into.

  30. Re:What's the point? by lawn.ninja · · Score: 3, Insightful

    I still find it amusing that so many people think that if you put OSX on a OC you'll get the same experience as you do on Mac hardware... You folks know that if Mac ran on anything it would be just a buggy and fucked up as windows right? The only reason it runs smoothly now is because Apple controls the hardware. The day you can run it on any machine in the world will be the day that Mac zealots finally shut the fuck up about how superior their shit ass OS is. The world will one day learn that Linux is the true way through. Until then clever marketing will sell hunks of shit, and create a cult around them. iFag.

  31. Naysayers by fm6 · · Score: 2, Insightful

    In other words, it's not a hoax, but it is an ineptly implemented, poorly supported, piece of crap. That will show all the naysayers!</sarcasm>

    This whole episode is a reminder of Hanson's Law: Never attribute to malice that which can be explained by stupidity!

  32. What is Psystar really selling? by rudy_wayne · · Score: 3, Interesting

    All $399 gets you (or $999 for the "Pro" version) is a box full of generic PC components that are known to be more or less compatible with OSX. No monitor, no keyboard or mouse and *NO OPERATING SYSTEM*. An installed copy of OSX will cost you an extra $150. Since a genuine Apple Mac is really just a PC running OSX, it would make no sense for someone to buy a "Mac Clone" without OSX so I'm figuring that almost all the units Psystar sells will probably have OSX on them.

    Does Psystar's installation of OSX violate Apple's EULA? Is Apple's EULA even legal? I have no idea, but Psystar is not the company who is going to spend millions slugging it out in court trying to get Apple's EULA declared invalid. This is a Fly-By-Night operation and Psystar's behaviour so far -- from the constantly changing addresses to the questionable background of its owners to the fact that they have built their entire business model on selling freely available OSX hacks -- tells me exactly what is going to happen next:

    When Apple Apple sues -- and make no mistake, they will sue -- Psystar will fold and disappear. That's been the Psystar game plan all along. Take as many orders and collect as much money as possible before they get shut down. And if you happen to be one of the people waiting for delivery when Apple's lawyers attack, well, it sucks to be you.

  33. Re:What's the point? by Bob-taro · · Score: 2, Interesting

    I still find it amusing that so many people think that if you put OSX on a OC you'll get the same experience as you do on Mac hardware... You folks know that if Mac ran on anything it would be just a buggy and fucked up as windows right? The only reason it runs smoothly now is because Apple controls the hardware.

    That is just a hypothesis (granted it's a very plausible and reasonable one). OSX already does run on a variety of hardware -- just not as big a variety as Windows. While you probably can't run OSX on just any PC, you could probably spec a system out for it specifically (as Psystar has apparently done). The most interesting thing about this company might be that it is a chance to see the hypothesis tested. Linux users are already quite willing to accept hardware limitations to avoid OS instability.

    --
    Prov 9:8 Do not rebuke mockers or they will hate you; rebuke the wise and they will love you.
  34. Re:Sure, they shipped... by lucas+teh+geek · · Score: 2, Insightful

    let us know how installing 4-6 desktop SATA drives and a PCI express video card goes, will ya?

    most people interested in this dont want a cheap mac, they want an expandable mac that isnt complete overkill (like he Mac Pro). The number of people who'd install extra hard drives or replace their graphics card easily outnumber the number of people who can actually make use of 8 cores and dual sockets. the Mac Pro may be fan-fucking-tastic value for what it is, but its baseline configuration is ridiculously overspeced for the user who just wants a second internal hdd or an 8800 for bootcamp gaming

    --
    TIAEAE!
  35. price not $399 by goombah99 · · Score: 2, Insightful

    The article notes that it comes with Leopard installed but that YOU CANNOT REINSTALL it yourself from a leopard CD (Which comes with it). (and you presumably cannot install Lion or whatever the next OS is) So if You want to run mac OS then you have to pay them to install Mac OS of $150. it also lacks firewire, blue tooth, and wifi. They will add Firewire for $50.
    Shipping is another $50 (macs ship free).

    so the total price is $609 without wifi or blue tooth. compared to $599 for the mac. The cpu is a bit faster, the disk is bigger and faster.

    You can buy the mac at macmall where they will upgrade your memory and and give you a "free" printer for the same price (provided you can stomach the "rebate" spanking machine).

    so basically a mac is cheaper, smaller and quieter. Not to mention the mac comes with software updates and you can re-install the software.

    ----

    the psystar's big brother, actually is cost competitive with the powermac however.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  36. Re:Sure, they shipped... by lucas+teh+geek · · Score: 3, Insightful

    no matter how you configure it it still has a quad core xeon processor and buffered ECC memory which is overkill for most, and hideously overpriced compared to the consumer grade equivalents.

    lets just say that the cheapest configured mac pro with edu discount is $2k (it's more, but lets stick with round numbers), and lets say that the psystar clone is $500 (it's less, but again round numbers). I can handle paying an apple premium, sometimes as much as 30-40% extra for the exact same components because it's from apple, but 300% extra is pushing it a little far. what's that I hear? the specs arent comparable? that's exactly my point. dont want or need a mac pro, it's complete overkill when I just want a graphics card and an extra internal drive. I'd be completely happy with an expandable mini

    --
    TIAEAE!