Voodooprojects

Chameleon => General Discussion => Topic started by: tubegeek on September 02, 2009, 03:46:16 PM

Title: Chameleon RC2 - how to enable/disable GUI on boot?
Post by: tubegeek 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?

Title: Re: Chameleon RC2 - how to enable/disable GUI on boot?
Post by: tubegeek 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!