Tutorial: Osx86 Snow Leopard 10A261 via PCIEFI9
This is not “every” method to get snow leopard installed. I will probably modify this as time goes on so that people can add to it as they need, so we can get problems resolved for more people. I also want to say that if any of this is wrong, I am sorry, I myself am a newbie at this type of installation (I’d only been using releases prior to this, and even rely on that for parts of the tutorial) – so bare with me and we’ll correct the information as much as we can as time goes on.
1) Set up your work environment – 10A261 is not a “stable distribution” that has pre-modded kexts – so you will need to set up an environment you can work through problems with.
First I would recommend you obtain and install a version of OSX, preferably a 10.5.6 distribution, that you can work with to start from.
I used XxX_x86_10.5.6_Install_Disc_Universal_Final – but you may want to use a different one - I am a big fan of Ideneb, for example.
You should install this version of osx as your “fail-safe” for working on snow-leopard, a place to go and work with osx-related files that (hopefully) will be more stable for you. This means when you install, you should use your distribution’s disk-utility (found at the top in a drop-down menu) to create multiple partitions if you dont have multiple partitions set up already. 4 partitions seems to be the sweet number for this type of project (3 for the project 1 for windows) – but for the method described in my tutorial, you’ll need 3 partitions set up like this.
Partition 1 – 20 gig~ (where leopard will be installed) – make this partition big enough for OSX (about 10 gigs) and if you’ll be loading the OSX install DVD DMG image onto this drive to work with, I’d recommend about 20 gigs of space
Partition 2 – 10 gig~ (this will become your “dvd” drive – where we “Restore” the OSX install DVD to – i’d recommend making it about 10 gigs)
Partition 3 – 20+ gig~ (this is your final destination drive, where you are looking to install Snow Leopard – Make this as big as you can if you plan on using it heavily after snow is installed – otherwise, 20 gigs will allow you to do just about everything you’d want to do for “testing” if that is your goal, as it was mine)
Partition 4 - Optional, ??? Gig~ (as big or small as you want, this is where other operating systems would go if you wanted, on my system, I use this as my windows partition)
During installation choose the PCEFI V9 bootloader option. If you are using an older distro that does not have pcefi 9 as an option its ok, we can fix that later – though having it right off the bat will make things go smoother for you. If you do not have PCEFI V9 as an option, just boot with a chameleon of some sort, and once you are all loaded up, use
PCefi_v9_Installer_Final_2.dmg (9.9 MiB, 7,365 hits)
and install it within OSX after you get your system up and running.
2) Restore the Snow Leopard DVD image (dmg) file to a drive to work from.
Insert your Snow Leopard 10A261 DVD or, do as I did, and use the disks image in DMG format, and just double-click it to mount the image. Open up ‘Disk Utility’ and click the partition you would like to function as your Snow Leopard installation DVD after this “restore” is done. (note: It should be a different partition than the one you are currently running leopard) and choose “Restore” from the tabs that pop up to the right. In the “Source” box that pops up, drag your 10A261 image that you just mounted. In the Destination box, drag the partition you wish to install Snow Leopard to. Check the “Erase destination” check box at the bottom.
The benefit to the method described above is that you basically end up with what the computer will see just like a bootable DVD, that you can modify very fast without needing to have duel-layer DVDs and without having to reburn the image every time you make a change. You COULD easily boot from this “cloned” drive via PCEFI V9 with this method if you had to, in this tutorial, currently, you do not need to, but I show this method because it makes sense for a lot of projects you might work on in the future – so its good for you to know and get used to. Again, this is not the only method, this is just the method I am using for this tutorial.
3) Show Hidden Files
Some of the files on this DVD, as well as other places you might need to access, are “hidden”. To show hidden files open up Terminal and type
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
Alternatively, if you perfer working from a graphic user interface, there is a tool below that you can download and simply double-click to show or hide all files
ShowAllFiles.zip - Toggle 'Hidden' OSX File Visibility (34.8 KiB, 3,353 hits)
4) Modify the “Restored” (cloned) DVD image that you now have on a partition
Open disk you just restored the DVD to and you should now see the previosly “hidden” folders, including one named “System”.
Navigate to System/Installation/Packages/
You will need to delete “osinstall.mpkg” and replace it with another one, otherwise it will not allow you to install to a drive. After you delete it the one on your “restored” DVD partition, download
261OSInstall.mpkg - OSInstall.mpkg for 10A261 (839.7 KiB, 6,524 hits)
5) Install Snow Leopard to an empty partition
If you have been following directions closely, you will already have an empty drive in mind to install Snow Leopard to – if not, you will need to create one before you continue, you can accomplish this under Disk Utility.
To begin installation, go to your “Restored” dvd image drive and Navigate to System/Installation/Packages/. Double-Click osinstall.mpkg (which we just replaced in step 4) to start your osx installation, and you will be on your way to installing Snow Leopard! Be sure to point this installation to the drive you planned on installing Snow Leopard to, this should NOT be the drive that you are running your current leopard install from. After you choose a drive click “continue” and at the next screen choose “Customize” at the bottom left and set custom install options. I recommend you uncheck everything except the essential system software. I think on mine, i was running into issues installing X11, so after unchecking the additional languages and X11, I was able to finish the installation successfully.
Congratulations! You just mostly installed Snow Leopard. We’re not quite done yet, so be sure to not rush and restart just yet!
6) Set up the extensions to work with your odd-ball hardware
Snow leopard still has some kexts that need to be added or changed in order to continue.
First, You’ll need a decrypt file. There are different ones, but some dont play as well with Snow as others, one known to work can be found below:
This is the dsmos kext file for 10A261 (17.9 KiB, 3,918 hits)
Grab the decrypt kext file and put it in your newly-installed Snow Leopard partition’s extensions folder. If this is your first time installing kexts, this might get a little tricky, as you have to actually put it in the folder, and then correct the permissions via command line… But there are tools out there that can turn this process into a simple drag-and-drop.
Normally I would use kext-helper to install kexts quickly and easily on a “mostly-working” install of osx, but for the sake of this tutorial, we will be using osx86tools, so we can run it from our Leopard partition, and still be able to select the Snow Leopard partition to install the kexts to. I try to keep things as “gui” as possible, so I am trying to avoid setting permissions after every kext-change via terminal. Once you do it a couple times, its not difficult, but it definately gets annoying and kext-helper and osx86tool utilities definately help prevent any “typo” related issues when cycling through lots of kexts trying to get a piece of hardware working.
Open osx86tools and choose to install kexts from the button on the right. Choose the kexts you want to install (in this example, just the decrypt kext you downloaded) and choose the drive you installed snow-leopard to as the target drive, and enter your username and password at any prompts.
Tada! You installed your first kext in Snow Leopard. You will need to repeat this process for any kext files specific to your systems needs. For many though, you will only really need, at the basic level:
PS2 Keyboard and Mouse kext files – this will be very useful for laptop users to get thier touchpad and keyboard going, for example.
Snow Leopard 10A261 ps2 Kext (321.1 KiB, 4,383 hits)
nullCPUpower or some other form of cpu power management disabler. You can also just remove the appleintelCPUpowermanagement.kext, but I perfer to leave as many files intact as possible, so whenever someone invents a new method to get by things, I’m not missing something that new method might need to make it happen.
Disabler (7.9 KiB, 3,246 hits)
7) Configure your PCEFI boot wait times
If PCEFI9 is installed already, great! We can move right to configuring PCEFI9’s wait-timer and dropping in our boot files. If however, you do not have PCEFI9 installed yet, you will need to install it. If you have been following the tutorial, you should have installed it earlier, but if you didn’t you can grab the installer from Step 1 of this tutorial.
First we should configure PCEFI9 to have a longer startup time if you havn’t already done so. This isn’t a “neccesary step” but its a very good one to do. If chameleon doesnt have a timer you’ll need to mash F8 after your bios finishes loading on your computer but before your hard-drive starts to read fully in order choose what boot partition to start from. With a timer, things are much less of a pain, especially since for some people, F8 opens bios options, which when you accidentally do – just gets frustrating. There are several ways to do this, but the way I will tell you is a popular way that I will quote from the InsanelyMac forums:
Browse with Finder to /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and just drag the file to your desktop. After that edit your file (the desktop one) and save it. To finish the job you drag the desktop version in the same folder where the old one was … /Library/Preferences/SystemConfiguration/ and it should show you a dialog window. Press the Authenticate button and type your password when it’s asked for. Good job … all done!
Now that you know “how” to change the file, here is “what” you should be adding.
Look for a pre-existing line that says <key>Timeout</key> – if it exists, just edit the string underneith it with the ammount of delay time you want on boot, to choose what disk to boot from. If it does not exist, you will have to add the whole line. The end result of this portion should be added in to look something like this:
<key>Timeout</key>
<string>8</string>
The above example will put an 8 second delay on your startup, so that if you dont touch the keyboard for 8 seconds after the bootloader shows up, it will automatically boot. If you press down or up and choose a different drive though, the timer will freeze and let you type extra boot commands etc (I.E. you could type -x and force it to start in safe mode).
8) Make Snow Leopard Bootable.
PCEFI9 should be installed by now.
Part of chameleon/pcefi is a file simply called “boot” that sits in the root of whatever drive OSX is installed on. We need to replace the default PCEFI9 bootlloader file with the one found below:
Snow Leopard bootloader to be used with PCEFI9 for 10A261 (36.5 KiB, 4,654 hits)
The boot file is hidden by default, so if you havn’t done so already, make hidden files visable by following either the terminal or application directions found in Step 3 of this tutorial.
After files are made visible, navigate to the root of the drive your current (working) osx install is sitting on. Delete the file named ‘boot’. After it is deleted, put the new ‘boot’ file from above in the old one’s place. Do this by simply copying it, and pasting it into the drive. Do this for every-drive you want it to be on, including the drive you just installed Snow Leopard on.
Next you will want to use a tool called DSDT patcher. In all honesty, the DSDT patcher does things that I dont fully understand, but aparently for some people, they cant boot Snow Leopard without it, and with it, they can. Others have said DSDT is not required, but it doesnt hurt either way, so for the sake of this tutorial I am going to include it.
DSDT used to be somewhat confusing. I was guided through it on forums and in IRC a couple times, but I really didn’t know what the hell I was doing or, in the end, if I did it right. Now there is a GUI you can use to make this process very easy thanks to the awesome coders at pcwizcomputer.com. Basically you just open it, make sure darwin/macosx is chosen, check “Apply DSDT patch to:” and then choose the drive you want to apply it to. Do this to every drive you want it done to (you should basically do it to every drive you dropped a ‘boot’ file in). If you downloaded the PCEFI9 package from this tutorial, you can find the DSDT patcher right inside that.
Otherwise, you can download the DSDT patcher standalone below:
PCwiz DSDT Patcher with GUI (1.5 MiB, 4,440 hits)
9) Start Snow Leopard and hope it works.
If you have done everything above correctly, and are lucky with hardware on your system being compliant with stuff that works in Snow Leopard, you should be able to boot at this point.
Restart your computer, and, provided you added the timer to PCEFI/Chameleon, you will be able to interupt the boot process with little effort, to stop it from just launching your normal osx 10.5.6 again by pressing the up or down arrows on your keyboard.
Arrow down to whatever drive you installed Snow Leopard, and use the strings to boot.
-v -f
-v -f -x
-v -f -legacy -x
and if that doesnt work, you are pretty much boned for now, and will have to go try changing some kext files out, screwing with frameworks in Snow Leopard, and messing with bios options to see if you cant get some hardware enabled or disabled that is potentially causing a conflict that is preventing OSX from booting.
As files that solve common problems arise, I’ll toss them into the download section, so that you might be able to get things going – less common problems though, you’ll have to fish around for solutions to yourself, or hope someone already resolved it and published the solution somewhere ^^.
Thats all I have for right now, I myself have some issues with this install, where my desktop continually crashes in a never ending cycle. We’ve found a work-around, but it breaks other things in turn – so its a problem we’re working on. This should not be expected to go smoothly, as this is both a developer’s release, but also not intended to be run on “general” pc hardware as it is.
I hope you enjoyed this tutorial and found it useful in your Snowy adventures, and that it helps you at least get started in the realm of osx86. If I missed anything I’m sorry, I’ll try to update and fix problem areas of this tutorial as time goes on, but for now
osx86 Island Welcomes you to Snow Leopard!
Thanks for reading!
A special thank you to the irc-osx86-hu crew for walking me through this process, the people at Insanelymac for the awesome resources on this sort of thing, and all of the people who take the time to provide GUI based tools to make delving into projects like this easier!
Fujilives & Ridgeline
Dell Studio Post Installer
February 23rd, 2009 at 3:33 pm
thanks for the excellent guide, I’m trying it out on the following HW:
Dell Latitude e4300
C2D CPU
Intel GS45 chipset
Intel ICH9M s’bridge
Intel GMA 4500MHD integrated graphics
SATA HDD + DVD
after installation, on reboot with -v -f, I get
npvhash=4095
hi mem tramps at 0xffe00000
PAE enabled
64 bit mode enabled
Darwin Kernel Version 10.0.0d4
standard timeslicing quantum is 10000 us
vm_page_bootstrap: 831226 free pages and 20742 wired pages
mig_table_max_displ = 72
Reading startup extensions.
dsmos: Initializing…
dsmos: Hook and decryption contexts set !
dsmos: ProbbingA~ …
dsmos: Starting…
AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
Loading security extension com.apple.nke.applicationfirewall
Loading security extension com.apple.security.quarantine
calling mpo_policy_init for Quarantine
Security policy loaded: Quarantine policy (Quarantine)
Loading security extension com.apple.security.sandbox.
calling mpo_policy_init for Sandbox
Security policy loaded: Seatbelt sandbox policy (Sandbox)
Loading security extension com.apple.security.TMSafetyNet
calling mpo_policy_init for TMSafetyNet
Security policy loaded: Safety net for Time Machine (TMSafetyNet)
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
MAC Framework successfully initialized
using 16384 buffer headers and 4096 cluster IO buffer headers
IOAPIC: Version 0×20 Vectors 64:87
ACPI: System State [S0 S3 S4 S5] (S3)
….edit…
IOUSBController AppleUSBUHCI does not support sleep
firewire OHCI built-in now active max speed s400
USBF: 0.698 AppleUSBHub start – USB generic hub @ 1 (0×5a0000000)
panic cpu 0 caller 0×330fb3 kt 0×005a8359 type 14 = page fault, registers
kexts in backtrace
com.apple.driver.AppleAHCIPort (2.0.0)
– dependencies — com.apple.iokit.IOAHCIFamily
– dependencies — com.apple.iokit.IOPCIFamily
com.apple.iokit.IOAHCIFamily
=====
Can you give me some pointer on how to diagnose / surmount this KP ?
Reply
UNF Reply:
February 24th, 2009 at 4:36 pm
GOTTIT !
changed SATA mode in BIOS from AHCI to ATA, reboot and BINGO
also, needed to replace with your QEframework to stop window-server crash cycle of desktop, and use different PS2fix kext for trackpoint to work
All is well, thanks
Reply
Fujilives Reply:
February 25th, 2009 at 7:33 am
Glad to hear you got the issue resolved.
I used a different ps2fix also, the one hosted here was given to me initially, but it never got mouse-pad working, one from the “xxx” release of 10.5.6, however, resolved my issue.
Reply
ony Reply:
August 30th, 2009 at 6:09 pm
hi,
i’m using dell latitude e4300 too.
could you please share your step by step installation in it?
kind regards,
ony
Reply
February 25th, 2009 at 5:57 am
Hi!
I have same issue, WindowServer crash loop like you.
Replace the QuartzCore.framework, logon to desktop but my Dock is lost :(
Also if i not use -x switch the GeForce.kext caused a Kernel Panic…
Your install is same issues?
Please Help Me!
(Sorry! my wrong English…)
Reply
Fujilives Reply:
February 25th, 2009 at 7:38 am
Try removing all of the GeForce kext files before booting, and then boot with:
-v -f -x
Also, your english is fine ^^/
Reply
roberTO Reply:
February 25th, 2009 at 12:12 pm
Thanks your reply! Testing without QE :)
Keep up good site and work!
Reply
February 25th, 2009 at 9:42 am
Tried to install on my P5K-SE / Core Duo system that had no problem running Leopard and It seemed to install leopard but no boot after install. Just a couple of lines and nothing.. Am I doing something wrong ??
Reply
Fujilives Reply:
February 27th, 2009 at 7:51 am
Not sure if I can help you, but you definately need to provide more detailed information when requesting help with osx86 issues, I know it sucks, but you kind of have to research just to ask a question properly, sorry!
Reply
February 25th, 2009 at 10:54 am
thx too for this excellent guide and the files !
although I didn’t get such an issue with the former 10a222 SL build, my new 10a261 one (special EFI9, dsmos, disabler provided here) doesn’t show up the proper icons for my internal and external mounted disks, except from the timemachine volume, but the generic folder icon instead.
it sems that IOStorage.kext doesn’t do its job as it should and replacing it with the 10a222 one didn’t change anything.
any suggestion would be appreciated, espically since I know I’m not the only one facing this “challenge” …
Reply
February 27th, 2009 at 5:21 am
1.thanks for the excellent guide.
2.I used a different pcefi v-9″ boot” to let kernel working
3.I used asus p5k-se m/b , nv8800gts with qe/ci
now 10a261 seems working All is well, thanks
but:
4.sound –alc 883 is not working
any guid for me ????
Reply
Fujilives Reply:
February 27th, 2009 at 7:49 am
Supposedly 10a222 hda kexts work dropped into 261, where the ones that come with 261 release do not, while I am not an audio guru it may be of use to you. I’ll talk with some people and see if I can get them the audio kexts from 222 hosted here.
Reply
pchot Reply:
February 28th, 2009 at 4:17 am
Thanks your reply! I will try it !!!(Supposedly 10a222 hda kexts work dropped into 261)
Reply
March 2nd, 2009 at 8:16 pm
Any solution for translucent dock but no icons appearing in it?
Reply
March 3rd, 2009 at 7:42 am
Has anyone tried (and succeeded) this on an Intel Bad Axe 2? I´m just getting the same KP or a wierd situation, where the verbose mode stops and hangs, but the computer continues to boot, without video output on any port. It makes no difference if lcd is connected to vga or dvi, or even both.
Reply
admin Reply:
March 16th, 2009 at 8:24 am
if it stops and hangs, most likely you have other issues, so it wouldn’t matter what video port you plug in. If I were you I’d read more into the kernel panic you are getting. They arent “super” informative, but they usually give you a rough idea if its a “video” issue or something else.
Reply
March 10th, 2009 at 7:11 am
This same method also works for 10a286 ;0)
Reply
March 10th, 2009 at 5:50 pm
Hey, nice looking guide! :)
I’ve noticed someone already tried this guide for 10a286 installation but,
wondering if osinstall.mpkg for 10a286 exists?
Reply
March 11th, 2009 at 7:20 am
Good job guys! ; )
Reply
admin Reply:
March 16th, 2009 at 8:22 am
Sup boombeng ^^/
Reply
March 14th, 2009 at 6:02 am
first of all let me say that this guide is amazing, you’ve made it very helpful and clear.
second, i think i have a problem with either the acpi or the ahci because my core i7 seems to load the vanilla kernel but it doesn’t got further than:
dsmos: starting…
if i had to guess it’s the lack of supporting kext for my system though i don’t think i can find them anywhere. if anyone has an ideas, please share…
mobo: ga-x58-ds4 f4
i’ll probably give it a run on my core2due laptop…
but again, very well written guide.
cheers
-gal
Reply
admin Reply:
March 16th, 2009 at 8:21 am
i7 works, others have already said, so it’s probably something other than processor.
For starters, dsmos might not be initializing properly if thats where it stops.
Try a different decryption kext and see if it works for you. Also, though I’m told the one linked in downloads works fine for 64 bit, I only ran in 32 bit – so you may want to make sure you are not running in 64 and start from there.
Finally – try booting with some crazy lines like “-v -legacy -x -x32 platform=acpi” – its redundant as all hell, but it might do the trick for you, dont know why, but some people have told me that was the only way they could get things to boot.
Good luck, and I’m glad you enjoyed the tutorial!
Reply
March 23rd, 2009 at 3:03 pm
Dock works fine with 10a286
Reply
March 25th, 2009 at 12:23 pm
Hi,
As a not-beginer-but-not-an-expert I have a real weird thing with installing Snow:
During the os install process I get kernel panic. I have a very compatible BadAxe2 mobo based system. I tried your method, run the installer package from a booted Leopard, but that gives me an error message.
I have no idea, somebody?
Reply
Ash Reply:
June 27th, 2009 at 10:06 am
pontevin – once you open osinstall.mpkg make sure you do a custom install, remove all the printer drivers and language trnaslations, make sure you have only the core packages and x11 and rosetta if you need it, maybe this will help?
Reply
June 1st, 2009 at 9:46 pm
How is the Studio 15 ati graphics card coming along?
Reply
Fujilives Reply:
August 16th, 2009 at 10:12 pm
Unfortunately, the Radeon mobility isn’t coming along at all. I have not brought this page up to what I had intended it to be, because the video-card became a lost cause, so someone offered to buy my laptop, I sold it. Since then I have not had a machine to use for osx86 projects, and have become a very small part of the osx86 scene.
Perhaps another time, but for now this is a long-forgotten project. I leave this up because people can use it as a general guide for all osx86 projects – the methods will get you most of the way through everything with relative ease no matter what version of osx you have, with exception to the osinstall.mpkg (you may need to create your own, but – from what I understood at the time I created this tutorial with the help of the REAL geniuses behind everything, the osinstall.mpkg was just a workaround to the installer not seeing a drive as a usable partition, not so much a “must have” part of prior or future installation processes). Many people had theirs up and running just fine without using osinstall.mpkg at all – so if you are following this guide for more recent snow leopard installs / distributions / dev discs etc, I’d wouldn’t be surprised if you don’t need to follow that step at all.
Much love to all you guys in the osx86 crew, and if I ever come into another intel machine that has some power to it, I’ll delve right back into osx86 and you’ll most likely hear from me again!
Reply
June 10th, 2009 at 12:02 am
Hey guys,
I get THIS at boot.
Hope someone can help.
[url=http://www.freeimagehosting.net/][img]http://www.freeimagehosting.net/uploads/ceeb5e669c.jpg[/img][/url]
Reply
Rey Reply:
June 10th, 2009 at 12:02 am
http://www.freeimagehosting.net/image.php?ceeb5e669c.jpg
Reply
June 10th, 2009 at 12:14 am
you don`t need to restore the dvd onto a partition and boot from it to install snow leo. just mount the dmg in your current 10.5.X and double click osinstall.mpkg to start the installation :) of course you wanna install onto a second partition.
Reply
Chinchilla Reply:
October 4th, 2009 at 4:17 am
Well i did restore the DVD to a harddrive. Started the osinstall.mpkg. Then i disabled de X11 and languages, customized the path to a empty harddrive en klicked on install. After a short period i get the message that the install can’t find the files to install (????) What went wrong?
Reply
June 12th, 2009 at 8:28 am
Will the files here work with 10A380 build too?
Reply
June 13th, 2009 at 4:50 am
I’m tring with 10a380 with 261OSInstal.mpkg and on step 5 when a I hit install I get message “Install Failed – The installer could not locate the data it needed to install the software. Chek your install media ot internet connection and try again”
What could be:
1) because 10a380 version
2) name of the pseudo DVD drive
or else
10x
Reply
June 13th, 2009 at 9:21 am
Hi,
I followed your guide but something goes wrong at boot: http://twitpic.com/7amxe/full .. Still waiting for root device. I changed AHCI to IDE, the same problem happen..
My mobo: EP35-DS3L / Q6600 CPU. Any idea?
Reply
June 13th, 2009 at 5:48 pm
This is the error message I get
http://twitpic.com/7ccc9
I have a Intel DG31PR Mobo, Q6600 2.4ghz quad, 4gb ram. I’ve followed these instructions to a T, i believe, including using the special osinstall.mpkg for MBR hard drives. Any ideas?
I’ve tried replacing the IOATAFamily.kext with my 10.5.7 kext, but no luck. Any help would be appreciated.
Reply
June 16th, 2009 at 1:44 pm
Hi
Just wanted to say that this guide is excellent! It only took me a few hours getting Snow Leo Build 10A380 up and running on an external USB drive.
Everything works, GMA950 w. HW acceleration (patched w. patch27ae), sound in/out (VoodooHDA), Webcam (out of the box), Trackpad (Sentelic FSP 12.0.1 – Naiw Improved 0.5), Wifi (swapped for Airport extreme from eBay), Ethernet (Psystar RealtekR1000 kext) and ACPI battery indicator. Snow even comes with a 32bit java6 runtime, sweet! sweet! sweet! blog! :-)
cheers
/Stig
Reply
stig_dk Reply:
June 16th, 2009 at 10:48 pm
Oh did I forget to say, I’m running Snow on a MSI Wind U100.
Reply
June 18th, 2009 at 5:31 am
Hi all,
10a380 works on P5E3 (no retsart, problem with ApplsUSBEHCI.
No open CL on ATI 2600 HD PRO. Qe/qi OK.
Any Solutions.
Reply
June 27th, 2009 at 9:30 pm
Ok.I am trying to install 10A380.Installs just fine but when i boot i get this:
http://img44.imageshack.us/img44/1885/68388467.jpg
Any ideas what’s causing this and what should i fix?
I am trying on an Intel C2D laptop system that already runs Leo 10.5.7 perfect.
Reply
rene Reply:
September 7th, 2009 at 3:30 am
i am getting the same type of “unknown” kernel panic. did you have any success in fixing, yet?
Reply
August 25th, 2009 at 11:39 am
Snow Leopard 10A432 OSInstall.mpkg
http://limiter.fre3.com/blog/?p=19
Reply
Fujilives Reply:
October 27th, 2009 at 9:35 pm
As I have stated before, I don’t have a spare machine to dabble with ‘right now’ – I will delve into this stuff again in the future for sure, but for right now I’m enjoying my ‘real’ mac pro – though in truth, I am more often on the PC side of things making websites and playing video games ;p
In any case, I don’t have a way to test the above, but assuming it is a reliable source, it’s probably the missing link for most of you having problems with ‘newer’ distributions. The above was only a ‘guideline’ to point you in the right direction, get you familiar with tools and what they do, and hopefully introduce newcomers into the world of osx86, as well as perhaps convert some ‘distro-only’ users. Good luck!
Reply
August 25th, 2009 at 11:32 pm
[...] no order SaCleoCheater (For his thread on InfiniteMac), PCWiZ & Hara Taiki (For Awesome Tools), OSX86 Island (For breaking the first install build 10A261), Netkas (No need to Introduction), Chameleon Team [...]
August 27th, 2009 at 3:27 am
Hey guys
I just followed your guide (this is the 5. guide i try to install with snow leopard) but it hangs at the installer …
Just like Mitko said before
“Install Failed – The installer could not locate the data it needed to install the software. Chek your install media ot internet connection and try again”
I think i got the 10a432 build, is there any new patched osinstall.mpkg ?
greetings
Reply
September 4th, 2009 at 9:15 am
Is it Leopard need Partission FAT32 primary to install it or I can prepare other kind. My problem how to creat the Partission compatible. Please help.
Reply
September 10th, 2009 at 3:50 am
Hi guys.
Excuse me for my english .
I what to know can use Chameleon with GUI instead of PCefiV9
Reply
October 26th, 2009 at 8:13 am
[...] no order SaCleoCheater (For his thread on InfiniteMac), PCWiZ & Hara Taiki (For Awesome Tools), OSX86 Island (For breaking the first install build 10A261), Netkas (No need to Introduction), Chameleon Team [...]