How To: Hackintosh a Dell Mini 9 Into the Ultimate OS X Netbook

I am typing this on a 9-inch, 3G-equipped, almost-pocketable computer, running the best consumer OS money can currently buy. It costs around $400. Do you want one too? Here’s how to get yours.

There are a lot of netbooks on which you can install and run OS X, but if you’re mindful of the handy comparison chart those lads at Boing Boing Gadgets have compiled, you’ll know that the Mini 9 is about as ideal a platform as you’ll find for a Hackintosh ultraportable: Everything from wi-fi, sound and the function keys down to the optional integrated mobile broadband card and the SD card reader are supported and work as they should. No hardware compromises at all. It’s awesome.

Generally, there are two ways to approach a Hackintosh install: Using a “slipstreamed” OS X installer image that’s been modified to install on non-Apple hardware, or using a $129 factory-fresh retail OS X install disk in tandem with a special bootloader that does the necessary tweaking to let the install happen. The former can be easy enough, but it’s pretty much illegal since it contains a pirated OS X install disk, and on top of that you’ll run into all kinds of problems should you ever want to upgrade your OS or software via Software Update.

By using a retail OS X disk, you stay mostly out of pirate waters, and ensure that once everything’s up and running, you’ll be as close as is possible to having an actual Mac. Here we’re doing that, using a method referred to as the “Type11” install, cooked up by a fellow of the same handle and his colleagues over on the MyDellMini forums, a fantastic resource.

Even though we’re using a standard retail-purchased copy of OS X, the disclaimer: Apple does not like Hackintoshing. It violates the OS X EULA, and probably won’t make the Dell folks too happy either, should you need to return your hacked Mini 9 for service. So, as always, proceed at your own risk.

On a personal note let me tell you, it’s worth it. The Mini 9 is a beautiful OS X machine. So let’s get started.

What You’ll Need

Dell Mini 9 With 16GB SSD or higher (8GB SSDs will techincally work, but it will take some fiddling not covered by this guide)

• Retail copy of OS X 10.5.x (NOT an OEM copy that comes with a new Mac)

• A USB flash drive 8GB or higher

• An external USB DVD drive

• The “Type11” Bootloader: DellMiniBoot123v8.01.iso.zip (download link in this forum post)

• Blank CD to burn bootloader image (I actually used version 8.0 of Type11 on my CD-if your boot process with 8.01 is different than what’s spelled out in this guide, you can download 8.0 here. Both should work.)

• Windows PC for preparing the flash drive (if DVD drive works fine, this is optional)

Preparing Your Boot Loader

The easiest way to use both the Type11 bootloader (burned to a bootable CD) and your OS X install DVD is via the external USB DVD drive. The catch is, some drives are mysteriously not compatible with installing OS X on the Mini 9. Mine was one of those drives—the bootloader CD would work without a hitch, but it would choke on the OS X install disk every time. Thankfully, it’s also possible to run both the bootloader and the OS X install disk off of a USB flash drive. I’m going to spell out my method here, which actually included both approaches, but try an external DVD drive first, and if yours is compatible, your life will be a little easier than mine was. On the other hand, if you don’t have an external drive, you can give the USB flash drive method a shot.

The general approach here it to boot from the Type11 bootloader, which allows you install, run and update OS X; once you’re up to 10.5.6, you can install a suite of Mini 9 specific drivers so you don’t have to rely on the bootloader anymore.

1. Unzip the DellMiniBoot123v8.01.iso and burn it to a CD with Disk Utility or a similar Windows tool (don’t just drag the ISO file to a disk). Pop that disk into your external DVD drive, connect it to your Mini 9 and power it on, then press 0 (zero) at startup to bring up the list of bootable devices.

2. Choose CD/DVD from the list, which will bring you into the bootloader. Choose the first option, “Install Retail OS X 10.5” which will bring you to a command prompt that says “boot:”

