Contribute
Register

mach_kernel error

Status
Not open for further replies.
The org.chameleon.Boot.plist file is correct...
Where i check version information of bootloader?

Use "Boot Banner"=Yes in org.chameleon.Boot.plist.

Code:
	<key>Boot Banner</key>
	<string>Yes</string>

It should be displayed as "Darwin/x86 boot v5.0.132 - Chameleon v2.2svn r2400:2404" at the top left.
 
Use "Boot Banner"=Yes in org.chameleon.Boot.plist.

Code:
    <key>Boot Banner</key>
    <string>Yes</string>

It should be displayed as "Darwin/x86 boot v5.0.132 - Chameleon v2.2svn r2400:2404" at the top left.

Is it?

Darwin/x86 boot v5.0.132 - Chameleon v2.2svn r2400:2404
Build date: 2014-10-16 12:00:59
 
Is it?

Darwin/x86 boot v5.0.132 - Chameleon v2.2svn r2400:2404
Build date: 2014-10-16 12:00:59

I didn't check build date when I looked, but yes, looks correct.

Must be problem in org.chameleon.Boot.plist, or missing /System/Library/Kernels/kernel.
 
I didn't check build date when I looked, but yes, looks correct.

Must be problem in org.chameleon.Boot.plist, or missing /System/Library/Kernels/kernel.
yesterday i had put in org.chameleon.Boot.plist
<key> kernel </key>
<string>/System/Library/Kernel/kernel </string>
But it restarts without loading yosemite
 
yesterday i had put in org.chameleon.Boot.plist
<key> kernel </key>
<string>/System/Library/Kernel/kernel </string>
But it restarts without loading yosemite

First of all, 'kernel' is not a valid bootloader flag (it is 'Kernel'). Second, you have some extraneous spaces in there. Third, it is unnecessary to specify the location of the kernel. You should remove it.
 
First of all, 'kernel' is not a valid bootloader flag (it is 'Kernel'). Second, you have some extraneous spaces in there. Third, it is unnecessary to specify the location of the kernel. You should remove it.

How should i do?
 
Status
Not open for further replies.
Back
Top