Jump to content

Ukrywanie dysków


Recommended Posts

Powracam bo mam znów z tym problem:
 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>HaltEnabler</key>
		<true/>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>kext-dev-mode=1</string>
		<key>DefaultVolume</key>
		<string>Dysk</string>
		<key>Fast</key>
		<false/>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Timeout</key>
		<integer>1</integer>
	</dict>
<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>Intel</key>
			<true/>
			<key>ATI</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<integer>12</integer>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Language</key>
		<string>pl:0</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
		</dict>
		<key>Theme</key>
		<string>black_green</string>
	</dict>
 <dict> 
        <key>Scan</key> 
        <dict> 
            <key>Entries</key> 
            <true/> 
            <key>Legacy</key> 
            <false/> 
            <key>Tool</key> 
            <false/> 
        </dict> 
        <key>Custom</key> 
        <dict> 
            <key>Entries</key> 
            <array> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\BOOT\BOOTX64.efi</string> 
                    <key>VolumeType</key> 
                    <array> 
                        <string>External</string> 
                        <string>Internal</string> 
                    </array> 
                    <key>Hidden</key> 
                    <true/> 
                    <key>Disabled</key> 
                    <true/> 
                </dict> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\BOOT\BOOTX64.efi</string> 
                    <key>Title</key> 
                    <string>CD/DVD</string> 
                    <key>FullTitle</key> 
                    <string>CD/DVD</string> 
                    <key>VolumeType</key> 
                    <string>Optical</string> 
                    <key>Hidden</key> 
                    <false/> 
                    <key>Disabled</key> 
                    <false/> 
                </dict> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\Microsoft\Boot\bootmgfw.efi</string> 
                    <key>Title</key> 
                    <string>Windows</string> 
                    <key>FullTitle</key> 
                    <string>Windows</string> 
                    <key>Hidden</key> 
                    <false/> 
                    <key>Disabled</key> 
                    <false/> 
                </dict> 
            </array> 
        </dict> 
</dict> 
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>Trim Enabler</string>
				<key>Find</key>
				<data>QVBQTEUgU1NE</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>AAAAAAAAAAAA</data>
			</dict>
		</array>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>YES</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
	<key>BoardSerialNumber</key>
	<string>D25LHACKF8JC</string>
	</dict>
</dict>
</plist>

Co tu jest nie tak że wpis podany do sekcji gui nie ukrywa dysków? 
Dodam że na ssd mam os x 10.10 a na hdd mam windows 8 instalowany w uefi.

Link to comment
Share on other sites

Powracam bo mam znów z tym problem:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>HaltEnabler</key>
		<true/>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>kext-dev-mode=1</string>
		<key>DefaultVolume</key>
		<string>Dysk</string>
		<key>Fast</key>
		<false/>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Timeout</key>
		<integer>1</integer>
	</dict>
<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>Intel</key>
			<true/>
			<key>ATI</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<integer>12</integer>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Language</key>
		<string>pl:0</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
		</dict>
		<key>Theme</key>
		<string>black_green</string>
	</dict>
 <dict> 
        <key>Scan</key> 
        <dict> 
            <key>Entries</key> 
            <true/> 
            <key>Legacy</key> 
            <false/> 
            <key>Tool</key> 
            <false/> 
        </dict> 
        <key>Custom</key> 
        <dict> 
            <key>Entries</key> 
            <array> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\BOOT\BOOTX64.efi</string> 
                    <key>VolumeType</key> 
                    <array> 
                        <string>External</string> 
                        <string>Internal</string> 
                    </array> 
                    <key>Hidden</key> 
                    <true/> 
                    <key>Disabled</key> 
                    <true/> 
                </dict> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\BOOT\BOOTX64.efi</string> 
                    <key>Title</key> 
                    <string>CD/DVD</string> 
                    <key>FullTitle</key> 
                    <string>CD/DVD</string> 
                    <key>VolumeType</key> 
                    <string>Optical</string> 
                    <key>Hidden</key> 
                    <false/> 
                    <key>Disabled</key> 
                    <false/> 
                </dict> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\Microsoft\Boot\bootmgfw.efi</string> 
                    <key>Title</key> 
                    <string>Windows</string> 
                    <key>FullTitle</key> 
                    <string>Windows</string> 
                    <key>Hidden</key> 
                    <false/> 
                    <key>Disabled</key> 
                    <false/> 
                </dict> 
            </array> 
        </dict> 
</dict> 
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>Trim Enabler</string>
				<key>Find</key>
				<data>QVBQTEUgU1NE</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>AAAAAAAAAAAA</data>
			</dict>
		</array>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>YES</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
	<key>BoardSerialNumber</key>
	<string>D25LHACKF8JC</string>
	</dict>
</dict>
</plist>

Co tu jest nie tak że wpis podany do sekcji gui nie ukrywa dysków? 

Dodam że na ssd mam os x 10.10 a na hdd mam windows 8 instalowany w uefi.

 

Sprawdź dokładnie to co ja zwaliłem, czyli czy nie modyfikujesz configu na partycji systemowej w katalogu EFI ( /EFI) zamiast na partycji EFI.

 

Wyswietlasz wszystkie partycje:

diskutil list 

 znajdujesz nazwaną "EFI" (na tym dysku co masz osx) i ją montujesz, np:

diskutil mount disk0s1

Wtedy modyfikujesz config na tym dysku który będzie widoczny na pulpicie :)

 

@edit

 

masz jeszcze błąd w składni jesli się nie mylę. Wywal ten <dict>  przed <key>Scan</key> i </dict> przed     <key>KernelAndKextPatches</key>. 

Najlepiej otwórz ten plik w xcode- wtedy okaże się czy gdzieś nie jest coś powalone ze składnią. To co wrzucił oswaldini ma być w sekcji gui.

Link to comment
Share on other sites

Ty zapewne miałeś folder efi na partycji systemowej z tytułu jakiejś pozostałości po nieudanej instalacji clovera.:)
Partycja EFI jest ukryta więc w narzędziach dyskowych ją "otwieram" tak by była aktywna i tam wszystko modyfikuję. Tak więc robię to na partycji EFI.