3. Take out the bootloader disk and pop in your retail OS X install DVD, keeping the PC running. (You can power your external drive off and then on again to make sure everything’s kosher.) Press Escape at the boot: prompt to bring up the drive options. The Type11 installer uses hex codes to choose which device you’re booting from, which you can assign at any time from the boot prompt by pressing escape: enter “9f” for the external DVD drive or “80” for the primary internal SSD. Here we’re booting from the external CD drive, so press escape, Type “9f” then press enter.

4. At this point, the OS X installer will either load or it won’t. If it does, great. You can skip to step 12. If not, you’ll need to do what I did, and transfer everything to a USB flash drive to install that way.

Preparing a USB Stick Instead Of/In Addition To a Boot CD

This is based on a tutorial found on the MyDellMini forums by “bmaltais”—bigup to him.

5. Open up Disk Utility and partition your USB drive (8GB or larger) into two partitions: one 200MB FAT32 (MS-DOS) partition named “TYPE11” and one with the remainder of the free space formated as Mac OS X Extended (Journaled) called OSXDVD.

6. Move to a Windows PC (I know, I know), plug in your USB stick and download Syslinux-this is a utility that will make the FAT32 partition of your USB stick bootable. With the Windows Command Prompt, cd over to the “win32” subdirectory of the Syslinux directory you downloaded and type the following, where “F:” is the drive letter for the TYPE11 partition on your USB stick:

syslinux -ma F:

You won’t get any confirmation, but if you receive no error messages, you’re good: This copies a single file named ldlinux.sys (invisible in Windows) to the USB drive to make it bootable. Pop it out and go back to your Mac if that’s what you’re using.

7. Now, unzip the Type11 ISO (instead of burning it to a disk) and copy the whole directory structure to the TYPE11 partition. Do NOT overwrite the “ldlinux.sys” when it asks—you want to keep the one you copied over with Syslinux.

8. To fill up the other partition, insert your OS X install DVD and, in Disk Utility, select it and choose “New Image.” Save it to the OSXDVD partition of your USB drive as “live.dmg” with “compressed” as the type and encryption set to “none.” This’ll take about a half hour to rip the DVD to an image, which should weigh in at around 6.4 GB give or take.

9. After that’s done, go to Terminal and copy your mach kernel file to the OSXDVD partition by typing this:

sudo cp /mach_kernel /Volumes/OSXDVD

10. And finally, download this zip file, uncompress it and copy the System and Library folders inside to your OSXDVD partition. This is the last bit of magic needed to make your Mini 9 think it’s working with an actual OS X install DVD.

11. On your Mini 9, restart it and enter the BIOS setup by pressing “2”—and make sure legacy support for USB devices is enabled. Now, reboot and select the boot options list by tapping 0 at startup and choose USB Storage. Select the OSXDVD partition to boot from and press Enter. This should load up the familiar Apple and the OS X installer window.

Install OS X

While you’re installing and doing initial configuration of OS X, everything will be all warped to 800×600 rather than your Mini’s native 1024×600 res. Don’t worry, this will be fixed soon enough.

12. The first thing you need to do is format your SSD. Bring up Disk Utility in the installer select it at the highest level possible. Go to “Partition” and make it a single Mac OS X Extended (Journaled) partition. Before hitting Apply, go to Options and select GUID Partition Table. Then hit apply.

13. Now, go back to the Installer, and install OS X to the SSD you just partitioned. You will definitely want to choose to customize your install to save SSD space—I would ditch all the printer drivers and language packs you don’t need to save space. If you install with the default options though, don’t worry—all can be removed later. The install will take about an hour, so go fix yourself a drink. You may come back to an Install Error message at the very end (I didn’t), but if you do, don’t worry. It’s normal.

14. Once OS X is installed, it’s still not ready for use right off the drive. On your first reboot, make sure you boot back into the Type11 bootloader on your CD or flash drive, as your new OS X partition is still not bootable without it.

This is, however, where a bit of weirdness set in for me. The Type11 partition on my USB disk would NOT recognize my fresh OS X install on the Mini 9 SSD. It just would not boot it. The Type11 boot CD I had made (with version 8.0 of Type11) DID recognize it, however, and booted it just fine. So bear that in mind here—even if you weren’t using an external drive before, you still might need one.

