Hopefully this one’s a better EFI guide. . .on the HP Mini 1000 (1001TU) of course.
Snow Leo EFI Boot Guide : Revamped
20 10 2009Comments : Leave a Comment »
Tags: Hackintosh, hackintosh how-to, hackintosh HP Mini 1000, HP Mini 1000, OS X on the HP Mini 1000, OS X Snow Leopard, snow leopard EFI boot, snow leopard on hp mini 1000
Categories : install Mac OS X Leoaprd on HP Mini 1000
Time For A New Install Guide
13 10 2009As much as I’d wanted to be clear, it seems that my EFI guide fails to live to my (and others’) expectations.
I’ll be back with a new one EFI guide, hopefully this one’s less of a pain in the @$$ as the current one.
And while I do that, I think it’s time I cleared up my act and stick to a single site and stop confusing my own already befuddled brain.
Comments : 3 Comments »
Tags: Hackintosh, hackintosh how-to, hackintosh HP Mini 1000, HP Mini 1000, HP Mini 1001TU, install Mac OS X Leopard on HP Mini 1000, OS X Leopard, OS X on the HP Mini 1000, OS X Snow Leopard, OS X Snow Leopard on netbooks, snow leopard EFI boot, snow leopard on hp mini 1000
Categories : install Mac OS X Leoaprd on HP Mini 1000
Snow Leopard EFI Vanilla – part 1
27 09 2009Because we’re insatiable. And because I’ll forget everything I did so I gotta post it here to remind me.
This is based on 18seven’s guide at msiwind.net. I just repackaged stuff to customize it for the HP Mini 1000.
Create a bootable Snow Leopard External HDD installer
Ingredients : a hackintosh/real Mac, Snow Leopard Retail DVD.dmg image, external hard drive (at least 8 gb free space) and >> SnowLeo_EFIboot package (contains everything needed in this how-to; except of course the Snow Leo Retail DVD)
A. Restore Snow Leopard Retail DVD image onto the external HDD.
1. With your drive (USB/External HDD) plugged in, launch Disk Utility (Applications > Utilities) and format it as GPT (GUID Partition Table) + Mac OS Extended Journaled. Let’s assume we’d named the HDD partition as “Mac OS X Install DVD”.
2. Still in Disk Utility, click on the Restore tab. Drag the Snow Leo image (”Snow Leopard.dmg”) into the Source field. Then drag “Mac OS X Install DVD” partition into the Destination: field. Click on the Restore button and wait until the process completes. Quit Disk Utility. Note: If the Snow Leo Retail DVD image is not listed at the left pane, simply drag the image there from a Finder window, or Click on the “Image…” button beside the Source field to navigate to the image’s location in your hard drive.
3. Unzip “SnowLeo_EFIboot”. Doesn’t really matter anywhere as long as you remember where it is. However for more convenience, since where gonna be working with command lines in Terminal, I prefer unzipping it in my / folder. Hence we’ll refer to /SnowLeo_EFIboot directory in this how-to guide.
B. Make your external HDD bootable
1. In Terminal, key in the following commands, pressing Enter at the end of each line. Also use Tab to autofill out paths for you.
sudo -s (type in your admin account’s password)
diskutil list
> You’ll see a list of all drives connected to your computer. At this point, it’s important to take note of what your external HDD is called. The internal HDD, where your current running system is installed, is usually labelled as “/dev/disk0” with its partitions following suit like “/dev/disk0s1“, “/dev/disk0s2“, etc. External drives are labelled as “/dev/disk1“, “/dev/disk2” etc. with each’s partitions named “/dev/disk1s1. . ./dev/disk1s2” or “/dev/disk2s1. . ./dev/disk2s2” respectively.
So you’ve formatted your external HDD as GPT, and with the one partition you created named “Mac OS X Install DVD” where Snow Leo installer image is restored on, you’ll see something similar to this:

this isn't the actual stuff you'd see in Terminal - I forgot to screenshot it
Note: “Mac OS X Install DVD” is actually labelled as “/dev/disk1s2″ cause there’s already another partition labelled as “EFI” which is your “/dev/disk1s1″. The main point is, EFI is always suffixed by “s1″. Now back to being a command-line junky – or an aspiring command-line junky.
newfs_hfs -v EFI /dev/disk1s1
mkdir /Volumes/EFI
mount_hfs /dev/disk1s1 /Volumes/EFI
mkdir -p /Volumes/EFI/Extra/Extensions
mkdir /Volumes/EFI/Extra/Themes
> You’ve just formatted, mounted the EFI partition and created the file structure you need. This is what you should have seen in Terminal:

_
cd /SnowLeo_EFIboot/Cham2RC3-r658-bin/i386
fdisk -f boot0 -u -y /dev/rdisk1
dd if=boot1h of=/dev/rdisk1s1
cp boot /Volumes/EFI
> You’ve just installed Chameleon v2.0 RC3 bootloader onto the EFI partition. This is what you should’ve seen in Terminal:

_
cd /SnowLeo_EFIboot/Cham2RC3-r568-bin/OptionalExtras
cp -R smbios.plist Themes /Volumes/EFI/Extra
> You’ve just added in additional files to your EFI partition; smbios.plist and a theme for Chameleon bootloader. This is what you should’ve seen in Terminal:
umount -f /Volumes/EFI
rm -rf /Volumes/EFI
> This unmounts EFI so we don’t get weird/funny terminal messages later when we run the scripts.
cd /SnowLeo_EFIboot/HPMiniKexts
./27ae.sh
> You’ve just patched the video kexts to make them work. This is what you should’ve seen in Termninal:

_
./update-1s1.sh
> You’ve just loaded the kexts you need, including the patched video kexts, for Snow Leo. If your external HDD isn’t disk1s1, I’ve included another script for those working with disk2s1 “update-2s1.sh”. Actually, you could just copy the original “update.sh” in the /SnowLeo_EFIboot/HPMiniKexts folder (courtesy of 18seven’s genius) and change “disk0s1″ to your own EFI partition label. This is what should’ve seen in Terminal:

_
cd /SnowLeo_EFIboot/Bootplist
./update-1s1.sh
> This adds a the Boot.plist to EFI. Again, you can use the ./update-2s1.sh script that’s also included, or you can edit the script to match your setup. This is what should’ve seen in Terminal:

_
fdisk -e /dev/disk1
p
f 1 (space between “f” and “1″)
w
y
q
> This makes the EFI partition active. You should’ve seen something like this in terminal:

_
You have just made a bootable Snow Leo Installer from your external HDD and configured EFI boot at the same time.
This will also serve as your external bootloader from here on.
Comments : 29 Comments »
Tags: Hackintosh, hackintosh how-to, hackintosh HP Mini 1000, HP Mini 1001TU, snow leopard EFI boot, snow leopard vanilla efi
Categories : Snow Leopard HP Mini 1000
Cat in the Bag: Install Snow Leopard on the HP Mini
20 09 2009This installation method uses NetbookBootMaker. With Chameleon 2.0-RC2 already available, you might be asking why NetbookBootMaker? True, NetbookBootMaker is primarily made for the Dell Mini hackintosh but it works fine in my setup and offers noob-friendly tools as well such as ExtraUpdate – more on that later.
So, let’s get this rollin’!
Create a bootable Snow Leopard USB/External HDD installer
What you need : a hackintosh/real Mac, Snow Leopard Retail DVD.dmg image, USB/External HDD (at least 8 gb)
Download: > NetbookBootMaker <
- With your drive (USB/External HDD) plugged in, launch Disk Utility (Applications > Utilities) and format it. Let’s assume we’d named the USB/HDD partition as “DVD Snow Leo”. Note: I normally use GUID & Mac OS Extended (Journaled).
- Still in Disk Utility, click on the Restore tab. Drag the Snow Leo image (“Mac OS X Install DVD”) into the Source field. Then drag “DVD Snow Leo” into the Destination: field. Click on the Restore button and wait until the process completes. Quit Disk Utility.
Note: If the Snow Leo Retail DVD image is not listed at the left pane, simply drag the image there from a Finder window, or Click on the Image… button beside the Source field to navigate to the image’s location in your hard drive. - Launch NetbookBootMaker. Select “DVD Snow Leo” as target drive from the dropdown menu. Click on Prepare Boot Drive and wait till the patching finishes. Quit NetbookBootMaker.