Link to comment
Share on other sites

Ty zapewne miałeś folder efi na partycji systemowej z tytułu jakiejś pozostałości po nieudanej instalacji clovera. :)

Partycja EFI jest ukryta więc w narzędziach dyskowych ją "otwieram" tak by była aktywna i tam wszystko modyfikuję. Tak więc robię to na partycji EFI.

Możliwe, w każdym razie w ogóle źle wkleiłeś sekcję custom. W załączniku masz poprawiony config.

config.zip

Link to comment
Share on other sites

UWAGA !! Zmienili opcje w custom entries w okolicach 283x-284x, aby teraz poprawnie ukryć duplikacje partycji Windowsa w UEFI należy zmienić disabled na false a hidden na Always:

<dict>
<key>Path</key>
<string>\EFI\BOOT\BOOTX64.efi</string>
<key>VolumeType</key>
<array>
<string>External</string>
<string>Internal</string>
</array>
<key>Hidden</key>
<string>Always</string>
<key>Disabled</key>
<false/>
</dict>
Link to comment
Share on other sites

  • 2 months later...

A jak zmienić aby w nowym Clover w trybie legacy byly tylko ikony wyboru systemu wczesniej miałem tak : 

<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<false/>
</dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Path</key>
<string>\EFI\BOOT\BOOTX64.efi</string>
<key>VolumeType</key>
<array>
<string>External</string>
<string>Internal</string>
</array>
<key>Hidden</key>
<true/>
<key>Disabled</key>
<false/>
</dict>
<dict>
<key>Path</key>
<string>\EFI\BOOT\BOOTX64.efi</string>
<key>Title</key>
<string>CD/DVD</string>
<key>FullTitle</key>
<string>CD/DVD</string>
<key>VolumeType</key>
<string>Optical</string>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
</dict>
<dict>
<key>Path</key>
<string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
<key>Title</key>
<string>Windows</string>
<key>FullTitle</key>
<string>Windows</string>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
</dict>

i po aktualizacji pokazuje mi wszystko

Dzięki za info jak coś

Link to comment
Share on other sites

Hej dodaję preboot.log