15. So now you boot back into the Type11 CD and choose option 1 (“Install Retail OS X 10.5”) again, even though you’re not installing. This takes you back to the boot prompt. This time, hit Escape, and type the code “80” for your SSD (as opposed to “9f” for the external DVD). Press enter, and then back at the “boot:” prompt, type “-f” with no quotes before hitting enter again to boot. This will load all of OS X’s kernel extensions (.kexts) to make sure wi-fi and everything works. OS X should boot, and you’ll go through the typical OS X setup process. Notice the webcam and—hopefully—networking are already working!

ONE MORE NOTE: If networking isn’t working, don’t panic. On my first boot from the SSD, wi-fi didn’t work. But after a restart and another boot from the bootloader CD (with the “-f” option) it worked fine. Throughout this process, if anything is screwy, before you panic and start Googling new strategems, simply re-do the last step that failed—it’s often that easy.

Free Up Space and Update OS X to 10.5.6

Now that you’ve booted from the fresh install on the SSD, it’s time to update to 10.5.6 (if necessary). After a default install, I only had a gig and change left on my 16GB SSD, so I had to dump some programs I wouldn’t need as well as all the printer drivers found at /Library/Printers. There is an app called Monolingual which can also help clear some space by removing unwanted language files and stripping out all legacy PPC code from your universal binaries.

16. Once you’ve cleared up enough space (if necessary, you’ll need around 6GB), go to Software Update and install the 10.5.6 update. This will take a long-ass time too (the SSD, strangely enough, seems to actually be slower on tasks that take tons of reads and writes).

17. After it’s done, restart, and boot into the Type11 bootloader one last time. This time you don’t have to use the “-f” flag. Once you’re booted, go to the DellMini9Utils folder on your Type11 CD or flash drive and run the DellEFI installer. This will load all of the Mini 9 .kexts and drivers as well as a special bootloader to boot your SSD install. Choose the easy install option and just let it do its magic.

18. After it’s done, you’ll be asked to reboot one final time. You won’t need to boot from the Type11 CD this time; you should boot straight off of your SSD like normal, and enter upon your fresh new OS X desktop, now in gloriously correct 1024×600 resolution. Awesome!

Configs, Tweaks and Fun Stuff

You’ll notice right away that OS X runs fantastically on the Mini 9. I was really stunned, and you probably will be too. Here are some things to make it even better:

• Follow this tutorial to get your mobile broadband working if your Mini 9 has it. Network preferences should recognize it out of the box.

• If you’re especially OCD, you can run the “AboutThisMac.pkg” inside the Type11 utilities folder to change “Unknown Processor” in the About This Mac window to the correct 1.6GHz Atom designation.

This is a neat trick for fooling pesky oversized windows into shrinking themselves for your small screen.

• I haven’t had luck with this, but you can apparently enable some multitouch scrolling action on the Dell’s Synaptics touchpad by following these instructions.

Conclusion

So congrats, now you have a 100% functional OS X netbook. I’ve been using mine for a few days now, and it’s quite the machine for basic netbook activities-surfing, IM, email. It connects to my shared AirPort disk and streams my video collection (even high-def files) perfectly, and also backs up wirelessly over Time Machine. The 9-inch screen will make even your lower-res full-screen video look fantastic—YouTube or Hulu, QuickTime trailers and video rips are a pleasure to watch. Watching an episode of something in bed without lugging my 15-incher in with me is really nice.

In addition, I think I may have found the perfect toilet computer. No one wants to fight Windows on the throne. And of course it’s amazing for traveling. I’m about to take a trip to Cairo, and I’ll be bringing this little guy without a doubt.

Resources

Many thanks to everyone at the following sites:

DellMyMini Forums: Mac OS X

DellMyMini Forums: OS X: FAQs and How Tos

OSX86 Wiki Guide

So that’s about it! Please add in your experiences in the comments-your feedback is a huge benefit to our Saturday guides. Good luck with your own Hackintoshing, and have a great weekend!

