pion Posted August 29, 2005 Share Posted August 29, 2005 everytime boot osx, i have to press "Enter" key twice in darwin to boot up the osx. how to make it auto without the need to press enter key?? Link to comment https://www.insanelymac.com/forum/topic/1466-autoboot-to-osx/ Share on other sites More sharing options...
Norad Posted August 30, 2005 Share Posted August 30, 2005 You're talking about when Darwin asks for 8 seconds which OS you want to boot right? I'm guessing you'll probably need to add a "Quiet Boot" key and "yes" string in your com.apple.boot.plist like: <key>Quiet Boot</key> <string>yes</string> However, I would rather change the timeout period to 1s so I can still access command options if needed. You can probably do that by adding this to your com.apple.boot.plist: <key>timeout</key> <string>1</string> Link to comment https://www.insanelymac.com/forum/topic/1466-autoboot-to-osx/#findComment-9571 Share on other sites More sharing options...
pion Posted August 30, 2005 Author Share Posted August 30, 2005 =) thx m8. Link to comment https://www.insanelymac.com/forum/topic/1466-autoboot-to-osx/#findComment-9604 Share on other sites More sharing options...
kidgoo Posted August 30, 2005 Share Posted August 30, 2005 However, I would rather change the timeout period to 1s so I can still access command options if needed. You can probably do that by adding this to your com.apple.boot.plist:<key>timeout</key> <string>1</string> <{POST_SNAPBACK}> Holding down ctrl while booting will allow you to enter boot params even if using quiet boot... Link to comment https://www.insanelymac.com/forum/topic/1466-autoboot-to-osx/#findComment-9783 Share on other sites More sharing options...
Recommended Posts