0:100 0:100 MemLog inited, TSC freq: 2404109795
0:100 0:000 LegacyRegion2: Chipset/proc: 0x277C8086
0:100 0:000 Intel Series 4 and similar (PAM 0x90-0x96)
0:100 0:000 Test PAM1=(0x41=90, 0x5a=00, 0x81=00, 0x91=11) at chipset 277C8086
0:100 0:000 , Install = Success
0:125 0:025 BiosVideoDriverBindingStart!
0:125 0:000 BiosVideoCheckForVbe
0:125 0:000 EdidOverride not found
0:318 0:192 Edid1-
0:510 0:192 Edid0-
0:648 0:137 0 640x480 attr=3BF - ok, 640x480, working, highest, pref=0
0:654 0:005 1 800x600 attr=3BF - ok, 800x600, working, highest, pref=1
0:660 0:005 2 1024x768 attr=3BF - ok, 1024x768, working, highest, pref=2
0:665 0:005 3 1280x1024 attr=3BF - ok
0:700 0:034 4 1600x1200 attr=3BF - ok
0:700 0:000 BV new mode: 2 1024x768
0:946 0:245 SetMode pref 2 (2) = Success
5:215 4:269
5:215 0:000 Now is 30.10.2014, 22:1:19 (GMT+2047)
5:215 0:000 Starting Clover rev 2976 on CLOVER EFI
5:215 0:000 SelfDevicePath=PcieRoot(0x0)\Pci(0x1D,0x2)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,MBR,0x00000000,0x2,0x3BA243E) @BE81B998
5:215 0:000 SelfDirPath = \EFI\CLOVER
5:215 0:000 Total Memory Slots Count = 4
5:215 0:000 Type 17 Index = 0
5:215 0:000 Ignoring insane frequency value 0MHz
5:215 0:000 SmbiosTable.Type17->Speed = 0
5:215 0:000 SmbiosTable.Type17->Size = 2048
5:215 0:000 Type 17 Index = 1
5:215 0:000 Ignoring insane frequency value 0MHz
5:215 0:000 SmbiosTable.Type17->Speed = 0
5:215 0:000 SmbiosTable.Type17->Size = 1024
5:215 0:000 Type 17 Index = 2
5:215 0:000 Ignoring insane frequency value 0MHz
5:215 0:000 SmbiosTable.Type17->Speed = 0
5:215 0:000 SmbiosTable.Type17->Size = 2048
5:215 0:000 Type 17 Index = 3
5:215 0:000 Ignoring insane frequency value 0MHz
5:215 0:000 SmbiosTable.Type17->Speed = 0
5:215 0:000 SmbiosTable.Type17->Size = 1024
5:216 0:000 Boot status=0
5:216 0:000 Clover revision: 2976 running on System Product Name
5:216 0:000 ... with board P5WDG2 WS Pro
5:216 0:000 Clover load options size = 0 bytes
5:430 0:214 Using OEM config.plist at path: EFI\CLOVER\OEM\P5WDG2 WS Pro\config.plist
5:431 0:000 EFI\CLOVER\OEM\P5WDG2 WS Pro\config.plist loaded: Success
5:493 0:061 Found theme applestyle
5:616 0:122 Found theme BGM
5:739 0:123 Found theme black_green
5:862 0:122 Found theme bluemac
5:985 0:123 Found theme bootcamp
6:108 0:122 Found theme iclover
6:230 0:122 Found theme magnifico
6:353 0:122 Found theme metal
6:476 0:122 Found theme mrengles
6:599 0:123 Found theme orange
6:722 0:122 Found theme os_box
6:845 0:122 Found theme os_one
6:968 0:122 Found theme Shield
7:091 0:123 Found theme thinkpad
7:214 0:122 Loading early settings
7:214 0:000 timeout set to 4
7:214 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0)
7:214 0:000 KextsToPatch: 2 requested
7:214 0:000 KextToPatch 0: AppleAHCIPort (Orange Icon Fix) Kext bin patch, data len: 8
7:214 0:000 KextToPatch 1: IOAHCIBlockStorage (TRIMM Enabler) Kext bin patch, data len: 10
7:214 0:000 Default theme: MavericksLogin
7:214 0:000 LoadDrivers() start
7:276 0:061 Loading FSInject-64.efi
7:337 0:061 Loading NvmExpressDxe-64.efi
7:460 0:123 - driver needs connecting
7:460 0:000 Loading Ps2MouseDxe-64.efi
7:522 0:061 - driver needs connecting
7:522 0:000 Loading UsbMouseDxe-64.efi
7:584 0:061 - driver needs connecting
7:584 0:000 Loading VBoxExt2-64.efi
7:645 0:061 - driver needs connecting
7:645 0:000 Loading VBoxExt4-64.efi
7:707 0:061 - driver needs connecting
7:707 0:000 Loading XhciDxe-64.efi
7:830 0:123 - driver needs connecting
7:830 0:000 Video bios patch requested or CustomEDID - forcing video reconnect
7:830 0:000 7 drivers needs connecting ...
7:830 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success
7:830 0:000 Video driver loaded: disconnect Success
7:959 0:129 VideoBiosPatchNativeFromEdid:
7:959 0:000 Edid: not found
7:974 0:015 BiosVideoDriverBindingStart!
7:974 0:000 BiosVideoCheckForVbe
7:975 0:000 EdidOverride not found
8:169 0:194 Edid1-
8:363 0:194 Edid0-
8:508 0:144 0 640x480 attr=3BF - ok, 640x480, working, highest, pref=0
8:514 0:006 1 800x600 attr=3BF - ok, 800x600, working, highest, pref=1
8:520 0:006 2 1024x768 attr=3BF - ok, 1024x768, working, highest, pref=2
8:526 0:006 3 1280x1024 attr=3BF - ok
8:562 0:036 4 1600x1200 attr=3BF - ok
8:562 0:000 BV new mode: 2 1024x768
8:810 0:247 SetMode pref 2 (2) = Success
9:054 0:243 LoadDrivers() end
9:054 0:000 SetScreenResolution: 1600x1200 - setting Mode 4
9:054 0:000 BV new mode: 4 1600x1200
9:445 0:390 Video mode change to mode #4: Success
9:554 0:109 Console modes reported: 4, available modes:
9:554 0:000 Mode 1: 80x25
9:554 0:000 Mode 2: 80x50
9:554 0:000 Mode 3: 100x31
9:554 0:000 Mode 4: 200x63 (current mode)
9:554 0:000 Console modes reported: 4, available modes:
9:554 0:000 Mode 1: 80x25
9:554 0:000 Mode 2: 80x50
9:554 0:000 Mode 3: 100x31
9:554 0:000 Mode 4: 200x63 (current mode)
9:554 0:000 SetScreenResolution: 1600x1200 - already set
9:554 0:000 reinit: self device path=PcieRoot(0x0)\Pci(0x1D,0x2)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,MBR,0x00000000,0x2,0x3BA243E)
9:554 0:000 new SelfHandle=BE81B998
9:554 0:000 CPU Vendor = 756E6547 Model=6FB
9:554 0:000 The CPU not supported turbo
9:554 0:000 BrandString = Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
9:554 0:000 MSR dumps:
9:554 0:000     @0x00CD=800
9:554 0:000     @0x0198=922092206000922
9:554 0:000 FSBFrequency=488MHz DMIvalue=266660kHz
9:554 0:000 Corrected FSBFrequency=266MHz
9:554 0:000 Vendor/Model/Stepping: 0x756E6547/0xF/0xB
9:554 0:000 Family/ExtFamily: 0x6/0x0
9:554 0:000 MaxDiv/MinDiv: 9.0/6
9:554 0:000 Turbo: 10/0/0/0
9:554 0:000 Features: 0xBFEBFBFF
9:554 0:000 Threads: 4
9:554 0:000 Cores: 1
9:554 0:000 FSB: 266 MHz
9:554 0:000 CPU: 4400 MHz
9:554 0:000 TSC: 4400 MHz
9:554 0:000 PIS: 1066 MHz
9:554 0:000 PCI (00|00:00.00) : 8086 277C class=060000
9:554 0:000 PCI (00|00:01.00) : 8086 277D class=060400
9:554 0:000 PCI (00|05:00.00) : 10DE 0FC1 class=030000
9:554 0:000 Found NVidia model=MSi GeForce GT 640
9:554 0:000 PCI (00|05:00.01) : 10DE 0E1B class=040300
9:554 0:000 PCI (00|00:1B.00) : 8086 27D8 class=040300
9:554 0:000 PCI (00|00:1C.00) : 8086 27D0 class=060400
9:554 0:000 PCI (00|03:00.00) : 8086 032C class=060400
9:554 0:000 PCI (00|00:1C.04) : 8086 27E0 class=060400
9:554 0:000 PCI (00|02:00.00) : 11AB 4360 class=020000
9:554 0:000 PCI (00|00:1D.00) : 8086 27C8 class=0C0300
9:555 0:000 PCI (00|00:1D.01) : 8086 27C9 class=0C0300
9:555 0:000 PCI (00|00:1D.02) : 8086 27CA class=0C0300
9:555 0:000 PCI (00|00:1D.03) : 8086 27CB class=0C0300
9:555 0:000 PCI (00|00:1D.07) : 8086 27CC class=0C0320
9:555 0:000 PCI (00|00:1E.00) : 8086 244E class=060401
9:555 0:000 PCI (00|01:03.00) : 104C 8023 class=0C0010
9:555 0:000 PCI (00|01:05.00) : 11AB 4320 class=020000
9:555 0:000 PCI (00|00:1F.00) : 8086 27B8 class=060100
9:555 0:000 PCI (00|00:1F.01) : 8086 27DF class=01018A
9:555 0:000 PCI (00|00:1F.02) : 8086 27C0 class=01018F
9:555 0:000 PCI (00|00:1F.03) : 8086 27DA class=0C0500
9:555 0:000 ScanSPD() start
9:555 0:000 SMBus CmdReg: 0x1
9:555 0:000 Scanning SMBus [8086:27DA], mmio: 0x0, ioport: 0x400, hostc: 0x1
9:671 0:116 SPD[0]: Type 8 @0x50
9:686 0:014 DDR speed 667MHz
9:686 0:000 Slot: 0 Type 19 2048MB 667MHz Vendor=Kingston PartNo=K SerialNo=0A050C0C080C0F08
9:802 0:116 SPD[1]: Type 8 @0x51
9:813 0:010 DDR speed 667MHz
9:813 0:000 Slot: 1 Type 19 1024MB 667MHz Vendor=Kingston PartNo= SerialNo=0607000207090408
9:929 0:116 SPD[2]: Type 8 @0x52
9:944 0:014 DDR speed 667MHz
9:944 0:000 Slot: 2 Type 19 2048MB 667MHz Vendor=Kingston PartNo=K SerialNo=0A060C0C060E0F08
10:060 0:116 SPD[3]: Type 8 @0x53
10:071 0:010 DDR speed 667MHz
10:071 0:000 Slot: 3 Type 19 1024MB 667MHz Vendor=Kingston PartNo= SerialNo=0B0203070E0D0006
10:291 0:219 ScanSPD() end
10:291 0:000 Get Acpi Tables List from RSDT:
10:291 0:000 Found table: FACP OEMFACP len=129
10:291 0:000 Found table: APIC OEMAPIC len=140
10:291 0:000 Found table: OEMB AMI_OEM len=124
10:291 0:000 Found table: HPET OEMHPET len=56
10:291 0:000 Found table: MCFG OEMMCFG len=60
10:291 0:000 Calibrated TSC frequency =2404109795 =2404MHz
10:291 0:000 Loading main settings
10:291 0:000 PatchesDSDT: 4 requested
10:291 0:000 DSDT bin patch #0 lenToFind=39 lenToReplace=44
10:291 0:000 DSDT bin patch #1 lenToFind=39 lenToReplace=36
10:291 0:000 DSDT bin patch #2 lenToFind=44 lenToReplace=41
10:291 0:000 DSDT bin patch #3 lenToFind=128 lenToReplace=134
10:291 0:000 ** Warning: ignoring RtVariable MountEFI set in config.plist: deprecated !
10:291 0:000 ** Warning: ignoring RtVariable LogLineCount set in config.plist: deprecated !
10:291 0:000 ** Warning: ignoring RtVariable LogEveryBoot set in config.plist: deprecated !
10:353 0:061 Oem smbios.plist not found at path: EFI\CLOVER\OEM\P5WDG2 WS Pro\smbios.plist
10:353 0:000 smbios.plist not found, not overriding config.plist
10:353 0:000 found 15 volumes with blockIO
10:353 0:000 0. Volume:
10:353 0:000 PcieRoot(0x0)\Pci(0x1D,0x7)\USB(0x5,0x5)\Unit(0x0)
10:353 0:000 USB volume
10:353 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
10:353 0:000 1. Volume:
10:353 0:000 PcieRoot(0x0)\Pci(0x1D,0x7)\USB(0x5,0x5)\Unit(0x1)
10:353 0:000 USB volume
10:353 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
10:353 0:000 2. Volume:
10:353 0:000 PcieRoot(0x0)\Pci(0x1D,0x7)\USB(0x0,0x3)
10:353 0:000 USB volume
10:353 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
10:353 0:000 3. Volume:
10:353 0:000 PcieRoot(0x0)\Pci(0x1D,0x2)\USB(0x0,0x0)\USB(0x1,0x0)
10:356 0:002 Result of bootcode detection: bootable Clover (clover)
10:356 0:000 USB volume
10:356 0:000 USB volume
10:356 0:000 Volume 'Whole Disc Boot', LegacyOS 'Clover', LegacyIcon(s) 'clover', GUID = <null guid>
10:356 0:000 4. Volume:
10:356 0:000 PcieRoot(0x0)\Pci(0x1D,0x2)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,MBR,0x00000000,0x2,0x3BA243E)
10:359 0:002 Result of bootcode detection: bootable Clover (clover)
10:359 0:000 USB volume
10:359 0:000 USB volume
10:389 0:030 Volume 'FAT32', LegacyOS 'Clover', LegacyIcon(s) 'clover', GUID = <null guid>
10:389 0:000 This is SelfVolume !!
10:389 0:000 5. Volume:
10:389 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)
10:425 0:035 Result of bootcode detection: bootable unknown (legacy)
10:425 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
10:425 0:000 6. Volume:
10:425 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)
10:460 0:035 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
10:460 0:000 7. Volume:
10:460 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)
10:460 0:000 found optical drive
10:460 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
10:460 0:000 8. Volume:
10:460 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,7BACF3ED-2FAB-4699-8215-33E58DE0C5C2,0x28,0x64000)
10:473 0:012 Result of bootcode detection: bootable unknown (legacy)
10:507 0:033 Volume 'EFI', LegacyOS '', LegacyIcon(s) 'legacy', GUID = 7BACF3ED-2FAB-4699-8215-33E58DE0C5C2
10:507 0:000 9. Volume:
10:507 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,96E7EA5C-DD96-43A5-99E6-42AFB734486E,0x64028,0x11706960)
10:523 0:016 Result of bootcode detection: bootable unknown (legacy)
10:524 0:000 Volume 'Mavericks', LegacyOS '', LegacyIcon(s) 'legacy', GUID = 96E7EA5C-DD96-43A5-99E6-42AFB734486E
10:524 0:000 10. Volume:
10:524 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(3,GPT,05F0B8A3-AFBE-43F2-B645-6EC7A86BFAEB,0x1176A988,0x135F20)
10:536 0:012 Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) 'legacy', GUID = 05F0B8A3-AFBE-43F2-B645-6EC7A86BFAEB
10:536 0:000 11. Volume:
10:536 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(4,GPT,7CB5C49D-EB4A-4781-9883-DFE350F0AB00,0x118A08A8,0x28AA4F20)
10:549 0:012 Volume 'Dane', LegacyOS '', LegacyIcon(s) 'legacy', GUID = 7CB5C49D-EB4A-4781-9883-DFE350F0AB00
10:549 0:000 12. Volume:
10:549 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,96E7E0E0-1091-48FD-8078-B9B65780075E,0x28,0x64000)
10:562 0:012 Result of bootcode detection: bootable unknown (legacy)
10:596 0:034 Volume 'EFI', LegacyOS '', LegacyIcon(s) 'legacy', GUID = 96E7E0E0-1091-48FD-8078-B9B65780075E
10:596 0:000 13. Volume:
10:596 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,75293142-905B-4B19-9158-131D3EBD0D61,0x64028,0x1287FF40)
10:617 0:020 Volume 'Yosemite', LegacyOS '', LegacyIcon(s) 'legacy', GUID = 75293142-905B-4B19-9158-131D3EBD0D61
10:617 0:000 14. Volume:
10:617 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(3,GPT,6DD5ACA3-B7F4-43F7-B45B-776AD605E2E3,0x128E3F68,0x135F20)
10:654 0:037 Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) 'legacy', GUID = 6DD5ACA3-B7F4-43F7-B45B-776AD605E2E3
10:654 0:000 Searching volumes for latest nvram.plist ...
10:654 0:000 4. Volume 'FAT32', GUID = <null guid> - not GPT - no nvram.plist - skipping!
10:655 0:000 8. Volume 'EFI', GUID = 7BACF3ED-2FAB-4699-8215-33E58DE0C5C2 - no nvram.plist - skipping!
10:655 0:000 9. Volume 'Mavericks', GUID = 96E7EA5C-DD96-43A5-99E6-42AFB734486E - no nvram.plist - skipping!
10:655 0:000 10. Volume 'Recovery HD', GUID = 05F0B8A3-AFBE-43F2-B645-6EC7A86BFAEB - no nvram.plist - skipping!
10:655 0:000 11. Volume 'Dane', GUID = 7CB5C49D-EB4A-4781-9883-DFE350F0AB00 - no nvram.plist - skipping!
10:655 0:000 12. Volume 'EFI', GUID = 96E7E0E0-1091-48FD-8078-B9B65780075E - no nvram.plist - skipping!
10:655 0:000 13. Volume 'Yosemite', GUID = 75293142-905B-4B19-9158-131D3EBD0D61 - no nvram.plist - skipping!
10:655 0:000 14. Volume 'Recovery HD', GUID = 6DD5ACA3-B7F4-43F7-B45B-776AD605E2E3 - no nvram.plist - skipping!
10:655 0:000 nvram.plist not found!
10:655 0:000 PutNvramPlistToRtVars: nvram.plist not found
10:655 0:000 Invalidating BuiltinIcons...
10:655 0:000 GlobalConfig: theme.plist not found, get random theme iclover
10:717 0:061 Using theme 'iclover' (EFI\CLOVER\themes\iclover)
10:724 0:006 font WoB_Hellfire_Bold_9W.png loaded from themedir
10:724 0:000 Font loaded: ImageWidth=176 ImageHeight=288
10:724 0:000 Font 2 prepared WxH=11x18 CharWidth=10
10:724 0:000 Choosing theme iclover
10:724 0:000 Custom entries start
10:724 0:000 Custom entry 0 Title:"CD/DVD" FullTitle:"CD/DVD" Path:"\EFI\BOOT\BOOTX64.efi" Type:99 Flags:0x0 matching all volumes
10:724 0:000 Checking volume "FAT32" (PcieRoot(0x0)\Pci(0x1D,0x2)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,MBR,0x00000000,0x2,0x3BA243E)) ... skipped because media is ignored
10:724 0:000 Checking volume "EFI" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,7BACF3ED-2FAB-4699-8215-33E58DE0C5C2,0x28,0x64000)) ... skipped because media is ignored
10:724 0:000 Checking volume "Mavericks" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,96E7EA5C-DD96-43A5-99E6-42AFB734486E,0x64028,0x11706960)) ... skipped because media is ignored
10:724 0:000 Checking volume "Recovery HD" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(3,GPT,05F0B8A3-AFBE-43F2-B645-6EC7A86BFAEB,0x1176A988,0x135F20)) ... skipped because media is ignored
10:724 0:000 Checking volume "Dane" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(4,GPT,7CB5C49D-EB4A-4781-9883-DFE350F0AB00,0x118A08A8,0x28AA4F20)) ... skipped because media is ignored
10:724 0:000 Checking volume "EFI" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,96E7E0E0-1091-48FD-8078-B9B65780075E,0x28,0x64000)) ... skipped because media is ignored
10:724 0:000 Checking volume "Yosemite" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,75293142-905B-4B19-9158-131D3EBD0D61,0x64028,0x1287FF40)) ... skipped because media is ignored
10:724 0:000 Checking volume "Recovery HD" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(3,GPT,6DD5ACA3-B7F4-43F7-B45B-776AD605E2E3,0x128E3F68,0x135F20)) ... skipped because media is ignored
10:724 0:000 Custom entry 1 Title:"Windows" FullTitle:"Windows" Path:"\EFI\Microsoft\Boot\bootmgfw.efi" Options:"-s -h" Type:7 Flags:0x0 matching all volumes
10:724 0:000 Checking volume "FAT32" (PcieRoot(0x0)\Pci(0x1D,0x2)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,MBR,0x00000000,0x2,0x3BA243E)) ... skipped because path does not exist
10:724 0:000 Checking volume "EFI" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,7BACF3ED-2FAB-4699-8215-33E58DE0C5C2,0x28,0x64000)) ... match!
10:929 0:204 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,7BACF3ED-2FAB-4699-8215-33E58DE0C5C2,0x28,0x64000)\EFI\Microsoft\Boot\bootmgfw.efi'
10:929 0:000 Checking volume "Mavericks" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,96E7EA5C-DD96-43A5-99E6-42AFB734486E,0x64028,0x11706960)) ... skipped because path does not exist
10:980 0:051 Checking volume "Recovery HD" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(3,GPT,05F0B8A3-AFBE-43F2-B645-6EC7A86BFAEB,0x1176A988,0x135F20)) ... skipped because path does not exist
10:980 0:000 Checking volume "Dane" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(4,GPT,7CB5C49D-EB4A-4781-9883-DFE350F0AB00,0x118A08A8,0x28AA4F20)) ... skipped because path does not exist
10:980 0:000 Checking volume "EFI" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,96E7E0E0-1091-48FD-8078-B9B65780075E,0x28,0x64000)) ... skipped because path does not exist
10:980 0:000 Checking volume "Yosemite" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,75293142-905B-4B19-9158-131D3EBD0D61,0x64028,0x1287FF40)) ... skipped because path does not exist
10:981 0:000 Checking volume "Recovery HD" (PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(3,GPT,6DD5ACA3-B7F4-43F7-B45B-776AD605E2E3,0x128E3F68,0x135F20)) ... skipped because path does not exist
10:981 0:000 Custom entries finish
10:981 0:000 Scanning loaders...
10:981 0:000 0: 'Whole Disc Boot' no file system
10:981 0:000 1: 'Whole Disc Boot' no file system
10:981 0:000 2: 'Whole Disc Boot' no file system
10:981 0:000 3: 'Whole Disc Boot' no file system
10:981 0:000 4: 'FAT32'
11:276 0:294 Loader entry created for 'PcieRoot(0x0)\Pci(0x1D,0x2)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,MBR,0x00000000,0x2,0x3BA243E)\EFI\BOOT\BOOTX64.efi'
11:276 0:000 5: 'Whole Disc Boot' no file system
11:276 0:000 6: 'Whole Disc Boot' no file system
11:276 0:000 7: 'Whole Disc Boot' no file system
11:276 0:000 8: 'EFI'
11:329 0:053 skipped because path `PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,7BACF3ED-2FAB-4699-8215-33E58DE0C5C2,0x28,0x64000)\EFI\Microsoft\Boot\bootmgfw.efi` already exists for another entry!
11:452 0:122 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(1,GPT,7BACF3ED-2FAB-4699-8215-33E58DE0C5C2,0x28,0x64000)\EFI\BOOT\BOOTX64.efi'
11:452 0:000 9: 'Mavericks'
11:576 0:124 Check if volume Is Hibernated:
11:576 0:000 Check sleep image 'by signature':
11:728 0:152 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
11:728 0:000 SleepImage name from pref: ImageVolume = 'Mavericks', ImageName = '\private\var\vm\sleepimage'
11:788 0:059 sleepimage not found -> Not Found
11:788 0:000 hibernated: no - sign
11:863 0:074 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,96E7EA5C-DD96-43A5-99E6-42AFB734486E,0x64028,0x11706960)\System\Library\CoreServices\boot.efi'
11:929 0:065 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,96E7EA5C-DD96-43A5-99E6-42AFB734486E,0x64028,0x11706960)\.IABootFiles\boot.efi'
13:668 1:739 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,96E7EA5C-DD96-43A5-99E6-42AFB734486E,0x64028,0x11706960)\EFI\BOOT\BOOTX64.efi'
13:669 0:000 10: 'Recovery HD'
13:725 0:056 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(3,GPT,05F0B8A3-AFBE-43F2-B645-6EC7A86BFAEB,0x1176A988,0x135F20)\com.apple.recovery.boot\boot.efi'
13:766 0:041 11: 'Dane'
13:810 0:043 12: 'EFI'
13:850 0:040 13: 'Yosemite'
13:986 0:135 Check if volume Is Hibernated:
13:986 0:000 Check sleep image 'by signature':
14:126 0:140 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
14:126 0:000 SleepImage name from pref: ImageVolume = 'Yosemite', ImageName = '\private\var\vm\sleepimage'
14:202 0:075 sleepimage not found -> Not Found
14:202 0:000 hibernated: no - sign
14:254 0:052 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,75293142-905B-4B19-9158-131D3EBD0D61,0x64028,0x1287FF40)\System\Library\CoreServices\boot.efi'
14:298 0:043 14: 'Recovery HD'
14:366 0:067 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(3,GPT,6DD5ACA3-B7F4-43F7-B45B-776AD605E2E3,0x128E3F68,0x135F20)\com.apple.recovery.boot\boot.efi'
14:407 0:041 Custom legacy start
14:407 0:000 Custom legacy end
14:407 0:000 Custom tool start
14:407 0:000 Custom tool end
14:535 0:128 GetEfiBootDeviceFromNvram: efi-boot-device-data not found
14:535 0:000 EfiBootVolume not found
14:535 0:000 found entry 3. 'Boot Mac OS X from Mavericks', Volume 'Mavericks', DevicePath 'PcieRoot(0x0)\Pci(0x1F,0x2)\Ata(0x0)\HD(2,GPT,96E7EA5C-DD96-43A5-99E6-42AFB734486E,0x64028,0x11706960)\System\Library\CoreServices\boot.efi'
14:535 0:000 DefaultIndex=3 and MainMenu.EntryCount=13
14:535 0:000 Use anime=iClover_logo frames=4
14:612 0:077 found 4 frames of the anime
14:815 0:202 GUI ready