- In a Finder window, Shift+Cmd+G to access /Volumes/DVD Snow Leo/System/Installation/Packages. You should see (3) three “OSInstall” files in there: OSInstall.mpkg, OSInstall.pkg, OSInstall.pkg.orig.
- Delete OSInstall.pkg. Rename OSInstall.pkg.orig, taking out the “.orig” extension so it becomes “OSInstall.pkg”. Voilà, you’ve made your own USB Installer. Note: NetbookBootMaker altered the default OSInstall.pkg file so, basically, what we’re doing here is just restoring the default OSInstall.pkg.
Install Mac OS X Snow Leopard onto the HP Mini
What you need: Snow Leo USB Installer (that you’ve just created in part one of this guide), HP Mini (this is tested on the 1000)
- With the USB installer plugged in, switch on the Mini and press F9 as it starts. You’ll see the boot menu screen. Use the up/down arrow keys to choose your USB Installer from the list and hit the Enter key. Wait until Darwin finish its countdown and boot into the Mac OS X Installer Program.
- Choose your preferred language etc. On the Menubar, go to Utilities > Disk Utility. Format the Mini’s internal HDD as GUID & Mac OS Extended (Journaled). Let’s assume it’s named as “Macintosh HD”. Quit Disk Utility.
- Choose Mac HD as the destination partition for installation. You can click on the Customize button at the lower left corner to specify which components you want to install. Note: Normally, I opt to exclude printer drivers, all other languages, X11 to save more hard disk real estate and include Rosetta (for MS Office:Mac, it isn’t Universal binary yet) and QuickTime Player 7, but it’s all up to you.
- Click on OK, then click on the Install button the start installing Mac OS X on the HP Mini. Walk around, grab some Starbucks, read a book, anything – just don’t try to blow dry your hair anywhere near the HP Mini while it’s installing OS X hahaha
. The HP Mini will restart after it’s finished installing. Note: Installation won’t stall anymore because of what we did a while ago with the OSInstall files.
Post-install Tweaks/Configs
Download: > NetbookBootMaker <, > GeneralExtensions kext bundle <, > About This Mac.pkg <
- When the HP Mini restarts and with the USB Installer still plugged in, press F9 to boot with the USB installer once more. But before Darwin loads the Snow Leopard Installer Program again, press any key to interrupt the bootloader. Arrow up/down to choose Macintosh HD and hit Enter. Note: We just used the USB Installer’s bootloader (which is Chameleon 2.0-RC2) to boot up the internal HDD.
- After the Welcome video (yes, you’ll get to see it) and configure your user account and other settings in the Setup Assistant. You’ll then be brought into the Snow Leopard Desktop. Note: There’s noticeable “lag” when you click on Continue at the Do not transfer my information now part in Setup Assistant but it’s just normal as Mac OS X is trying to setup your network (because it’s already recognized the Mini 1000′s Broadcom WiFi module as AirPort). Just go on following this: > Different Network Setup > My computer does connect to the internet > Continue
- Once you’re inside Snow Leopard, launch NetbookBootMaker. Select Macintosh HD from the dropdown menu and click on Prepare Boot Drive. Quit NetbookBootMaker when patching is finished.
Note: Your Macintosh HD/internal HDD will already be bootable by now and resolution will already be correct at 1024 x 600, Keyboard & Trackpad, Bluetooth and WiFi working. there are still some tweaking to do; kexts to install to provide support for the Mini’s other hardware – get sound, correct some power/battery related issues. - In a Finder window, Shift+Cmd+G to open the /System/Library/Extensions/. Delete AppleHDA.kext.
Note: This is done so that the VoodooHDA kext which will be installed later will work. - After that, Shift+Cmd+G to open the /Extra/ folder. Delete the Themes folder entirely.
Note: Deleting this folder corrects the Apple logo’s image ratio during the Apple bootsplash. - Unzip the GeneralExtensions folder and copy the whole folder to /Extra/, replacing the existing GeneralExtensions folder in there.
- Launch the ExtraUpdate app inside the /Extra/ – the one with the rubber shoe icon. Click on Update Extensions. Restart.
Note: During the update, the app will mount the ramdisk, so you’ll its icon popping up in your Desktop. You’ll know that the update is completed when this ramdisk is unmounted and the Update Extensions button is no longer recessed. - Unzip and run the AboutThisMac.pkg to correct the CPU and RAM information on the “About This Mac” window. Note: The CPU clock is already properly recognized as well as the amount of ram, so this is purely cosmetic.
Congratulations! You’re now runnning Snow Leopard on your MacBook Mini.
Optional: Use VoodooPS2Controller instead of ApplePS2Controller
Download: > VoodooPS2Controller-0.98 installer.pkg <
In order to maximize your use of the Mini’s Synaptics trackpad, i.e. side-scrolling and tap-clicking, you need to install VoodooPS2Controller instead of the ApplePS2Controller (which is already, working fine so it’s up to you if want to leave it that way).
- Unzip and run the VoodooPS2Controller installer package. Tick the checkbox for the Trackpad. Click on Install.
- In a Finder window, Shift+Cmd+G to get to /System/Library/Extensions/ and copy the VoodooPS2Controller.kext. After copying it, delete the kext from the Extensions folder, authenticating as you go.
- Shift+Cmd+G to /Extra/GeneralExtensions/ and paste the VoodooPS2Controller.kext in there. Delete AppleACPIPS2Nub.kext and ApplePS2Controller.kext. Again, authenticate as prompted.
Note: VoodooPS2Controller doesn’t need AppleACPIPS2Nub.kext. As a matter of fact, you’ll most probably get a kernel panic if you keep the Nub kext. ApplePS2Controller’s function will be taken over by VoodooPS2Controller anyway so we can delete it as well. - Shift+Cmd+G again to /Extra/ and launch the UpdateExtra app again. Click on the Update Extensions. Wait for it to finish. Restart to begin using the new kexts.
Final words. . .
So you’re on Snow Leopard. You’ll find that pretty much everything works – except for Sleep/Resume and the internal mic.
The VoodooHDA kext used in this guide is not the newer version which supposedly makes the internal mic work. I’ve tried it on my Mini 1001TU but doesn’t work for me, but it might for you. You can download it from here and install the PrefPane and replace the kext in your /Extra/GeneralExtensions/ folder. Don’t forget to update the extensions using the ExtraUpdate app.
This ExtraUpdate app is one of the reasons why I chose to go with NetbookBootMaker, that and the fact that with it the installation/customization process is almost an entirely GUI approach – it’s very noob friendly.
As for the Sleep/Resume issue, you may notice that we’ve included the SleepEnabler kext in this method even though it doesn’t work – the Mini “goes to sleep” but it immediately wakes up so technically, it doesn’t get to sleep ever. But at least, that’s better than having to force shutdown/restart the Mini because it’s gone comatose when you accidently close the lid, or forget to configure settings in System Preferences > Energy Saver to make the Mini insomniac.
Comments : 43 Comments »
Tags: Hackintosh, hackintosh how-to, hackintosh HP Mini, hackintosh HP Mini 1000, install Snow Leopard on the HP Mini
Categories : install Mac OS X Leoaprd on HP Mini 1000
Update or Downdate (what a word)?
8 08 2009The “About This Mac” pane tells me it’s 10.5.8 alright. But I’m missing something I never thought would be valuable – sleep/resume.
It appears that 10.5.8′s kernel is the one causing sleep/resume problems, so after several failures (word of caution – do NOT delete Disabler.kext. . .ever); a number of which caused me kernel panics and consequently reinstallation of the whole lot in attempting to recover sleep/resume functionality from MacBook Mini. Here’s what I did:
This is assuming you’re already running Mac OS X on 10.5.7 (VoodooPS2Controller already installed + Patched DSDT + OSx86Essentials applied beforehand).
1) Backed up mach_kernel 9.7.0 (that’s 10.5.7′s kernel). In Terminal:
$ sudo cp /mach_kernel /Volumes/JET/ <Enter>
(Just substitute the path to where you want your 10.5.7 kernel to be copied to)
2) Installed Disabler.kext and dsmos.kext
3) Backed up system.kext and seatbelt.kext. Just go to /System/Library/Extensions and copy these two kexts to a folder or USB drive or anywhere safe.
4) Ran MacOSX10.5.8Update (delta) – this would over write your 10.5.7 kernel in my/.
5) Restart. Back in my desktop, launched Terminal:
$ sudo cp /Volumes/JET/mach_kernel / <Enter>
(again, it’s up to you to alter the path as appropriate)
6)Via Kext Helper b7 again, installed the usual kexts these and these plus the system.kext and seatbelt.kext I’d backed up earlier. Restarted and now I have everything working, including sleep.
Don’t have those 10.5.7 files anymore? If you’re on the hp mini 1001tu as well (they may work with other models as well, you can try), here are the mach_kernel, system.kext, and seatbelt.kext from my 10.5.7 installation. You can use “ShowAllFiles” which is included in the .zip file so you can easily see mach_kernel (which is invisible) and just drag drop it to your /.
Actually, just replacing kernel 9.8.0 with 9.7.0 would do the trick. However, that gave me problems with mounting USB peripherals – flashdrives and external hard drives to be more precise; they won’t mount unless I plug them in during boot up. Installing 10.5.7′s system.kext and seatbelt.kext resolved this issue for me.
So I’m it is Mac OS X 10.5.8 but I’m using kernel 9.7.0 as well as system and seatbelt kexts from 10.5.7. . . is this an update or a downdate*?

