Jump to content

boot problems


jonas88
 Share

2 posts in this topic

Recommended Posts

Hi every one I am new her but have read/searched for all that I could find.

I have a problem whit my com.apple.Boot.plist.

The things that I change to in the com.apple.Boot.plist. was this:

 

<key>Boot Graphics</key>

<string>Yes</string>

 

<key>Quiet Boot</key>

<string>Yes</string>

 

<key>Kernel Flags</key>

<string>platform=X86PC</string>

 

<key>Graphics Mode</key>

<string>1280x1024x32@85</string>

 

But after a while I realize that I did not want the:

 

<key>Boot Graphics</key>

<string>Yes</string>

 

<key>Quiet Boot</key>

<string>Yes</string>

 

So I change the boot file again but after rebooting the computer I still had the quiet boot and the boot Graphics left. How can I do now to get the normal boot where you sees the Darwin boot thing whit all the text flashing down the screen while booting.

 

I check my com.apple.Boot.plist. again but in it I could not see the quiet boot and the boot Graphics commands. Is there any one that can help me whit this problem, ore post the original com.apple.Boot.plist text file???

Link to comment
Share on other sites

I think you remove them altogether, the keys quiet boot and and graphic text, that is. There will be a copy of the origianl file on your install DVD.

Free30

 

or

that'll do it.

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>Boot Graphics</key>

<string>Yes</string>

</dict>

</plist>

Link to comment
Share on other sites

 Share

×
×
  • Create New...