Mam tylko zainstalowane Mava i Yose nic więcej. 

 

Wklejam jeszcze caly config.plist i przy okazji prosił bym o sprawdzenie aby nie zakładać innego tematu

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>TMR</string>
                    <key>Find</key>
                    <data>
                    W4IlVE1SXwhfSElEDEHQAQAIX0NSUxEQCg1H
                    AUAAQAAABCIBAHkA
                    </data>
                    <key>Replace</key>
                    <data>
                    W4IqVE1SXwhfSElEDEHQAQAIX0NSUxEVChJH
                    AUAAQAABBEcBUABQABAEeQA=
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>RTC</string>
                    <key>Find</key>
                    <data>
                    giVSVEMwCF9ISUQMQdALAAhfQ1JTERAKDUcB
                    cABwAAACIgABeQBb
                    </data>
                    <key>Replace</key>
                    <data>
                    giJSVEMwCF9ISUQMQdALAAhfQ1JTEQ0KCkcB
                    cABwAAACeQBb
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>PIC</string>
                    <key>Find</key>
                    <data>
                    gitQSUNfCF9ISUQLQdAIX0NSUxEYChVHASAA
                    IAAAAkcBoACgAAACIgQAeQA=
                    </data>
                    <key>Replace</key>
                    <data>
                    gihQSUNfCF9ISUQLQdAIX0NSUxEVChJHASAA
                    IAAAAkcBoACgAAACeQA=
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>HPET</string>
                    <key>Find</key>
                    <data>
                    W4JKCUhQRVQIX0hJRAxB0AEDCENSU18REQoO
                    hgkAAAAA0P4ABAAAeQBbgEhQVEMASFRCQQoE
                    W4EUSFBUQwFIUFRTAgAFSFBURQEAGBQkX1NU
                    QQCgEJNPU0ZMAKAISFBURaQKD6EKoAhIUFRF
                    pAoLpAAUKl9DUlMAikNSU18KBEg=
                    </data>
                    <key>Replace</key>
                    <data>
                    W4JACkhQRVQIX0hJRAxB0AEDCENSU18RFwoU
                    IgEAIgABhgkAAAAA0P4ABAAAeQBbgEhQVEMA
                    SFRCQQoEW4EUSFBUQwFIUFRTAgAFSFBURQEA
                    GBQkX1NUQQCgEJNPU0ZMAKAISFBURaQKD6EK
                    oAhIUFRFpAoLpAAUKl9DUlMAikNSU18KCkg=
                    </data>
                </dict>
            </array>
        </dict>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <true/>
            <key>Generate</key>
            <dict>
                <key>CStates</key>
                <true/>
                <key>PStates</key>
                <true/>
            </dict>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>-v npci=0x2000 darkwake=0</string>
        <key>DefaultVolume</key>
        <string>Mavericks</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Log</key>
        <false/>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>4</integer>
        <key>XMPDetection</key>
        <string>No</string>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <false/>
        </dict>
        <key>USB</key>
        <dict>
            <key>AddClockID</key>
            <false/>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
    </dict>
    <key>GUI</key>
    <dict>
        <key>Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>Disabled</key>
                    <true/>
                    <key>Hidden</key>
                    <true/>
                    <key>Path</key>
                    <string>\EFI\BOOT\BOOTX64.efi</string>
                    <key>VolumeType</key>
                    <array>
                        <string>External</string>
                        <string>Internal</string>
                    </array>
                </dict>
                <dict>
                    <key>Disabled</key>
                    <false/>
                    <key>FullTitle</key>
                    <string>CD/DVD</string>
                    <key>Hidden</key>
                    <false/>
                    <key>Path</key>
                    <string>\EFI\BOOT\BOOTX64.efi</string>
                    <key>Title</key>
                    <string>CD/DVD</string>
                    <key>VolumeType</key>
                    <string>Optical</string>
                </dict>
                <dict>
                    <key>Disabled</key>
                    <false/>
                    <key>FullTitle</key>
                    <string>Windows</string>
                    <key>Hidden</key>
                    <false/>
                    <key>Path</key>
                    <string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
                    <key>Title</key>
                    <string>Windows</string>
                </dict>
            </array>
        </dict>
        <key>Language</key>
        <string>pl:30788</string>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <false/>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <false/>
            <key>Tool</key>
            <false/>
        </dict>
        <key>ScreenResolution</key>
        <string>1440x900</string>
        <key>Theme</key>
        <string>bootcamp</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>PatchVBios</key>
        <true/>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>AsusAICPUPM</key>
        <false/>
        <key>Debug</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
        <key>KextPatchesAllowed</key>
        <true/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Orange Icon Fix</string>
                <key>Find</key>
                <data>
                RXh0ZXJuYWw=
                </data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>
                SW50ZXJuYWw=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>TRIMM Enabler</string>
                <key>Find</key>
                <data>
                QVBQTEUgU1NEAA==
                </data>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAA==
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>LogEveryBoot</key>
        <string>10</string>
        <key>LogLineCount</key>
        <integer>3000</integer>
        <key>MountEFI</key>
        <true/>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>02/29/08</string>
        <key>BiosVendor</key>
        <string>Apple Computer, Inc.</string>
        <key>BiosVersion</key>
        <string>MP31.88Z.006C.B05.0802291410</string>
        <key>Board-ID</key>
        <string>Mac-F42C88C8</string>
        <key>BoardManufacturer</key>
        <string>Apple Computer, Inc.</string>
        <key>Family</key>
        <string>Mac Pro</string>
        <key>Manufacturer</key>
        <string>Apple Computer, Inc.</string>
        <key>ProductName</key>
        <string>MacPro3,1</string>
        <key>SerialNumber</key>
        <string>CK919676XYL</string>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Yes</string>
    </dict>