in Terminal, type uname -r to verify kernel version: 10.5.8 should be 9.8.0, here it's 9.7.0 which is 10.5.7's kernel version
*sorry for the grammar issue there, I would’ve used the words upgrade and update but according to Apple, “update” and “upgrade” are not one and the same word. Updates are incremental support iterations that are downloadable for free from their support sections, i.e. 10.5.x updates to 10.5.1. .2, .3, .4, . . , .8. While 10.0, 10.2,. .., 10.4 upgrade to 10.5.x…okay, that wasn’t so good at all and I may have addled your brains more instead of making stuff clear so just read the article:
Software update, upgrade–what’s the difference?
Oh and I think that new iDisk icon is cute – it’s now blue or blue green like Snow Leopard’s
Comments : 5 Comments »
Tags: Hackintosh, hackintosh how-to, hackintosh HP Mini, hackintosh HP Mini 1000, HP Mini 1000, hp mini 1000 10.5.8, HP Mini 1001TU, install Mac OS X Leopard on HP Mini 1000, resolve sleep problem 10.5.8 hp mini 1000, sleep hp mini 10.5.8, upate 10.5.7 to 10.5.8
Categories : install Mac OS X Leoaprd on HP Mini 1000
And the Never Ending Saga Continues. . .
6 08 2009Edit: Sleep/Resume has been resolved. Read it here.
First off, you can call me Hermione Granger-ish all you want, before taking the 10.5.8 plunge, I did some research, or to be more honest, some googling around
and found this interesting website.
NOTE: This is assuming you’ve already a working iDeneb install updated upto 10.5.7 – dsdt patched, OSx86_Essentials kexts applied, and Chameleon RC02. (I haven’t checked how things would go on PCI_EFI Chameleon 1.0.12).
And like any bookworm out there who easily believes what she reads, (1) I obediently backed up my Extensions via Terminal:
$ sudo -rf /System/Library/Extensions /System/Library/Extensions_1057
Afterward, (2) I installed Disabler and dsmos kexts referenced by the aforementioned website via good ol’ Kext Helper b7 but color-coded them first cause I was too lazy to check whether I had these kexts already or not in my current setup, there’s no way I’d miss those red kexts now if ever I’d need to check later
(3) That done, I didn’t reboot yet but ran the Mac OS X Delta 10.5.8 Updater (Delta because I was running 10.5.7 already, 10.5.6 and lower should get the Combo Updater) I’d downloaded just minutes before from the Apple website which, quite surprisingly, took fairly little time to install at around just 5 minutes or less.
I originally intended to reinstall VoodooPS2Controller just in case but decided at the last minute not to and (4) just hit Restart as Installer completed the update. As expected the first reboot didn’t complete and the Mini restarted and once again I was face to face with Chameleon RC02 (I’ve updated my bootloader to the latest Chameleon, by the way, and am enjoying my OS X Boot Theme which I got from here). Then Darwin said “hi” again. The screen flickered, giving me goosebumps as I thought I’d never get into my beloved Leopard desktop. And the spinning wheel finally sprung into action and after what seemed to be a substantially longer boot time than usual, I first saw nothing but a blue screen. . .and my cursor – whew! Another 5 seconds or so, I was back into my desktop!

