Jump to content

Adding verbose flag to boot.plist file


kdawg
 Share

4 posts in this topic

Recommended Posts

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
Share on other sites

 Share

×
×
  • Create New...