Voodooprojects

Chameleon => Feature Requests => Topic started by: AuralArch on October 22, 2010, 08:46:37 PM

Title: Hide not "Active" NTFS Partitions by default
Post by: AuralArch on October 22, 2010, 08:46:37 PM
I think it would make a lot of sense to automatically hide any NTFS partition which is not marked "Active" from the partition list.
Another feature that goes along with that (almost by necessity) would be to automatically rename all Window's "System Reserved" partitions to the name of the next partition (which it would boot into by default)...

That feature set would save me SO much time & aggravation- especially since I'm frequently getting new hard drives and/or performing installations on lots of hard drives for work & friends...


Anybody else like that idea, or find it useful?
Title: Re: Hide not "Active" NTFS Partitions by default
Post by: ianmac77 on January 16, 2012, 09:18:12 PM
Great idea. I see SYSTEM RESERVED and Windows7 at boot. We already have the ability to hide "Windows7" (Boot.plist) but no ability to change the name SYSTEM RESERVED to Windows 7. I think anyone who dual boots wants a clean interface, not three drives where choosing Windows7 would not even boot Windows 7.
Title: Re: Hide not "Active" NTFS Partitions by default
Post by: Gringo Vermelho on January 16, 2012, 09:51:06 PM
You are wrong, Chameleon supports partition renaming and has done so for a long time. Read the docs.
Title: Re: Hide not "Active" NTFS Partitions by default
Post by: ianmac77 on January 18, 2012, 07:24:41 AM
I stand corrected. The above feature request can be accomplished by changing your org.chameleon.Boot.plist.

Official Docs:
  "Hide Partition"        Remove unwanted partition(s) from the boot menu.
    =partition               Specified, possibly multiple times, as hd(x,y), an
     [;partition2 ...]       UUID or label enclosed in quotes.

"Rename Partition"      Rename partition(s) for the boot menu.
    =partition <alias>       Where partition is hd(x,y), UUID or label enclosed
     [;partition2 <alias2>   in quotes. The alias can optionally be quoted too.
     ...]

Example (1 hard drive 3 partitions):
      <key>Default Partition</key>
   <string>hd(0,3)</string>
   <key>Hide Partition</key>
   <string>hd(0,2)</string>
   <key>Rename Partition</key>
   <string>hd(0,1) Windows7</string>

0,1=EFI 0,2=Windows7 0,3=Lion
Tested on Chameleon 2.1svn r1777

Although, it would be nice to have this as an automatic feature...
Title: Re: Hide not "Active" NTFS Partitions by default
Post by: Davidm71 on December 21, 2014, 03:58:43 AM
Will that block intel raid array members?? I multi boot OS X and windows and my raid array is always a nuisance when OS X  disclaims 'Error disk not readable. Ignore, format, etc'..

Title: Re: Hide not "Active" NTFS Partitions by default
Post by: Gringo Vermelho on December 28, 2014, 05:36:35 AM
No. hide/rename partition are cosmetic settings that only affect what you see in the Chameleon GUI.

Chameleon cannot hide drives or partitions from your operating system.