Jump to content
4 posts in this topic

Recommended Posts

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

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>

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

×
×
  • Create New...