InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #31  
Old 09-07-2009, 01:39 AM
Imkantus Imkantus is offline
 
Join Date: Jul 2009
Location: Germany
Posts: 779
Yeah, for sure that's the problem. Just make it look like this:

<?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...

AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++
AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD
Reply With Quote
  #32  
Old 09-07-2009, 02:17 AM
fairlyodd's Avatar
fairlyodd fairlyodd is offline
Panther
 
Join Date: Jun 2009
Location: Spokane Valley, WA
Posts: 109
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!

OS : Snow Leopard 10.6.8
Motherboard : Gigabyte GA-M68MT-S2
CPU : AMD Athlon II X4 645, 3.11 GHz
RAM : 4GB Crucial PC3/16000 DDR3
GPU : nVidia Geforce 210 1 Gig Full Hardware Acceleration
Sound : Onboard Audio Realtek ALC887
LAN: Sonnet Gigabit PCIe Ethernet Controller
Monitor : Acer S231HL 24" Wide Screen 1920 x 1080 @ 60 Htz
USB: Keyboard/Microsoft Confort Curve 2000 - Mouse/Logitech M185
Bluetooth: Apple Magic Tracpad/ DLink DBT 122 Bluetooth Dongle
Reply With Quote
  #33  
Old 09-07-2009, 03:23 PM
Imkantus Imkantus is offline
 
Join Date: Jul 2009
Location: Germany
Posts: 779
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.

AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++
AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD
Reply With Quote
  #34  
Old 09-08-2009, 01:30 AM
fairlyodd's Avatar
fairlyodd fairlyodd is offline
Panther
 
Join Date: Jun 2009
Location: Spokane Valley, WA
Posts: 109
Okay thank you again.. I will give this a try and let you know how it works out.



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


OS : Snow Leopard 10.6.8
Motherboard : Gigabyte GA-M68MT-S2
CPU : AMD Athlon II X4 645, 3.11 GHz
RAM : 4GB Crucial PC3/16000 DDR3
GPU : nVidia Geforce 210 1 Gig Full Hardware Acceleration
Sound : Onboard Audio Realtek ALC887
LAN: Sonnet Gigabit PCIe Ethernet Controller
Monitor : Acer S231HL 24" Wide Screen 1920 x 1080 @ 60 Htz
USB: Keyboard/Microsoft Confort Curve 2000 - Mouse/Logitech M185
Bluetooth: Apple Magic Tracpad/ DLink DBT 122 Bluetooth Dongle
Reply With Quote
Reply