View Single Post
 
Old 09-21-2010, 06:17 PM
Taisto's Avatar
Taisto Taisto is offline
 
Join Date: Jan 2008
Location: TriCity, Poland
Posts: 517
Exactly, the point in where you choose which kernel to load is your boot.plist file. If you open it, you'll see those lines :

<key>Kernel</key>
<string>mach_kernel</string>

And i think that this is the source of your problem. I see that you have a file named Chocolate_kernel, and i assume that your boot.plist file by default points to a file named mach_kernel - which is simply not there. Unless you were editing your boot file that is.

Just to check:

In bootloader, type in Chocolate_kernel and hit enter. If it boots, then try the following.

Main solution:

Simply edit your boot.plist file and replace "<string>mach_kernel</string>" with "<string>Chocolate_kernel</string>", or rename the kernel file back to mach_kernel. Hopefully that's the only problem and you'll be able to boot normally


www.ultimae.com
Panoramic music, for panoramic people.

AMD Phenom II X6 3.5Ghz
AMD 990FX Chipset
Kingston HyperX 16GB 1600Mhz
AMD Radeon HD6850 X2 CrossFire
Seagate Barracuda Green 2TB

Last edited by Taisto; 09-21-2010 at 06:19 PM.
Reply With Quote