Contribute
Register

my big clover mistake

Status
Not open for further replies.
A screenshot of what? if you don't know how to copy and delete files what are you doing trying to maintain a hackintosh.

In your Clover boot directory goto EFI/CLOVER/drivers64UEFI and replace the VboxHFS.efi file with HFSPlus.efi file.

HFSPlus.efi


sorry it doesn't work for me :/
 
sorry it doesn't work for me :/
Hard to tell what you are doing wrong with no info.
Please follow the rules and list your hardware in your profile and/or create a sig. You can use mine as a go-by.
 
Use a custom entry (hidden) to specify both the GUID and the path.

Please assist with the correct path to hide the below partition:
i want to display two hard disk on the boot menu:
2: Apple_HFS Yosemite HD 200.0 GB disk2s2
3: Microsoft Basic Data windows 8.1 220.0 GB disk2s3


iMac:~ martin$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *2.0 TB disk0
1: Windows_NTFS Storage 2.0 TB disk0s1
2: Windows_NTFS Storage2 1.3 GB disk0s2
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *2.0 TB disk1
1: Windows_NTFS Backup 2.0 TB disk1s1
2: Windows_NTFS Backup2 1.3 GB disk1s2
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *750.2 GB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_HFS Yosemite HD 200.0 GB disk2s2
3: Microsoft Basic Data windows 8.1 220.0 GB disk2s3
4: Microsoft Basic Data windows 7 170.0 GB disk2s4
5: Apple_HFS Mavericks HD 99.5 GB disk2s5
6: Apple_HFS Unibeast 59.5 GB disk2s6
iMac:~ martin$


<key>GUI</key>
<dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>Mavericks HD</string>
<key>Hidden</key>
<true/>
<key>Ignore</key>
<true/>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>OSX</string>
<key>Volume</key>
<string>84DF7821-2083-4EC1-8962-628B46F74E18</string>
</dict>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>Unibeast</string>
<key>Hidden</key>
<true/>
<key>Ignore</key>
<true/>
<key>Type</key>
<string>Windows</string>
<key>Volume</key>
<string>C3F97CBE-0EC4-4859-A69A-A3A702388649</string>
</dict>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>windows 7</string>
<key>Hidden</key>
<true/>
<key>Ignore</key>
<true/>
<key>Type</key>
<string>Windows</string>
<key>Volume</key>
<string>EF7C6355-74D4-4317-965C-8B2D6CDF635C</string>
</dict>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>Storage</string>
<key>Hidden</key>
<true/>
<key>Ignore</key>
<true/>
<key>Path</key>
<string>/Volumes/Storage</string>
<key>Type</key>
<string>Windows</string>
</dict>
</array>
</dict>
<key>Hide</key>
<array>
<string>\EFI\BOOT\BOOTX64.EFI</string>
<string>Windows</string>
</array>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<true/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>8</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<string>First</string>
<key>Tool</key>
<false/>
</dict>
<key>Theme</key>
<string></string>
</dict>
<key>Graphics</key>
<dict>