</dict>
</plist>
Link to comment
Share on other sites

Czy powinno to wyglądać tak?

<dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
				<key>Path</key>
					<string>\EFI\BOOT\BOOTX64.efi</string>
					<key>VolumeType</key>
						<array>
						<string>External</string>
						<string>Internal</string>
						</array>
					<key>Hidden</key>
					<string>Always</string>
					<key>Disabled</key>
					<false/>
					</dict>
				<dict>
					<key>Path</key>
					<string>\EFI\BOOT\BOOTX64.efi</string>
					<key>VolumeType</key>
					<string>Optical</string>
					<key>Title</key>
					<string>CD/DVD</string>
					<key>Hidden</key>
					<string>Always</string>
					<key>Disabled</key>
					<false/>
				</dict>
				<dict>
					<key>Path</key>
					<string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
					<key>Title</key>
					<string>Windows</string>
					<key>FullTitle</key>
					<string>Windows</string>
					key>Hidden</key>
					<string>Always</string>
					<key>Disabled</key>
					<false/>
				</dict>
			</array>
		</dict>
Link to comment
Share on other sites

A co w ogóle chcesz ukryć ?!

 

Aaa jak bootujesz w legacy, żeby ukryć Clovera na USB musisz do sekcji GUI dodać jeszcze:

<key>Hide</key>
<array>
  <string>Nazwa_pena_z_cloverem</string>
</array>

To samo można zrobić z dyskami windowsa legacy, bo win zainstalowany w legacy ma 2 albo 3 partycje i widoczne są jako (Legacy HD1, etc)

<key>Hide</key>
<array>
  <string>Legacy HD1</string>
</array>
Link to comment
Share on other sites

  • 4 weeks later...

Hej,

proszę o pomoc, w Cloverze mam wyświetlane bardzo dużo dysków i wygląda to nie estetycznie, chciałbym część z nich ukryć, ale nie wiem, jak się za to zabrać. Mam OS X Yosemite i Windows 10 Technical Preview, obydwa postawione w UEFI.

Dyski, które mam wyświetlane:

1. Boot Microsoft EFI boot menu from EFI

2. Boot UEFI internal from EFI

3. Boot Mac OS X form Yosemite

4. Boot Recovery form Recovery HD

5. Boot Windows form Windows

 

Chciałbym zostawić dyski: 1, 3 i 4. Resztę chciałbym ukryć, mógłby mi ktoś tu dać wpis, który mam wkleić do config.plist? Z góry dzięki :)

 

ew. może mi ktoś to wpisać do mojego konfigu:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
<key>DropOEM_DSM</key>
<false/>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<dict>
<key>CStates</key>
<false/>
<key>PStates</key>
<false/>
</dict>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>kext-dev-mode=1</string>
<key>Timeout</key>
<integer>10</integer>
<key>Legacy</key>
<string>PBR</string>
<key>Log</key>
<false/>
<key>NeverHibernate</key>
<true/>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>0</integer>
<key>XMPDetection</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>12</string>
</dict>
<key>USB</key>
<dict>
<key>FixOwnership</key>
<false/>
<key>Inject</key>
<false/>
</dict>
</dict>
<key>DisableDrivers</key>
<array>
<string>DataHubDxe</string>
<string>EmuVariableUefi</string>
<string>CsmVideoDxe</string>
<string>OsxLowMemFixDrv</string>
<string>VBoxHfs</string>
<string>FSInject</string>
<string>PartitionDxe</string>
</array>
<key>GUI</key>
<dict>
<key>Scan</key>
<dict>
<key>Tool</key>
<true/>
</dict>
<key>CustomIcons</key>
<true/>
<key>Language</key>
<string>pl:30788:0</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<false/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>0</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<false/>
</dict>
<key>Theme</key>
<string>bootcamp</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>ALC892 - 1</string>
<key>Find</key>
<data>ixnUEQ==</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>kgjsEA==</data>
</dict>
<dict>
<key>Comment</key>
<string>ALC892 - 2</string>
<key>Find</key>
<data>DAwAAHVh6zA=</data>
<key>Name</key>
<string>AppleHDAController</string>
<key>Replace</key>
<data>DAwAAHVh6w4=</data>
</dict>
<dict>
<key>Comment</key>
<string>TRIMM Enabler</string>
<key>Find</key>
<data>
QVBQTEUgU1NEAA==
</data>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAAAA==
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
<key>MLB</key>
<string>C0720270FQVDKP2AT</string>
<key>ROM</key>
<string>3c0754a2f9be</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>09/03/2013</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>IM142.88Z.0118.B00.1309031249</string>
<key>Board-ID</key>
<string>Mac-27ADBB7B4CEE8E61</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardSerialNumber</key>
<string>C0720270FQVDKP2AT</string>
<key>BoardType</key>
<integer>10</integer>
<key>ChassisAssetTag</key>
<string>iMac-Aluminum</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>13</string>
<key>Family</key>
<string>iMac</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<false/>
<key>ProductName</key>
<string>iMac14,2</string>
<key>SerialNumber</key>
<string>C02L8F42F8JC</string>
<key>SmUUID</key>
<string>287267D6-83D3-6959-97C4-2B2EA0341CFA</string>
<key>Trust</key>
<false/>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Detect</string>
<key>InjectSystemID</key>
<true/>
</dict>
</dict>
</plist>
Link to comment
Share on other sites