Inspiron Mini 10 finally shows up at Dell’s website

In one of the most bizarre sequences of events we can recall, Dell’s Inspiron Mini 10 has finally arrived on its maker’s website. And this is after being briefly (and we stress “briefly“) unveiled in a 3- x 3-foot cubical at CES, being impersonated at Tecso by the smaller Mini 9 and showing up early on QVC. Yeah, weird. At any rate, we knew that the Round Rock powerhouse was looking to offer this pup up for sale starting on the 26th, so we figure now is a perfect time to host up a holding place in order to get people informed. As we’d heard, it’ll sport a 10.1-inch display, 802.11b/g WiFi, optional Bluetooth 2.1, HDMI out, an external DVD drive, upwards of 160GB of HDD space, 1GB of RAM, a keyboard that’s 92 percent the size of a standard laptop (that’s the same as on ASUS’ Eee PC 1000HE, by the way), a multitouch trackpad, 720p media playback, optional WWAN, an internal TV tuner and your choice of a 3-cell (3 hours) or 6-cell (6.5 hours) battery. Yummy!

[Thanks, John]

Filed under:

Inspiron Mini 10 finally shows up at Dell’s website originally appeared on Engadget on Fri, 20 Feb 2009 09:43:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Dell Mini 9 and 12 headed to AT&T stores?

You can already get an HP Mini netbook or a Sony VAIO P not-a-netbook up and running on AT&T’s network with relative ease, but it looks like your options could be about to get more convenient still, at least if this seemingly authentic screen courtesy of The Boy Genius Report is any indication. Apparently, both Dell’s Mini 9 and Mini 12 netbooks will be finding their way into AT&T stores at some point in the not too distant future, although there’s unfortunately no indication of an exact date or price. As the Boy Genius speculates, however, it seems likely that they’ll be at least somewhat competitive with the $99 that Verizon will be asking for the HP Mini 1000 on a two-year data card plan, which will apparently be available sometime in May.

[Via Electronista]

Filed under:

Dell Mini 9 and 12 headed to AT&T stores? originally appeared on Engadget on Fri, 20 Feb 2009 07:09:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Dell Tries to Cancel Psion Netbook Copyright

There’s a case to made for the genericization of the word “netbook.” The term has come to refer to lightweight, low-power PCs. Even as the definition of what constitutes a netbook becomes more blurred, the word’s place in our daily vocabulary has become further cemented. After all, in this age of cloud computing and economic uncertainly, netbook manufacturers have been doing pretty brisk business.

The thing is, Psion owns the right to the term. The company copyrighted it in the 90s, and as it has become commonly used, Psion has become more aggressive about attempting to secure its trademark: It has sent letters to manufacturers who have been bandying about the term. Dell is among those guilty parties, having just released the Inspiron Mini 10.

So now, Dell has taken it upon itself to file a Trademark Cancellation petition: “Upon information and belief, Psion intends not to resume bona fide use of the Netbook name in the ordinary course of trade.”

Dell files to strip “netbook” of trademark status

Well, you knew this was going to happen: Dell’s filed a petition with the United States Patent and Trademark Office requesting that Psion’s “netbook” trademark be canceled. It was only a matter of time before something like this happened, of course — the word “netbook” is in such widespread usage that Psion’s nastygrams are unlikely to have any meaningful impact, and the company’s weasely claims that it was only going after those “making a direct financial profit” basically guaranteed it was chasing after one of the big players. Word to the wise, Psion: it’s almost certain that you’ll lose this legal battle, but the PR war is easily won — and coupled with an interesting product, like, say, an all-new Ion-powered Psion Netbook, you could actually come out way ahead. Think about it, won’t you?

[Via thegadgetsite]

Filed under:

Dell files to strip “netbook” of trademark status originally appeared on Engadget on Thu, 19 Feb 2009 13:31:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Dell Mini 10 shows up for pre-order… from QVC?

