Difference between revisions of "Enable Verbose Boot"
m |
m |
||
Line 1: | Line 1: | ||
− | For the Repair Volume | + | =For the Repair Volume= |
− | + | ||
Mount the repair partition. | Mount the repair partition. | ||
− | + | mkdir /mnt/repair/ | |
− | + | mount -t hfs /dev/disk0s2 /mnt/repair/ | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Edit <code>/mnt/repair/com.apple.Boot.plist</code>: under key <code>Kernel Flags</code>, add | |
− | + | -v | |
− | + | before <code>rp=:///OS.dmg</code> | |
− | + | =For the normal OSBoot Volume= | |
− | + | Edit <code>/System/Library/CoreServices/com.apple.Boot.plist</code>: under key: <code>Kernel Flags</code>, add | |
+ | -v | ||
''Thanks to phoem for this information.'' | ''Thanks to phoem for this information.'' | ||
[[Category:How-to]] | [[Category:How-to]] | ||
+ | [[Category:2.1]] | ||
+ | [[Category:2.3]] |
Revision as of 08:52, 8 December 2008
For the Repair Volume
Mount the repair partition.
mkdir /mnt/repair/ mount -t hfs /dev/disk0s2 /mnt/repair/
Edit /mnt/repair/com.apple.Boot.plist
: under key Kernel Flags
, add
-v
before rp=:///OS.dmg
For the normal OSBoot Volume
Edit /System/Library/CoreServices/com.apple.Boot.plist
: under key: Kernel Flags
, add
-v
Thanks to phoem for this information.