InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   iATKOS_5i install successful (http://infinitemac.com/showthread.php?t=3788)

Imkantus 09-07-2009 01:39 AM

Yeah, for sure that's the problem. Just make it look like this: :rolleyes:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>Timeout</key>
<string>5</string>
</dict>
</plist>

If editing doesn't work Log-In as root or use the nano Editor on Terminal...

fairlyodd 09-07-2009 02:17 AM

Worked like a charm my friend..thanks. Now could this have been the problem when I tried to boot with the voodoo kernel? Wasn't I supposed to have removed the " .voodoo " from mach_kernel.voodoo in the plist file before I tried to boot from it? Just a thought...

Thanks again! :)

Imkantus 09-07-2009 03:23 PM

You can easily try out, if the Voodoo Kernel works for you, without loosing you current configuration, Download the official Voodoo 1.0 Rev A from here, once you've mounted the dmg, go to "Files" subfolder and drop mach_kernel.voodoo to your Desktop, then open Terminal and use the following Syntax:
Code:

cd Desktop
sudo -s
cp mach_kernel.voodoo /voodoo
chmod 644 /voodoo
chown root:wheel /voodoo

Once you're done, try to boot up using "/voodoo" if you'll still get the Kernel Panic, I wouln't longer care about it, if everything else runs stable. ;)

fairlyodd 09-08-2009 01:30 AM

Okay thank you again.. I will give this a try and let you know how it works out. :)