InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #11  
Old 09-03-2009, 03:30 AM
alexdr1 alexdr1 is offline
Cheetah
 
Join Date: Sep 2009
Posts: 5
What kernel are you using
Reply With Quote
  #12  
Old 09-03-2009, 04:12 AM
theta theta is offline
Puma
 
Join Date: Aug 2009
Location: Queens, NYC
Posts: 28
Quote:
Originally Posted by alexdr1 View Post
What kernel are you using
I'm using the 32-bit kernel, booting with "arch=i386".
Reply With Quote
  #13  
Old 09-03-2009, 11:05 PM
SquidLord SquidLord is offline
Puma
 
Join Date: Jun 2009
Posts: 27
I have my 780i board working with ethernet and sata using the vanilla kernel and the "PC EFI 10.1.pkg" as the loader. Works well, except my graphics issue, and now this weird kernel panic referencing "warmd"
Reply With Quote
  #14  
Old 09-03-2009, 11:46 PM
theta theta is offline
Puma
 
Join Date: Aug 2009
Location: Queens, NYC
Posts: 28
Quote:
Originally Posted by SquidLord View Post
I have my 780i board working with ethernet and sata using the vanilla kernel and the "PC EFI 10.1.pkg" as the loader. Works well, except my graphics issue, and now this weird kernel panic referencing "warmd"
What kernel extensions are you using? Would you mind sharing? Thanks!

Cheers

[EDIT] Also please tell us what board you're using and anything else you had to do to get Snow Leopard retail to boot. If you have the time a quick, "This is what I did" would be very helpful. Thanks again!

Last edited by theta; 09-03-2009 at 11:55 PM.
Reply With Quote
  #15  
Old 09-04-2009, 12:29 AM
theta theta is offline
Puma
 
Join Date: Aug 2009
Location: Queens, NYC
Posts: 28
It appears that, 'AppleNForceATA: found 0 units.' may not be the problem after all: I'm currently stalled trying to boot on my Snow Leopard disk with the following error: 'dyld: shared cached file was build against a different libSystem.dylib, ignoring cache'. Now it's possible that AppleNForceATA is still the culprit because above that message is the same, 'found 0 units' message twice. So far I'm stumped. I'll try taking out my GPU's EFI string and see what happens…
Reply With Quote
  #16  
Old 09-04-2009, 07:02 AM
SquidLord SquidLord is offline
Puma
 
Join Date: Jun 2009
Posts: 27
Here, I edited it to be a little better to read and a little more informative.

Well, I'm using the "HOTiSO" download [it's just the GM version and that's the guy that put it up, don't ask me where to get it]. I wasn't doing this by myself, I was loosely following a guide.

The method I decided to use involves the dmg [not IMG, I do mean DMG] of the disc on the harddrive. This does not allow for direct install over your existing Leopard 10.5.X partition [which is ill advised]. I used DiskUtility and converted the dmg to Read/Write. There's a button on top section of DiskUtility that reads "Convert" simply click that and select the dmg. There's a drop down in a window that comes up after you select your dmg, in this window is where you select "Read/Write", then it'll do the job.

