How To: Install OS X on HP Mini 110
This is a tutorial on how to install Mac OS X on HP Mini 110 or Mini 1010
1.) get the DSDT
a. I boot my Ubuntu 9.04 distro
b. sudo cat /proc/acpi/dsdt > dsdt.orig.aml
c. decompile and recompile to get a first dsdt.aml which compiled w/o warnings.
cp dsdt.orig.aml dsdt.aml # keep your original
iasl -d dsdt.aml
while errors OR warnings {
edit dsdt.dsl
iasl -ta dsdt.aml
}
The usual errors occur at some MUTE’s, substitute the value with 0xFFFF.
d. backup the first error+warning free compilations
cp dsdt.aml dsdt.ok.aml
cp dsdt.dsl dsdt.ok.dsl
e. now comes the tricky part and here maybe the experts can help…
1. google for ‘DSDT CPU Alias’ to check what you have to do to get rid of the aliases
2. google for ‘HPET kernel panic’ to check how to correct the HPET for MACOS
3. apply the patches and compile until no errors and no warnings
the result should be yet another version of your dsdt.aml which you should put onto some transfer media
f. proceed to your (Mac|Hack)intosh and do the DiskUtil and NetbookBootInstaller steps
g. install UInstaller (if you don’t have already have it)
h. open it in the finder and open a terminal
i. in finder open the UInstaller directory and find the Motherboards directory
j. cd to this directory on the terminal (write cd and drag&drop the Motherboards directoy
k. ls to see the contents
l. mkdir HPMini110.plugin
m. drag and drop the dsdt.aml file you created into this directory
n. Open the UInstaller, select your OSXDVD image partition
o. apply the OSX86 Essentials first and your newly created HPMini110 then. For the HPMini110 plugin, check the DSDT patch, video driver Inter 950(laptop), set the screen resolution to your Mini’s resolution and set the boot timeout to whatever delay you feel comfortable with.
[via myhpmini]
No related posts.
Sign up to the Gadgetmix Newsletter (free) for news and reviews mailed directly to your mailbox CLICK HERE