You’d think with an in-demand new product like the Mini 10 Dell would want to snag as many pre-orders as it can for itself, but it looks like none other than QVC will be getting first dibs on the company’s latest netbook, as Dell has now confirmed after the netbook made an appearance on shopping channel’s website. Starting today, it’ll apparently be offering one configuration of the Mini 10 for $559, which includes a 1.6GHz Z530 Atom processor, a 160GB hard drive, 1GB of RAM, a 1.3 megapixel webcam, Windows XP and, of course, that 10.1-inch SVGA display. Shortly thereafter, on February 26th, Dell will begin taking orders itself for a couple more configurations, including a base $399 model that includes a 1.3GHz Z520 Atom processor and a 3-cell battery. Dell isn’t getting any more specific than “next month” with an actual shipping date, however, although those orders from QVC will supposedly be shipping out on March 20th.

[Via NotebookReview.com]

Update: It looks legit! QVC gets first dibs (saywha?), with Dell.com taking orders on the 26th.

Filed under:

Dell Mini 10 shows up for pre-order… from QVC? originally appeared on Engadget on Wed, 18 Feb 2009 16:49:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Dell’s Studio 15 line getting ATI graphics boost?

Dell's Studio 15 line getting ATI graphics boost?

It’s not too often that a new product is leaked via its own support site — in fact most companies can’t even get drivers up ahead of release — but if an update to Dell’s download database is correct the Studio 15 is about to receive an update in the graphics department. A new model called the Studio 1555 was added yesterday to the Dell download site and included there is a driver for ATI’s Mobility Radeon HD 4570 GPU. The Studio 15’s current Intel 4500MHD is also listed, meaning the faster 4570 will likely be an option, and a desirable one at that. No further information about this update or new model is available, but if you were looking for a new Studio you might just want to hold off until we can figure out what’s up. If, on the other hand, you were looking for a new studio apartment then go for it — we’ve heard that now is an excellent time to buy.

[Thanks to everyone who sent this in]

Filed under:

Dell’s Studio 15 line getting ATI graphics boost? originally appeared on Engadget on Wed, 18 Feb 2009 09:14:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Ralph de la Vega says he was misquoted, doesn’t know of a Dell smartphone

We just spoke with AT&T’s Ralph de la Vega who says that he’s been misquoted about Dell’s rumored aspirations to enter the smartphone market. As we suspected might be the case, he claims he’d been referring to the fact that he’d heard rumors of a Dell phone — you know, the same rumors we’ve all been hearing — and was simply commenting on that fact. Either that, or there’s a Dell smartphone running some futuristic S60 / Android hybrid in his pocket as we speak… one of the two.

Filed under: ,

Ralph de la Vega says he was misquoted, doesn’t know of a Dell smartphone originally appeared on Engadget on Tue, 17 Feb 2009 09:17:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

AT&T Mobility’s CEO seems to confirm Dell is working on a smartphone

Dell hasn’t made an announcement, but it turns out that CEOs love spilling each others’ secrets — and to that end, AT&T Mobility CEO Ralph de la Vega has just mentioned during a Mobile World Congress panel that Dell has “announced they’re entering the smartphone market.” Maybe he got a bit confused about the announcement date or time — or perhaps he’s confusing the countless rumors with official details — but either way, all eyes should be on Round Rock, Texas for the next few hours (or days, or weeks, or months) to see if anything shakes out.

Filed under: ,

AT&T Mobility’s CEO seems to confirm Dell is working on a smartphone originally appeared on Engadget on Tue, 17 Feb 2009 05:42:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

End of the Road for the Dell Mini 12?

Mini 12.jpg
According to DigiTimes, Dell has suspended shipments of the Inspiron Mini 12 — the only netbook that employs a 12-inch screen, or at least the only one that can be bought in the United States. Samsung has a 12-inch netbook floating around somewhere in Asia, but it’s running a VIA processor, and it isn’t likely to hit U.S shores anytime soon. Signs are pointing to the weaker Atom Z530 processor and the rumor of a Dell10-inch netbook taking its place, but there are also other factors that shouldn’t be overlooked….