Jump to content
5 posts in this topic

Recommended Posts

sometimes it works - sometimes it doesn't.. the last 10 times i've tried to get into a safe / console startup pressing F8 does not work does not work.. it's like a video game at this point and i'm losing...

 

any ideas?

It works for me every time if I press and keep holding f8 before darwin bootloader kicks in (I've done it perhaps 20 times yesterday). If I can press and hold it within a second of the screen blanking out and before "loading darwin" appears, it seems fine. I can't press f8 too soon, because my mobo also uses that as boot drive selector. The key is to hold the key down throughout the boot process, as at some point bootloader will check if it is down, rather then repeatedly pressing the key, since bootloader doesn't read key presses unless it is down at the moment it checks for it.

Generally just as soon as the screen turns black during the boot, press and hold F8 or at least tap quickly and repeatedly.

 

If you go to boot.plist and add the Timeout parameter with a value of say 3 seconds, then get a good opportunity to press the key without slowing boot times down by much.

 

http://forum.insanelymac.com/index.php?s=&...st&p=247056

Thanks for your suggestions. - Still having the same problem though.

 

I've tried waiting for black screen, holding, tapping fast. PS/2 KB here, tried a diff kb and still the same.

 

 

I've edited my boot.plist below and was able to get in to bootmenu - once.

 

After that it's same story.. tried 10 times and could not get in. really strange..

 

<?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>Timeout</key>

<string>10</string>

</dict>

</plist>

×
×
  • Create New...