Contribute
Register

(Chameleon) Directly boot from OSX Partition

Status
Not open for further replies.
Joined
Mar 4, 2010
Messages
56
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello,
how can I configure Chameleon,that it directly boots my Macintosh HD (OSX Partition)(w/o seeing the Boot manager)?

-MacBeginner
 
MacBeginner said:
Hello,
how can I configure Chameleon,that it directly boots my Macintosh HD (OSX Partition)(w/o seeing the Boot manager)?

-MacBeginner

Good question- you could use a Chameleon boot file that doesn't have an embedded theme. If you install RC4 from MultiBeast, it will have no gui by default- there's no embedded theme. Then if you want a gui, you can always put a theme in your /Extra folder.

Another way to do it would be to put this in your com.apple.boot.plist

<key>Timeout</key>
<string>0</string>
<key>GUI</key>
<string>No</string>

Let me know how it works. ;)

http://tonymacx86.blogspot.com/2009/11/ ... ation.html
 
tonymacx86 said:
Another way to do it would be to put this in your com.apple.boot.plist

<key>Timeout</key>
<string>0</string>
<key>GUI</key>
<string>No</string>

Let me know how it works. ;)

Here is my test result:

using '0' for 'Timeout' is the same as pressing a key during the loader is waiting for timeout, the loader is now waiting for input

using '-1' skips the timeout and loads (the default partition) immediately

However, you see (shortly) the loader (GUI or text) on the screen.
 
querschlag said:
Here is my test result:

using '0' for 'Timeout' is the same as pressing a key during the loader is waiting for timeout, the loader is now waiting for input

using '-1' skips the timeout and loads (the default partition) immediately

However, you see (shortly) the loader (GUI or text) on the screen.

Check the Chameleon Docs- I've summarized some of the commands here, or you can download and look into the Docs folder in any Chameleon source or binary.

http://tonymacx86.blogspot.com/2009/11/ ... ation.html
 
Status
Not open for further replies.
Back
Top