Slashdot Log In
First Psystar Mac Clones Ship
Posted by
CmdrTaco
on Mon Apr 28, 2008 11:27 AM
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."
Related Stories
[+]
$399 Mac Clone Most Likely a Hoax 233 comments
timholman writes "According to Gizmodo, an investigation has shown that the $399 OpenMac is almost certainly vaporware, as is Psystar itself. The company's address has actually changed twice this week, according to its web page, and Psystar is no longer accepting credit card transactions. Too bad for those who may have already ordered an OpenMac."
Firehose:First Psystar Mac clones ship by Anonymous Coward
[+]
Hardware: Psystar Open Computer Notes, Benchmarks and Video 304 comments
Engadget has had a chance to play around with Psystar's Open Computer and has a few things to say about the controversial machine. "Okay, so we've been playing with the Psystar Open Computer for a few hours now, and we've formed some early impressions and put together a short video of it in action. We haven't really tried to stress the system yet, but based on our other experiences with OSx86 machines, we're expecting things to generally go smoothly. That said, there are some definite rough patches and issues, all mostly having to do with the fact that OS X isn't really built for this hardware."
[+]
Mac Cloner Psystar Ships First Service Pack 468 comments
Preedit writes "Not only is Mac clone maker Psystar continuing to defy Apple's ban on third-party Leopard installations, it's supporting the hardware with updates. Psystar Mac clones shipped as of Monday will include a 'service pack' that features fixes for a range of problems, some of them inherent in Apple's own software, according to InformationWeek. The fixes address a range of troubles, from glitches in Apple's Time Machine backup feature to quirks in the Keyboard Viewer and Character Palette entries in Leopard's system preferences menu. There's also support for the latest version of Java and other updates. According to the story, by offering a full menu of support, Psystar appears to be daring Apple to attempt to enforce provisions in the Leopard license agreement that forbid third-party installations and sales." We've been discussing Psystar clones for a while.
[+]
Your Rights Online: Apple Files Suit Against Psystar 748 comments
Reader The other A.N. Other, among others, alerts us to the news that Apple has filed suit against Psystar, the unauthorized clonemaker. (We've been discussing Psystar from the start.) The suit alleges violation of Apple's shrink wrap license and trademarks, and also copyright infringement. News of the lawsuit, filed on July 3, first surfaced on a legal blog. There's speculation that the case has been sealed.
[+]
Apple Suit Demands That Psystar Recall OpenMacs 84 comments
Da'Man writes "The Psystar saga takes another series of turns. Not only is the website down but an examination of the suit filed by Apple shows that the Cupertino Goliath wants Psystar to recall all Open Computer and OpenServ systems sold by the company since April. It seems that Steve Jobs is out to totally sink Psystar and put an end to Mac clones."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

Operation Unsuccessful (Score:5, Insightful)
Re:Operation Unsuccessful (Score:4, Insightful)
There are some of us (music and video producers, artists, etc.) who even occasionally work on computers that are not connected to the Internets.
Parent
Re:Operation Unsuccessful (Score:4, Informative)
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.
Parent
Re:Operation Unsuccessful (Score:5, 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.
Parent
Apple legal (Score:4, Funny)
Loud! (Score:4, Insightful)
Mac Mini (Score:4, 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?
Re:Mac Mini (Score:4, Insightful)
Parent
You Don't Actually Need Software Update (Score:5, Insightful)
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.
Uh oh (Score:4, Funny)
First thing's first (Score:5, Interesting)
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.
Re:Software Update does not work. (Score:5, Insightful)
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).
Parent
Re:Meh (Score:5, Insightful)
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.
Parent
Re:Meh (Score:4, Insightful)
Parent
Re:What would I use expandability for? (Score:4, Insightful)
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.
Parent
Re:Meh (Score:5, 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.
Parent
Re:Meh (Score:4, Informative)
Parent
Re:Sure, they shipped... (Score:5, Funny)
Parent
Re:Sure, they shipped... (Score:4, Funny)
Oh wait...
Parent
Re:Unless the gizmod article or the posting is a h (Score:4, Funny)
Parent
Re:So.. shall the bets begine (Score:5, Informative)
Parent
Re:Why no cease and desist from Apple? (Score:4, 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.
Parent
Re:Why no cese and desist from Apple? (Score:5, 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.
Parent
Thanx for the cheap, easy threadjack (Score:5, Insightful)
Parent
Re:It is a fraud (Score:5, Insightful)
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.
Parent