overdue-scratch

Author Topic: Chameleon RC2 - how to enable/disable GUI on boot?  (Read 4989 times)

0 Members and 1 Guest are viewing this topic.

tubegeek

  • Entrant
  • Posts: 2
Chameleon RC2 - how to enable/disable GUI on boot?
« on: September 02, 2009, 03:46:16 PM »
Environment: 10.5.8 installed with iDeneb
Asus 1000HD with Celeron processor, 3 partitions (XP, OSX, EFI)

I tried editing my /Library/Preferences/SystemConfiguration/com.apple.Boot.plist as follows:

I added the following text to the file and saved it:
Code: [Select]

<key>Boot Graphics</key>
<string>No</string>

I still had the GUI upon startup.

Should I just insert the text
Code: [Select]
"Boot Graphics"=No
without the "key" and "string" tags?


tubegeek

  • Entrant
  • Posts: 2
Re: Chameleon RC2 - how to enable/disable GUI on boot?
« Reply #1 on: September 02, 2009, 03:56:51 PM »
I'm going to answer my own question:

The following insertion worked:
Code: [Select]
<key>GUI</key>
<string>n</string>

Now if I can just figure out wireless & 1024x600 resolution, I'll be VERY happy!