iMac:~ martin$ diskutil list -plist
<?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>AllDisks</key>
<array>
<string>disk0</string>
<string>disk0s1</string>
<string>disk0s2</string>
<string>disk1</string>
<string>disk1s1</string>
<string>disk1s2</string>
<string>disk2</string>
<string>disk2s1</string>
<string>disk2s2</string>
<string>disk2s3</string>
<string>disk2s4</string>
<string>disk2s5</string>
<string>disk2s6</string>
</array>
<key>AllDisksAndPartitions</key>
<array>
<dict>
<key>Content</key>
<string>FDisk_partition_scheme</string>
<key>DeviceIdentifier</key>
<string>disk0</string>
<key>Partitions</key>
<array>
<dict>
<key>Content</key>
<string>Windows_NTFS</string>
<key>DeviceIdentifier</key>
<string>disk0s1</string>
<key>MountPoint</key>
<string>/Volumes/Storage</string>
<key>Size</key>
<integer>1999110144000</integer>
<key>VolumeName</key>
<string>Storage</string>
<key>VolumeUUID</key>
<string>A424E1F4-16D0-45D5-859B-B8AE25B8C162</string>
</dict>
<dict>
<key>Content</key>
<string>Windows_NTFS</string>
<key>DeviceIdentifier</key>
<string>disk0s2</string>
<key>MountPoint</key>
<string>/Volumes/Storage2</string>
<key>Size</key>
<integer>1285554176</integer>
<key>VolumeName</key>
<string>Storage2</string>
<key>VolumeUUID</key>
<string>4755DCBA-22CA-45E0-8750-08C73834629C</string>
</dict>
</array>
<key>Size</key>
<integer>2000398934016</integer>
</dict>
<dict>
<key>Content</key>
<string>FDisk_partition_scheme</string>
<key>DeviceIdentifier</key>
<string>disk1</string>
<key>Partitions</key>
<array>
<dict>
<key>Content</key>
<string>Windows_NTFS</string>
<key>DeviceIdentifier</key>
<string>disk1s1</string>
<key>MountPoint</key>
<string>/Volumes/Backup</string>
<key>Size</key>
<integer>1999138455552</integer>
<key>VolumeName</key>
<string>Backup</string>
<key>VolumeUUID</key>
<string>B60D94DC-F89F-4159-ADC6-C4706CAE3F23</string>
</dict>
<dict>
<key>Content</key>
<string>Windows_NTFS</string>
<key>DeviceIdentifier</key>
<string>disk1s2</string>
<key>MountPoint</key>
<string>/Volumes/Backup2</string>
<key>Size</key>
<integer>1257242624</integer>
<key>VolumeName</key>
<string>Backup2</string>
<key>VolumeUUID</key>
<string>4FCE293E-200C-4304-91E2-96A340B175C6</string>
</dict>
</array>
<key>Size</key>
<integer>2000398934016</integer>
</dict>
<dict>
<key>Content</key>
<string>GUID_partition_scheme</string>
<key>DeviceIdentifier</key>
<string>disk2</string>
<key>Partitions</key>
<array>
<dict>
<key>Content</key>
<string>EFI</string>
<key>DeviceIdentifier</key>
<string>disk2s1</string>
<key>DiskUUID</key>
<string>7A8FDD69-F8F5-4BBD-BBFE-580E1D45434D</string>
<key>MountPoint</key>
<string>/Volumes/EFI</string>
<key>Size</key>
<integer>209715200</integer>
<key>VolumeName</key>
<string>EFI</string>
<key>VolumeUUID</key>
<string>D5BE9346-426A-3A2C-8E80-268F068838C2</string>
</dict>
<dict>
<key>Content</key>
<string>Apple_HFS</string>
<key>DeviceIdentifier</key>
<string>disk2s2</string>
<key>DiskUUID</key>
<string>BF1D4380-FB76-4BD8-8D4A-23CB0C61235D</string>
<key>MountPoint</key>
<string>/</string>
<key>Size</key>
<integer>200000000000</integer>
<key>VolumeName</key>
<string>Yosemite HD</string>
<key>VolumeUUID</key>
<string>F4094147-29EB-3291-BB0B-C9917A335098</string>
</dict>
<dict>
<key>Content</key>
<string>Microsoft Basic Data</string>
<key>DeviceIdentifier</key>
<string>disk2s3</string>
<key>DiskUUID</key>
<string>F2ACA869-D56B-4B9B-8B4D-82A0E1409574</string>
<key>MountPoint</key>
<string>/Volumes/windows 8.1</string>
<key>Size</key>
<integer>219999633408</integer>
<key>VolumeName</key>
<string>windows 8.1</string>
<key>VolumeUUID</key>
<string>8FB0D6CA-5C70-4264-9082-32C2B0437A6E</string>
</dict>
<dict>
<key>Content</key>
<string>Microsoft Basic Data</string>
<key>DeviceIdentifier</key>
<string>disk2s4</string>
<key>DiskUUID</key>
<string>EF7C6355-74D4-4317-965C-8B2D6CDF635C</string>
<key>MountPoint</key>
<string>/Volumes/windows 7</string>
<key>Size</key>
<integer>169999335424</integer>
<key>VolumeName</key>
<string>windows 7</string>
<key>VolumeUUID</key>
<string>AC1DD660-C645-4538-B3A9-E0778994EF6C</string>
</dict>
<dict>
<key>Content</key>
<string>Apple_HFS</string>
<key>DeviceIdentifier</key>
<string>disk2s5</string>
<key>DiskUUID</key>
<string>84DF7821-2083-4EC1-8962-628B46F74E18</string>
<key>MountPoint</key>
<string>/Volumes/Mavericks HD</string>
<key>Size</key>
<integer>99484811264</integer>
<key>VolumeName</key>
<string>Mavericks HD</string>
<key>VolumeUUID</key>
<string>9022B2EE-7157-3409-8B2C-20A0998BA22B</string>
</dict>
<dict>
<key>Content</key>
<string>Apple_HFS</string>
<key>DeviceIdentifier</key>
<string>disk2s6</string>
<key>DiskUUID</key>
<string>C3F97CBE-0EC4-4859-A69A-A3A702388649</string>
<key>MountPoint</key>
<string>/Volumes/Unibeast</string>
<key>Size</key>
<integer>59544276992</integer>
<key>VolumeName</key>
<string>Unibeast</string>
<key>VolumeUUID</key>
<string>57D5382E-8FA8-3341-BCC4-2B1017EEB4CC</string>
</dict>
</array>
<key>Size</key>
<integer>750156374016</integer>
</dict>
</array>
<key>VolumesFromDisks</key>
<array>
<string>Storage</string>
<string>Storage2</string>
<string>Backup</string>
<string>Backup2</string>
<string>EFI</string>
<string>Yosemite HD</string>
<string>windows 8.1</string>
<string>windows 7</string>
<string>Mavericks HD</string>
<string>Unibeast</string>
</array>
<key>WholeDisks</key>
<array>
<string>disk0</string>
<string>disk1</string>
<string>disk2</string>
</array>
</dict>
</plist>
 

Attachments

  • bootlog.log.txt
    29.9 KB · Views: 256
You may have a misunderstanding about what 'Disabled' does in a custom entry. It disables the custom entry itself, as if you never wrote it in the config.plist. It is a way to "remove" the custom entry without removing it.

Read the clover wiki carefully: http://clover-wiki.zetam.org/Home
 
Status
Not open for further replies.
Back
Top