kdawg Posted September 13, 2008 Share Posted September 13, 2008 I know how to manually get into verbose mode on startup but how do I permanently add it to the boot.plist file? Link to comment https://www.insanelymac.com/forum/topic/125776-adding-verbose-flag-to-bootplist-file/ Share on other sites More sharing options...
mac_cute Posted September 13, 2008 Share Posted September 13, 2008 Open your .com.apple.Boot.plist.Search for your kernel flags (this is an example) <key>Kernel Flags</key> <string>-legacy</string> add -v <key>Kernel Flags</key> <string>-v -legacy </string> Save the changes and close.That is all. Link to comment https://www.insanelymac.com/forum/topic/125776-adding-verbose-flag-to-bootplist-file/#findComment-889212 Share on other sites More sharing options...
vindu Posted September 13, 2008 Share Posted September 13, 2008 and if you're wondering where com.apple.boot.plist is hiding /library/preferences/systemconfiguration/ Link to comment https://www.insanelymac.com/forum/topic/125776-adding-verbose-flag-to-bootplist-file/#findComment-889270 Share on other sites More sharing options...
kdawg Posted September 13, 2008 Author Share Posted September 13, 2008 Sweet thanks! Link to comment https://www.insanelymac.com/forum/topic/125776-adding-verbose-flag-to-bootplist-file/#findComment-889836 Share on other sites More sharing options...
Recommended Posts