Jump to content

How can I Edit com.apple.boot.plist?


brendankoch
 Share

39 posts in this topic

Recommended Posts

If you boot in Single User mode you are root so you can type

nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

edit whatever you want the type Control-X to save and exit.

 

If you booted in GUI run Terminal and type

sudo su

type your password

type the command same command line as in single user mode.

Link to comment
Share on other sites

  • 2 weeks later...
If you boot in Single User mode you are root so you can type

nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

edit whatever you want the type Control-X to save and exit.

 

If you booted in GUI run Terminal and type

sudo su

type your password

type the command same command line as in single user mode.

Much more simpler way to do this is to browse with Finder to /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and just drag damn' file to your desktop. After that edit your file (the desktop one) and save it. To finish the job you drag the desktop version in the same folder where the old one was ... /Library/Preferences/SystemConfiguration/ and it should appear some dialog window....press the Authenticate button and type your password when it's asked for. Good job ... all done! :)

 

By the way ... did you changed your root password?

To do so you open Terminal and type sudo passwd root.

Then you type your password and after that type your chosen root password (twice)

Now it should repeat first part and it should work. :D

Link to comment
Share on other sites

Why would you want to drag it to the desktop to edit? Just edit the original one. Use a text editor like Smultron (yes, there's an Intel compiled version). When you try to save it, you'll get authentication popup and you just enter the password to save it correctly. Even simpler.

Link to comment
Share on other sites

  • 4 weeks later...

Hi all...

 

I´m edit the file /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and insert the lines:

<key>Graphics Mode</key>

<string>1280×1024×32</string>

 

I restart my osx86 (10.4.3) and my screen resolution dont´t change. (original is 1024x768).

 

I open the file again and the lines are there!!

 

What I can do to change may resolution to 1280x1024.

My monitor is LG 710SH 17" and my vga is one FX 5200 with 256mb 128 bits.

 

Tanks and I hope some one can help me.. please..

 

Andre

Link to comment
Share on other sites

Hi all...

 

I´m edit the file /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and insert the lines:

<key>Graphics Mode</key>

<string>1280×1024×32</string>

 

I restart my osx86 (10.4.3) and my screen resolution dont´t change. (original is 1024x768).

 

I open the file again and the lines are there!!

 

What I can do to change may resolution to 1280x1024.

My monitor is LG 710SH 17" and my vga is one FX 5200 with 256mb 128 bits.

 

Tanks and I hope some one can help me.. please..

 

Andre

Do you ever tryed to type "Graphics Mode"="1280x1024x32" at the Darwin bootloader?

If this also don't work then maybe it's not possible with your Nvidia card in VESA mode.

Link to comment
Share on other sites

Much more simpler way to do this is to browse with Finder to /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and just drag damn' file to your desktop. After that edit your file (the desktop one) and save it. To finish the job you drag the desktop version in the same folder where the old one was ... /Library/Preferences/SystemConfiguration/ and it should appear some dialog window....press the Authenticate button and type your password when it's asked for. Good job ... all done! :D

 

That's not simplier, that's just GUI way.

Link to comment
Share on other sites

Open Treminal from the Utilities Folder, then run this:

sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

the system ask for your password, then add it after the

Kernel Flags

"Graphics Mode"="1280×1024×32"

 

I don't know why it is not working with

Graphics Mode

1280×1024×32

 

Just a hint, diconnect the TV connector before boot if it is connected of course.

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

You can try this:

<key>Kernel Flags</key>

<string>rd=diskXsY</string>

 

to boot on another partition, but it didn't work for me (probably because of NTFS, perhaps with FAT32 it'll work who knows...)

 

And with this you'll have the timer:

 

<key>Timeout</key>

<string>8</string>

 

8 seconds here...

 

(As you can see in the file, <key>Timeout</key> and <key>Kernel Flags</key> could already be wrote, don't make twice...)

Link to comment
Share on other sites

  • 2 weeks later...
Hi all...

 

I´m edit the file /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and insert the lines:

<key>Graphics Mode</key>

<string>1280×1024×32</string>

 

I restart my osx86 (10.4.3) and my screen resolution dont´t change. (original is 1024x768).

 

I open the file again and the lines are there!!

 

What I can do to change may resolution to 1280x1024.

My monitor is LG 710SH 17" and my vga is one FX 5200 with 256mb 128 bits.

 

Tanks and I hope some one can help me.. please..

 

Andre

 

Maybe if you add a refresh rate it works? Example: 1280x1024x32@75

 

Greetz keeshond

Link to comment
Share on other sites

Hi there,

I'd like to move to 1280x1024 as well but I tried all these tips with no success. There are other way to set that display resolution? I've a Toshiba M70-166, LCD native res is 1280x1024.

 

 

 

Thanks in advance...

Link to comment
Share on other sites

  • 3 weeks later...
Open Treminal from the Utilities Folder, then run this:

sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

the system ask for your password, then add it after the

<key>Kernel Flags</key>

<string>"Graphics Mode"="1280×1024×32"</string>

 

I don't know why it is not working with

<key>Graphics Mode</key>

<string>1280×1024×32</string>

 

Just a hint, diconnect the TV connector before boot if it is connected of course.

 

you mention TV Connector ... exactly what are you referring to there? I have an ATI AIW card with coax connected ... are you referring to that?

 

thx

Link to comment
Share on other sites

  • 1 year later...
  • 3 weeks later...

Works nearly fine.

"Graphics Mode"="1680x1050x32" in my com.apple.Boot.plist results in 1400x1050 (unchangable). A real progress in contrast to the formerly unchangable 1024x768.

But does anyone know why it works only with 1400px and not with 1680?

 

 

Edit:

?video at Startup shows that there are only 4:3 ratio resolutions like 1024x768, 1280x1024 etc. available. Is there any trick to get 16:10 ratio resolutions like 1280x800 enabled?

Link to comment
Share on other sites

  • 1 month later...
 Share

×
×
  • Create New...