
03-14-2011, 11:37 PM
|
Cheetah
|
|
Join Date: Oct 2008
Posts: 3
|
|
boot-uuid does not work.
Hi,
I can't get boot-uuid= to work. I keep getting " can't find mach_kernel "
Is boot-uuid only for raid setups?
Do you put in the uuid without the "-"?
ex: 5DEEC2FD-C973-3716-BB1B-7E4EAC029231 vs 5DEEC2FDC9733716BB1B7E4EAC029231
Please help.
This is my com.appleBoot.plist
<?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>boot-uuid=5DEEC2FD-C973-3716-BB1B-7E4EAC0292311</string>
<key>Timeout</key>
<string>8</string>
</dict>
</plist>
Last edited by noyfb; 03-15-2011 at 12:00 AM.
|