Now with the dmg ready, I replaced the the OSInstall.pkg with a modified one [I believe it was modified to allow it to be used right off the HDD]. During the install I selected the button labled "Customize..." and removed all printers from the install procedure. I've found that leaving the printers selected cause the installer to read "Install Failed" at the end, which left me a little paranoid and set me up for another install :P I then installed the chameleon loader from the "PC EFI 10.1.pkg" file. Now it's at this point that I realized I should have looked into the DSDT.aml thing. So I remembered from my iPC install there was a DSDT folder, and found a tool with a GUI that would make it for me based on my system, hooray! So I did that and placed the DSDT.aml in the root of my Snow Leopard partition and in the /Extra folder of that drive [I didn't know where the loader wanted it]. I had a package from that guide I was following and this had several kexts that should be used...and they were I put these kexts in /Extra/Extensions and edited them as I needed. These only required adding the partitions UUID to certain kexts and adding an EFI string for my video card.

Now I was ready to boot for the first time. Hovering over the Snow Leopard drive I had to type "-v -x32", but I added "-f" to have "-v -f -x32" [without quotes of course]. Waited for it begin the first boot process, and found I got the error "Still waiting for root device", so I copied the ATA kexts from my Leopard 10.5.7 install using this terminal command [from inside Leopard]:
Code:
cp -pr /System/Library/Extensions/*ATA* /Volumes/MacHD/System/Library/Extensions

Please note the space between the *ATA* and /Volumes, also replace "MacHD" with the
name of your Snow Leopard harddrive name.
Then, after fixing that error, I rushed through the set up process as I had a kernel panic the first time through. I Got to the desktop and went straight to settings to stop Spot Light from indexing my harddrives, as advised from another [it causes a kernel panic if you don't]. Got KextUtility from the package the guide had and used it to rebuild the kextcache, then rebooted. Back on the desktop again [booting with "-v -f -x32" again, -x32 is required for our initial set up to keep it in 32-bit mode] I checked if my drives could be indexed without kernel panic...with success Found I had no networking and got angry, lol, so I went looking and found a link to a 32/64-bit nForceLAN.kext that worked on my board . I backed up my Extensions folder with this command:
Code:
cp -r /System/Library/Extensions /System/Library/Extensions.backup
Copied the nForceLAN.kext to the extensions folder and used KextUtility to rebuild the kextcache and rebooted again with "-v -f -x32". Found that the OS detected network settings and set itself up on boot and both my NIC's on the board were detected correctly. Now I still had no sound or proper visuals. My video card was not detected correctly [it was detected as "PCI DVI-out"] and it only was finding 32MB of vRAM. Then I screwed things up by trying the same fix that worked in Leopard to my Snow Leopard install...didn't work.

Well, thats' what I did to get my Snow Leopard install working until I screwed things up [lol]. If you have any questions for me, go ahead and ask. My system configuration is in my signature. Ask me about specifics if you feel so inclined

GPU: EVGA 9800GX2 Sapphire 5870
CPU: Intel Core 2 Quad Q6600 2.4GHz @ 3.00GHz
RAM: 6GB DDR2 800 Corsair XMS2
MOBO: EVGA 780i SLI XFX 750i
OS's: Windows 7 Professional x64, Ubuntu 10.04 Lucid Lynx x64
Virtual OS's: OS X Snow Leopard 10.6.4, Android EEE PC HDD clone, Jolicloud

Last edited by SquidLord; 09-05-2009 at 05:45 AM.
Reply With Quote
  #17  
Old 09-05-2009, 07:05 AM
theta theta is offline
Puma
 
Join Date: Aug 2009
Location: Queens, NYC
Posts: 28
SquidLord, thank you for taking the time to detail the install procedure! I'm in the middle of moving to a new house so once I'm moved in I'll follow your guide and report back here. Thanks again!

Cheers
Reply With Quote
  #18  
Old 09-06-2009, 05:36 AM
SquidLord SquidLord is offline
Puma
 
Join Date: Jun 2009
Posts: 27
No problem, just ask if you need anything else, classes are a bit dry of homework right now [luck me], I should be able to answer whenever.

GPU: EVGA 9800GX2 Sapphire 5870
CPU: Intel Core 2 Quad Q6600 2.4GHz @ 3.00GHz
RAM: 6GB DDR2 800 Corsair XMS2
MOBO: EVGA 780i SLI XFX 750i
OS's: Windows 7 Professional x64, Ubuntu 10.04 Lucid Lynx x64
Virtual OS's: OS X Snow Leopard 10.6.4, Android EEE PC HDD clone, Jolicloud
Reply With Quote
  #19  
Old 09-07-2009, 10:20 AM
theta theta is offline
Puma
 
Join Date: Aug 2009
Location: Queens, NYC
Posts: 28
Quote:
Originally Posted by SquidLord View Post
No problem, just ask if you need anything else, classes are a bit dry of homework right now [luck me], I should be able to answer whenever.
Hello from Snow Leopard! Yes that's right, it's working.^^ So far I have tested: Internet (check, working thanks to 32/64 nForceLan.kext), Sound (check, working thanks to VoodooHDA.kext), Graphics Acceleration (check, working thanks to EFI injection).

If anyone else needs help or has questions please post here or message me. I simply followed Squid's guide and it worked, easy as pie.

Thanks again everyone!

Cheers^^
Reply With Quote
  #20  
Old 09-07-2009, 08:10 PM
SquidLord SquidLord is offline
Puma
 
Join Date: Jun 2009
Posts: 27
Quote:
Originally Posted by theta View Post
Hello from Snow Leopard! Yes that's right, it's working.^^ So far I have tested: Internet (check, working thanks to 32/64 nForceLan.kext), Sound (check, working thanks to VoodooHDA.kext), Graphics Acceleration (check, working thanks to EFI injection).

If anyone else needs help or has questions please post here or message me. I simply followed Squid's guide and it worked, easy as pie.

Thanks again everyone!

Cheers^^
I'm glad it worked out for you. Now, what video card do you have? and can you post that VoodooHDA?



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


GPU: EVGA 9800GX2 Sapphire 5870
CPU: Intel Core 2 Quad Q6600 2.4GHz @ 3.00GHz
RAM: 6GB DDR2 800 Corsair XMS2
MOBO: EVGA 780i SLI XFX 750i
OS's: Windows 7 Professional x64, Ubuntu 10.04 Lucid Lynx x64
Virtual OS's: OS X Snow Leopard 10.6.4, Android EEE PC HDD clone, Jolicloud
Reply With Quote
Reply