Jump to content

Modificare ICONE avvio nel bootloader Clover


leadermar
 Share

5 posts in this topic

Recommended Posts

Ciao a tutti,

 

Vorrei sapere come fare a modificare le partizioni che compaiono all'avvio del pc sul bootloader  clover, vorrei che comparissero solo windows e OSX, togliendo tutte le partizxioni di ripristino ecc.

 

Grazie 1000

Link to comment
Share on other sites

Devi usare la funzione nascondi di Clover, puoi fare tutto anche rinominare i nomi ecc...

 

Un esempio della mia:

<key>GUI</key>
	<dict>
		<key>Custom</key>
		<dict>
			<key>Legacy</key>
			<array>
				<dict>
					<key>Disabled</key>
					<false/>
					<key>FullTitle</key>
					<string>Windows 10</string>
					<key>Hidden</key>
					<false/>
					<key>Ignore</key>
					<false/>
					<key>Type</key>
					<string>Windows</string>
					<key>Volume</key>
					<string>Legacy HD1</string>
				</dict>
			</array>
		</dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>bootmgr.efi</string>
			<string>BOOTX64.efi</string>
			<string>HD(1,MBR,0x028FE10F,0x800,0xE8E07800)</string>
		</array>

Trovi tutto sul WIKI:

https://clover-wiki.zetam.org/Configuration/GUI#gui

Link to comment
Share on other sites

Devi usare la funzione nascondi di Clover, puoi fare tutto anche rinominare i nomi ecc...

 

Un esempio della mia:

<key>GUI</key>
	<dict>
		<key>Custom</key>
		<dict>
			<key>Legacy</key>
			<array>
				<dict>
					<key>Disabled</key>
					<false/>
					<key>FullTitle</key>
					<string>Windows 10</string>
					<key>Hidden</key>
					<false/>
					<key>Ignore</key>
					<false/>
					<key>Type</key>
					<string>Windows</string>
					<key>Volume</key>
					<string>Legacy HD1</string>
				</dict>
			</array>
		</dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>bootmgr.efi</string>
			<string>BOOTX64.efi</string>
			<string>HD(1,MBR,0x028FE10F,0x800,0xE8E07800)</string>
		</array>

Trovi tutto sul WIKI:

https://clover-wiki.zetam.org/Configuration/GUI#gui

Ti ringrazio per la risposta, un ultima cosa, come faccio a vedere il nome esatto delle partizioni? c'era un comando da terminale a riguardo.

 

Grazie ancora

Link to comment
Share on other sites

 Share

×
×
  • Create New...