overdue-scratch

Author Topic: SOLVED - How to disable boot options showing  (Read 2233 times)

0 Members and 1 Guest are viewing this topic.

petejk

  • Entrant
  • Posts: 2
SOLVED - How to disable boot options showing
« on: October 11, 2009, 06:11:49 AM »
I've read through the documentation and am trying to get my snow install to boot (chained from grub 2) without the chameleon boot menu asking for input

i've successfully changed the apple boot logo, so my plist is being read, but just havent found the correct option yet

<?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>arch=i386</string>
   <key>Wait</key>
   <string>no</string>
   <key>Instant Menu</key>
   <string>no</string>
   <key>Default Partition</key>
   <string>hd(0,2)</string>
   <key>Legacy Logo</key>
   <string>yes</string>
</dict>
</plist>

any advice appreciated,
thanks, pete k
« Last Edit: October 11, 2009, 05:25:09 PM by petejk »

thorazine74

  • Member
  • Posts: 57
Re: How to disable boot options showing
« Reply #1 on: October 11, 2009, 02:59:51 PM »
I think you are missing the: ["Quiet Boot"=] argument, also the I think using the Defaul partition needs a timeout key too, and it cant be 0, not sure if this has been fixed...
Mac OS X 10.5.6 Retail (Updated to 10.5.7) with Chameleon 2.0 RC1+BootIt NextGen 1.86 (MBR Single Drive)
Gigabyte 73PVM-S2H + C2D + 2 Gb
2 SATA HD (AppleAHCIport.kext) + 1 PATA DVD+RW (DarwinATAPort.kext)
Realtek ALC889 (VoodooHDA.kext)
Geforce 8600GTS (EFI String) PS/2 M & KB: VoodooPS2.kext

petejk

  • Entrant
  • Posts: 2
Re: How to disable boot options showing
« Reply #2 on: October 11, 2009, 05:24:45 PM »
Thanks for the advice!

I added the timeout, disabled the GUI, and set quietboot. Select Snow from Grub2, and it boots smoothly into snow after a 1 sec delay. Well pleased

<?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>arch=i386</string>
   <key>Wait</key>
   <string>no</string>
   <key>Instant Menu</key>
   <string>no</string>
   <key>Default Partition</key>
   <string>hd(0,2)</string>
   <key>Legacy Logo</key>
   <string>yes</string>
   <key>GUI</key>
   <string>no</string>
   <key>Quiet Boot</key>
   <string>yes</string>
   <key>Timeout</key>
   <string>1</string>
</dict>
</plist>

Trauma

  • Observer
  • Posts: 28
  • Took too much man !
    • http://www.darwinx86.org - The french OSx86 docs
Re: SOLVED - How to disable boot options showing
« Reply #3 on: October 17, 2009, 03:40:17 AM »
well, you could aslo boot OS X directly from Grub2....
Desktop : GA-EP45-DS4 / E8400 @ 3 Ghz / 2Go 1066Mhz RAM / Shutdown/Reboot/Sleep/Speedstep Os X 10.5.6 Retail + Chameleon v2 Apple Raid + 9.6.0 Vanilla
NetBook : MSi Wind U100-015 2 Gb 667Mhz RAM / Shutdown/Reboot/Sleep/Speedstep / Os X 10.5.6 Retail + Chamelon v2