But everything was humongous; resolution got bricked as expected.
Perhaps this screenshot could better illustrate what happened after the update:

No Bluetooth, WiFi, Resolution 640x480, Color not 32-bit | Has audio, default battery monitor working (right click and open in new tab/window for screenshot's actual size)
It was a comfort to know that screen brightness controls weren’t bricked. As it was nearing midnight already I dimmed the screen to the lowest possible before (5.1) I trudged on, reinstalling my usual kexts via OSx86 Tools and not Kext Helper since unlike the latter (Kext Helper b7 it turns out, also backs up your kexts), OSx86 Tools would create a backup folder of the 10.5.8 kexts it replaced which I wanted to look at after. I started with the system kexts which seems to have restored WiFi and Bluetooth. I had no problems with sound as VoodooHDA still worked after the update.
(5.2) Now for the video kexts. You can opt to reinstall all of the kexts in one go; I just decided to separately install them because (a) they’re already sorted into two different folders in my drive and OSx86 only allows installing 1 folder of kexts at a time and (b) I’m just weird that way. Restarted and bingo!

Bluetooth, WiFi (Airport), Audio, Battery, 1024 x 600 32-bit (right click and open in new tab/window screenshot in actual size)
There was that nasty “You are running on reserve power” battery warning again and in wanting to screenshot it, I tried to make it pop again by putting MacBook Mini to sleep so I closed the lid and it was late when it dawned upon me that the usual flickering of the white power led and switching off of the fan didn’t happen. I reopened the lid and there were the tell-tale signs of a broken Sleep/Resume that were all too familiar to me by then. I knew I had no choice but to force shutdown the Mini and turn it back on so I plugged in my broadband cable to check if ethernet worked. It did. It does.

No need for Yukon2.kext, just be sure to plug in cable before booting up
Now for a summary. At first I thought I was gonna end up listing down the few stuff that still worked but, as it turned out, I’m now writing what doesn’t work which means the general outcome of this experiment isn’t so bad after all:
1) Sleep/Resume – once you put the Mini to sleep either by closing the lid or pressing fn+f1 combo keys, the screen does switch off but so do the trackpad and, I assume, the keyboard as well, never to be woken up again but by forcing the machine to shutdown and just turn it back on again.
2) Fan – it’s gotten hyperactive I guess as it now whirls away with fervent gusto at maximum right from the start and it’s noisy.
I would’ve also listed the battery warning nuissance pop-up alert but that’s easily ignored or resolved by turning off battery warning in System Preferences, taking out the default OS X battery meter from the Menubar (enjoy seeing it vanish in a poof of smoke) and using Slim Battery Monitor instead.
What happened to my 10.5.7′s Extension folder’s back up now? I’m keeping it safe for the meantime as I try to figure out how to resolve the issues mentioned above; the kexts can come quite handy, who knows.
For issue # 1, I’ll have to try the old SleepEnabler kext and/or review VoodooUSBEHCI again for some hints. For issue #2, I’m gonna see how posta74′s fan solution works out on this one.
All of this is actually reminiscent of struggles with previous updates 10.5.6 and 10.5.7, still fresh in my mind – 10.5.8 is déjà vu. Creepy, I know.
And now I’ve turned another fork in the road – Harry Potter’s lightning scar no longer burns; the King has returned to rule the whole of Middle Earth and even Gollum has found his peace and so has Frodo (though I still doubt he’s come out of the closet yet
) and Luke Skywalker has swung his last light saber – sagas have come to their own grand close yet this hackintoshing journey of mine seems to never end. T_T
Comments : Leave a Comment »
Tags: Hackintosh, hackintosh how-to, hackintosh HP Mini, hackintosh HP Mini 1000, HP Mini 1000, hp mini 1000 hackintosh, HP Mini 1001TU, hp mini hackintosh, install Mac OS X 10.5.8 update hackintosh, install Mac OS X Leopard on HP Mini 1000, OS X Leopard, update from 10.5.5 to 10.5.7 to 10.5.8, update hackintosh to 10.5.8, update to 10.5.8 iDeneb
Categories : Hackintosh, hackintosh HP Mini, HP Mini 1000, HP Mini 1001TU, install Mac OS X Leoaprd on HP Mini 1000
August 5, 2009
6 08 2009While the whole Philippine nation will remember yesterday as one of the most touching events in their history (me included in the “their” there) as they bade farewell to a great woman whose unfailing faith in freedom had fueled minds, fed souls of today who are now enjoying the democracy she helped bring forth, the rest of Apple-dom and Apple fanboys and girls alike will perhaps remember August 5, 2009 as the day that 10.5.8, what may be the last OS X Leopard update before Snow Leopard will be official, was released.
While I and my family remained glued to the TV set in the living to pay our respect to this great leader in the only way we could then, my fellow hackintoshers had already downloaded 10.5.8 from Apple’s website and were trying it on their own iterations of MacBook Mini’s each. Thus, when I visited myhpmini.com this morning fresh from grieving my country’s loss of its valuable pillar of society, this was the conversation thread that welcomed me:
> Intel9295
Now, to any HP mini Hackintosh users: DO NOT UPGRADE! This update could break your install. Wait until someone more qualified does it (LeMaurien, we are looking at you) and see’s what it does. YOU’VE BEEN WARNED.Don’t be stupid.
> MrFairladyz » Wed Aug 05, 2009 11:40 pm
My wifi wasnt working so i just updated to see what changes. So far, the display resolution issue is back (it only shows 640×480 instead of 1024×576… i think this is only a problem on the 110′s, though.)I’m re-installing all the kexts now.
edit: okay, i’ve re-installed the kexts. wifi is still not working (i don’t know if it will mess up your wifi, but mine wasn’t working to begin with.) Display and everything else is back to normal. No noticable changes, what was this update for?
> ravic » Thu Aug 06, 2009 12:56 am
I was having lot of trouble with Bluetooth PAN, I wonder if this would fix it?
I will wait for some time before attempting to upgrade.> ConfuzedOne » Thu Aug 06, 2009 1:29 am
Don’t be a chicken.. upgrade you fools!
what’s the worse thing that can happen?
![]()
> lukehale » Thu Aug 06, 2009 1:32 am
Only post-upgrade issue I have is my sleep fails to function, and I have to restart if I shut the lid
. That also means bluetooth doesn’t work because to get it working you have to close and reopen the lid. . . which causes it to sleep. . . which fails. Other than that it is working wonderfully. I will get back to you all if I find a solution to the sleep issue
![]()
Based from these results, it’s basically the same conundrum of issues with hardware rendered non-functional by the update; not unlike what’s happened with the other previous updates, 10.5.6 and 10.5.7. Among the issues, it’s Sleep/Resume that’s bothering me the most but I’m not losing hope – if people found solutions for this and a lot more others in 10.5.6 and 10.5.7, why not in 10.5.8? I haven’t tried for myself the update yet so I find no reason to just dismiss this hurdle as unsurvivable
I can’t wait to get acquainted with 10.5.8. Now if only I hadn’t a regular day job. . .
LABAN!
Comments : 2 Comments »
Tags: 10.5.8 update os x, compaq 700 hackintosh, Hackintosh, hackintosh how-to, hackintosh HP Mini, hackintosh HP Mini 1000, hp mini 1000 hackintosh, HP Mini 1001TU, install Mac OS X Leopard on HP Mini 1000, Mac OS X 10.5.8 update, OS X Leopard
Categories : install Mac OS X Leoaprd on HP Mini 1000
DVDPlayer
5 08 2009So I’ve already posted this over at the other blog, macbookwind, but I thought I’d put it as well here.
For those uncomfortable with editing the DVDPlayback file with a hex editor, just download this file , unzip it and then navigate to
/System/Library/Frameworks/DVDPlayback.framework/Versions/A
to copy paste the file in that folder. Authenticate as you are prompted.
Note: as always, as safety precaution, you may want to first make a back up copy of your original DVDPlayback file before doing this. Also, DVDPlayer won’t work when an external DVD drive is not plugged in via USB.
Comments : Leave a Comment »
Tags: DVDPlayer with external DVD drive, DVDPlayer without internal DVD drive, Hackintosh, hackintosh how-to, hackintosh HP Mini, hackintosh HP Mini 1000, HP Mini 1000, HP Mini 1001TU, install Mac OS X Leopard on HP Mini 1000, OS X Leopard
Categories : install Mac OS X Leoaprd on HP Mini 1000
SMBIOS Dilemma
3 08 2009I guess I’m OC; that’s just the way I am. That’s why I tend to nitpick through every single detail with MacBook Mini. As I’d just finished with dabbling with Snow Leopard – for which experiment MacBook Mini has fallen docilely as prey – I said I’d restart anew. Yep, new install. That’s what people with absolutely no life do.
As you see, I’ve always been wondering why MacBook Wind happily assumes MacBook Air’s identity, embracing it as its own while MacBook Mini is a bit confused – ok, make that totally confused. In the past, whenever I checked Apple Menu > About This Mac > More Info . . . and System Profiler launches, it gave me a nonchalant “There was an error while gathering this information” as it highlighted by default the Contents > Hardware main header.
So when I reinstalled iDeneb 1.3 (10.5.5), I made sure I checked the SMBIOS option for a MacBook and true enough, when I checked just before updating to 10.5.7 as per my usual routine, here’s what I discovered:
10.5.5 as it is, delivered by iDeneb v1.3 actually can recognize MacBook Mini for what it really is. Even details pertaining to the Processer and Memory are correct. Although when I checked just the “About This Mac”, I still got this:
Upon further investigation; I found other tiny details that attest to my MacBook Mini being recognized as a MacBook by OS X:
![]()
That’s clearly a lappie depicted by the icon there. Now compare it to this (udpated to 10.5.7):
A Mac Pro, so it seems.
Actually, this shouldn’t be a problem. But for OC’ness sake, if ever such a word was, I find myself irritated with this. I tried extracting the MacBook SMBIOS from the iDeneb installer and apply it to MacBook Mini again but nothing happens.
I don’t know until when I can endure this and continue to just ignore stuff. Honestly, I’m reconsidering editing the DMI/BIOS again; I just have to figure out how to make the Mini be a MacBook without borking out the original HP logo in the boot splash nor getting a painfully slow boot up time.
Decisions, decisions…
Comments : 2 Comments »
Tags: AppleSMBIOS MacBook, Hackintosh, hackintosh how-to, HP Mini 1000, HP Mini 1001TU, install Mac OS X Leopard on HP Mini 1000, mac os x, mac os x leopard, mac os x tips, OS X Leopard
Categories : install Mac OS X Leoaprd on HP Mini 1000


