Contribute
Register

Hide partition and system info in chimera

Status
Not open for further replies.
Joined
Jul 20, 2011
Messages
6
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Is there any way to hide the partition and system info in chimera? I'm trying to get a vanilla looking boot screen and changing the text color to to the background color still doesn't look just right.
 
Andy9o9o said:
Is there any way to hide the partition and system info in chimera? I'm trying to get a vanilla looking boot screen and changing the text color to to the background color still doesn't look just right.

Add this or change it on com.apple.boot.plist (or org.chameleon.boot.plist)
<key>Theme</key>
<string>Apple Default</string>

Extract the attachment into Extra>Themes folder.

This is the best bootcamp like boot screen. You'll like it
 

Attachments

  • Apple Default.zip
    222.2 KB · Views: 394
That is a fantastic boot theme :D
thank you very much Mak 1

But does anyone know how to get rid of all this?
IMG_0418.JPG
 
Andy9o9o said:
That is a fantastic boot theme :D
thank you very much Mak 1

But does anyone know how to get rid of all this?
IMG_0418.JPG

I can not see whats displaying there. Partition Info, Chimera info or what? Can you upload bigger picture.
 
Mak 1 said:
Andy9o9o said:
That is a fantastic boot theme :D
thank you very much Mak 1

But does anyone know how to get rid of all this?
IMG_0418.JPG

I can not see whats displaying there. Partition Info, Chimera info or what? Can you upload bigger picture.

IMG_0421.JPG


Heres a slightly better image, but yes. I'd like to hide both the Chimera and partition info if possible. Otherwise, in my opinion it is quite unsightly, especially with the addition of partition info in the latest chimera
 
You need to add ShowInfo key to org.chameleon.Boot.plist and set it to No.
 
<key>Boot Banner</key>
<string>No</string>
 
Andy9o9o said:
Mak 1 said:
Andy9o9o said:
That is a fantastic boot theme :D
thank you very much Mak 1

But does anyone know how to get rid of all this?
IMG_0418.JPG

I can not see whats displaying there. Partition Info, Chimera info or what? Can you upload bigger picture.

IMG_0421.JPG


Heres a slightly better image, but yes. I'd like to hide both the Chimera and partition info if possible. Otherwise, in my opinion it is quite unsightly, especially with the addition of partition info in the latest chimera

Add these Key to boot.plist.

<key>Boot Banner</key>
<string>No</string>
<key>ShowInfo</key>
<string>No</string>
 
Status
Not open for further replies.
Back
Top