Tu masz przykładową sekcję GUI jaką ja stosuje np u siebie:

<key>GUI</key>
<dict>
  <key>Custom</key>
  <dict>
   <key>Entries</key>
   <array>
    <dict>
     <key>Disabled</key>
     <false/>
     <key>Hidden</key>
     <string>Always</string>
     <key>Path</key>
     <string>\EFI\BOOT\BOOTX64.efi</string>
     <key>VolumeType</key>
     <array>
      <string>External</string>
      <string>Internal</string>
     </array>
    </dict>
    <dict>
     <key>Disabled</key>
     <false/>
     <key>FullTitle</key>
     <string>CD/DVD</string>
     <key>Hidden</key>
     <false/>
     <key>Path</key>
     <string>\EFI\BOOT\BOOTX64.efi</string>
     <key>Title</key>
     <string>CD/DVD</string>
     <key>VolumeType</key>
     <string>Optical</string>
    </dict>
    <dict>
     <key>Disabled</key>
     <false/>
     <key>FullTitle</key>
     <string>Windows</string>
     <key>Hidden</key>
     <false/>
     <key>Path</key>
     <string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
     <key>Title</key>
     <string>Windows</string>
    </dict>
   </array>
  </dict>
  <key>CustomIcons</key>
  <true/>
  <key>Language</key>
  <string>pl:30788</string>
  <key>Mouse</key>
  <dict>
   <key>Enabled</key>
   <false/>
   <key>Speed</key>
   <integer>0</integer>
  </dict>
  <key>Scan</key>
  <dict>
   <key>Entries</key>
   <true/>
   <key>Legacy</key>
   <false/>
   <key>Tool</key>
   <false/>
  </dict>
  <key>TextOnly</key>
  <false/>
  <key>Theme</key>
  <string>bootcamp</string>
</dict>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.