Jump to content

Chameleon RC4


4 posts in this topic

Recommended Posts

OK, I have successfully installed chameleon 2.0 rc4, and I wish to hide some of my partitions on boot.

Could anyone tell me what changes I need to make to my com.apple.Boot.plist file to hide my windows 7 and repository partition.

The reason I wish to hide them is because BCD is stored on my vista partition, and repository just contains installation files, music etc.

 

 

Last login: Sun Jul 11 12:10:22 on console

Administrators-Mac-Pro:~ administrator$ diskutil list

/dev/disk0

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *500.1 GB disk0

1: EFI 209.7 MB disk0s1

2: Apple_HFS Macintosh HD 499.8 GB disk0s2

/dev/disk1

#: TYPE NAME SIZE IDENTIFIER

0: FDisk_partition_scheme *500.1 GB disk1

1: Windows_NTFS Repository 500.1 GB disk1s1

/dev/disk2

#: TYPE NAME SIZE IDENTIFIER

0: FDisk_partition_scheme *500.1 GB disk2

1: Windows_NTFS Vista 214.7 GB disk2s1

2: Windows_NTFS Windows 7 214.7 GB disk2s2

Link to comment
Share on other sites

First, you need to find out the numbers Chameleon actually assigns to your partitions. You can do that by pressing TAB in the boot drive selection screen. Write them down somewhere.

 

Then go in OS X, open your com.apple.boot.plist with a text editor (I do it with TextWrangler), and inside the <dict> region, add the following, replacing the text in red for the partitions you want to hide. Remember to separate them with a single space.

 

<key>Hide Partitions</key>

<string>hd(0,1) hd(2,1) hd(3,1) hd(n,n)</string>

 

Save your plist and reboot.

Link to comment
Share on other sites

First, you need to find out the numbers Chameleon actually assigns to your partitions. You can do that by pressing TAB in the boot drive selection screen. Write them down somewhere.

 

Then go in OS X, open your com.apple.boot.plist with a text editor (I do it with TextWrangler), and inside the <dict> region, add the following, replacing the text in red for the partitions you want to hide. Remember to separate them with a single space.

 

 

 

Save your plist and reboot.

 

Thank you, I will try that and report back.

 

I did exactly what you said and saved it to my plist.

Still not getting any results?

Any idea why?

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple$

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>Hide Partitions</key>

<string>hd(1,2) hd(2,1)</string>

 

</dict>

</plist>

Link to comment
Share on other sites

 Share

×
×
  • Create New...