Contribute
Register

How to hide drives from showing up

Status
Not open for further replies.
Joined
Dec 18, 2011
Messages
3
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
How would i go about making drives not show up in chimera when i boot up, just looking for the system reserved partiotion and the mac lion drive. Is there something I have to go into to edit?
 
in the org.chameleon.boot.plist file in the /extra folder, add

<key>Hide Partition</key>
<string> </string>

in the string section, add the location of the hard drive, eg hd(0,1). you can find this info by pressing the tab button at the chimera os selection.

you can also rename the system reserved partition using

<key>Rename Partition</key>
<string> </string>

you can get the info in the same way as for the hide partition, then enter into the string section in this format: <string>hd(1,1) Windows</string>
so thats partition location, space, new name of the partition.
 
Status
Not open for further replies.
Back
Top