chris1111 Posted October 17, 2013 Share Posted October 17, 2013 ok guys now I really fix this issue to mount the EFI drive in the esp first time the drive EFI not mounted, and I try to change my theme and not work,so now have possibility to mont EFI /esp ML or Mavericks, this thing is very cool 1 Link to comment Share on other sites More sharing options...
chris1111 Posted October 17, 2013 Share Posted October 17, 2013 Next question, it is possible to boot with the shiny apple, not the apple original to ! My OS X boot in 3sec so I dont have probleme Not need verbose mode for me I whant my blue 3d Apple like this one Link to comment Share on other sites More sharing options...
Slice Posted October 17, 2013 Share Posted October 17, 2013 Next question, it is possible to boot with the shiny apple, not the apple original to ! My OS X boot in 3sec so I dont have probleme Not need verbose mode for me I whant my blue 3d Apple like this one I think you should find in the kernel these bytes: xnu-XXXX/pexpert/pexpert/AppleBoot.h /* * appleboot.h - Apple logo shown durring boot * * Copyright (c) 2002 Apple Computer, Inc. * * DRI: Josh de Cesare */ #define kAppleBootWidth (128) #define kAppleBootHeight (128) #define kAppleBootOffset (0) #define kAppleBootFrames (1) #define kAppleBootFPS (0) const unsigned char gAppleBootPict[] = { 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, 1 Link to comment Share on other sites More sharing options...
chris1111 Posted October 17, 2013 Share Posted October 17, 2013 Thank you Slice Iam going to work on that I change the icons maverick on themes /iclover looks like a bobcat, I put the Mavericks.icns logo Link to comment Share on other sites More sharing options...
Fab1Man Posted October 18, 2013 Share Posted October 18, 2013 If I use "WithKexts" or "-v" in the boot-args in the config.plist, it simply doesn't work. Just ignores it. I'm with Clover 2236, any idea what this could be? Link to comment Share on other sites More sharing options...
Slice Posted October 18, 2013 Share Posted October 18, 2013 If I use "WithKexts" or "-v" in the boot-args in the config.plist, it simply doesn't work. Just ignores it. I'm with Clover 2236, any idea what this could be? You missed information that for Clover-2k the config.plist was changed <key>Boot</key> <dict> <key>Timeout</key> <integer>5</integer> <key>Arguments</key> <string>-v arch=i386 slide=0</string> <key>DefaultVolume</key> <string>MacHDD</string> <key>Log</key> <false/> <key>Fast</key> <false/> <key>XMPDetection</key> <string>-1</string> <key>Legacy</key> <string>PBR</string> </dict> <key>SystemParameters</key> <dict> <key>CustomUUID</key> <string>511CE200-1000-4000-9999-010203040506</string> <key>InjectSystemID</key> <false/> <key>BacklightLevel</key> <string>0x0501</string> <key>InjectKexts</key> <true/> </dict> Link to comment Share on other sites More sharing options...
Fab1Man Posted October 18, 2013 Share Posted October 18, 2013 Great it worked. The generated config.plist does not meet this new formatting . Do I need to use Custom UUID? Link to comment Share on other sites More sharing options...
scott_donald Posted October 18, 2013 Share Posted October 18, 2013 might be a bit cheeky to ask but has anyone got a working clover setup for a Z87 Deluxe... about to try and figure it out now myself... Link to comment Share on other sites More sharing options...
chris1111 Posted October 18, 2013 Share Posted October 18, 2013 might be a bit cheeky to ask but has anyone got a working clover setup for a Z87 Deluxe... about to try and figure it out now myself... Z87M-D3H may be this EFI folder helps you works perfect for me http://www.fichier-zip.com/2013/10/18/efi-z87/ 1 Link to comment Share on other sites More sharing options...
fau7i Posted October 18, 2013 Share Posted October 18, 2013 Anyone know how to hide Recovery HD from Clover GUI? I guess HideEntries is obsolete. Recently, Recovery HD uses the same icon as its primary OS. I don't really like it. Link to comment Share on other sites More sharing options...
SoThOr Posted October 18, 2013 Share Posted October 18, 2013 Anyone know how to hide Recovery HD from Clover GUI? I guess HideEntries is obsolete. Recently, Recovery HD uses the same icon as its primary OS. I don't really like it. Some of what HideEntries does you are now able to do with Custom Entries. I think still has its uses though. If you dont want to use HideEntries you can use this in GUI / Custom / Entries: <dict> <key>Type</key> <string>OSXRecovery</string> <key>Hidden</key> <true/> </dict> You could also change the icon here too. Using Image/ImageData and/or DriveImage/DriveImageData. Different themes have different looking icons. Both standard OSX and Recovery will use the icon for the version of OSX they are (os_lion.icns, os_cougar.icns, os_mav.icns etc) but have different Drive icons (vol_internal_hfs.icns and vol_recovery.icns respectively) however they will fall back to using the same icon (vol_internal.icns) if the theme does not have a separate file for them to use. 1 Link to comment Share on other sites More sharing options...
smeisner777 Posted October 18, 2013 Share Posted October 18, 2013 Some of what HideEntries does you are now able to do with Custom Entries. I think still has its uses though. If you dont want to use HideEntries you can use this in GUI / Custom / Entries: <dict> <key>Type</key> <string>OSXRecovery</string> <key>Hidden</key> <true/> </dict> You could also change the icon here too. Using Image/ImageData and/or DriveImage/DriveImageData. Different themes have different looking icons. Both standard OSX and Recovery will use the icon for the version of OSX they are (os_lion.icns, os_cougar.icns, os_mav.icns etc) but have different Drive icons (vol_internal_hfs.icns and vol_recovery.icns respectively) however they will fall back to using the same icon (vol_internal.icns) if the theme does not have a separate file for them to use. Also make sure you are using the latest Clover as r2217 had this (broken) behavior and r2236 fixed it again. Link to comment Share on other sites More sharing options...
fau7i Posted October 18, 2013 Share Posted October 18, 2013 Some of what HideEntries does you are now able to do with Custom Entries. I think still has its uses though. If you dont want to use HideEntries you can use this in GUI / Custom / Entries: <dict> <key>Type</key> <string>OSXRecovery</string> <key>Hidden</key> <true/> </dict> You could also change the icon here too. Using Image/ImageData and/or DriveImage/DriveImageData. Different themes have different looking icons. Both standard OSX and Recovery will use the icon for the version of OSX they are (os_lion.icns, os_cougar.icns, os_mav.icns etc) but have different Drive icons (vol_internal_hfs.icns and vol_recovery.icns respectively) however they will fall back to using the same icon (vol_internal.icns) if the theme does not have a separate file for them to use. Also make sure you are using the latest Clover as r2217 had this (broken) behavior and r2236 fixed it again. I'm on r2236. Unfortunately HideEntries doesn't seem to work here as my concern is to hide recovery hd and internal uefi partitions. <key>HideEntries</key> <dict> <key>OSXInstall</key> <false/> <key>Recovery</key> <true/> <key>WindowsEFI</key> <false/> <key>InternalUEFI</key> <true/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <false/> </dict> It's outdated or mistyped? So I have to use Scan/Legacy=false at the moment to hide internal UEFI. Now going to try Custom Entries format. BTW regarding icons in a theme, my theme has swapped badges (between drive and OS). I just can't stand when same big icons sit in a row. Thanks Link to comment Share on other sites More sharing options...
SoThOr Posted October 18, 2013 Share Posted October 18, 2013 I'm on r2236. Unfortunately HideEntries doesn't seem to work here as my concern is to hide recovery hd and internal uefi partitions. <key>HideEntries</key> <dict> <key>OSXInstall</key> <false/> <key>Recovery</key> <true/> <key>WindowsEFI</key> <false/> <key>InternalUEFI</key> <true/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <false/> </dict> It's outdated or mistyped? So I have to use Scan/Legacy=false at the moment to hide internal UEFI. Now going to try Custom Entries format. BTW regarding icons in a theme, my theme has swapped badges (between drive and OS). I just can't stand when same big icons sit in a row. Thanks Oh sorry. Yes HideEntries has been replaced by custom entries. I thought you were referring to GUI / Hide where you can hide volumes using the VolumeName/DevicePath. Swapped badges, meaning drive icons are bigger than OS icons? If so you may need to make/find a vol_recovery.icns to use for Recovery. Link to comment Share on other sites More sharing options...
Slice Posted October 18, 2013 Share Posted October 18, 2013 I'm on r2236. Unfortunately HideEntries doesn't seem to work here as my concern is to hide recovery hd and internal uefi partitions. <key>HideEntries</key> <dict> <key>OSXInstall</key> <false/> <key>Recovery</key> <true/> <key>WindowsEFI</key> <false/> <key>InternalUEFI</key> <true/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <false/> </dict> It's outdated or mistyped? So I have to use Scan/Legacy=false at the moment to hide internal UEFI. Now going to try Custom Entries format. BTW regarding icons in a theme, my theme has swapped badges (between drive and OS). I just can't stand when same big icons sit in a row. Thanks It's outdated in Clover-2k <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> <string>D68F1885-571C-4441-8DD5-F14803EFEF54</string> </array> 1 Link to comment Share on other sites More sharing options...
scott_donald Posted October 18, 2013 Share Posted October 18, 2013 i am really struggling here to get an installer to boot for Z87 Deluxe... try various options and all i can get is this message... with csm on i get that... with csm off i get a graphics card not supported... then f2 to continue then get the above message.... Link to comment Share on other sites More sharing options...
ameris_cyning Posted October 18, 2013 Share Posted October 18, 2013 i am really struggling here to get an installer to boot for Z87 Deluxe... try various options and all i can get is this message... image.jpeg with csm on i get that... with csm off i get a graphics card not supported... then f2 to continue then get the above message.... Have you turned off Windows 8 secure boot in the BIOS? Link to comment Share on other sites More sharing options...
scott_donald Posted October 18, 2013 Share Posted October 18, 2013 Have you turned off Windows 8 secure boot in the BIOS? i cant find that anywhere in there.... edit just found it... OS type - changed it from 'windows uefi mode' to 'Other OS' it boots clover but i cannot boot a clean install on one hd of 10.8.5 and as far as i know i have an installer on the USB but it doesn't seem to boot all... this is so frustrating... Link to comment Share on other sites More sharing options...
ameris_cyning Posted October 18, 2013 Share Posted October 18, 2013 i cant find that anywhere in there.... edit just found it... OS type - changed it from 'windows uefi mode' to 'Other OS' Did it work? Link to comment Share on other sites More sharing options...
poispois Posted October 18, 2013 Share Posted October 18, 2013 I don't know if i'm posting in the right place but here it goes. How can I edit the menu entries (Volumes) to appear on Clover and how to set a timed pre-selected volume to boot? Thanks. Link to comment Share on other sites More sharing options...
scott_donald Posted October 18, 2013 Share Posted October 18, 2013 Did it work? t boots clover but i cannot boot a clean install on one hd of 10.8.5 and as far as i know i have an installer on the USB but it doesn't seem to boot all... this is so frustrating... Link to comment Share on other sites More sharing options...
ameris_cyning Posted October 18, 2013 Share Posted October 18, 2013 t boots clover but i cannot boot a clean install on one hd of 10.8.5 image.jpeg and as far as i know i have an installer on the USB but it doesn't seem to boot all... this is so frustrating... That is a DSDT problem Clover has on-the-fly DSDT patching. Go into "options" menu then select the "DSDT Mask" menu. Uncheck everything. Link to comment Share on other sites More sharing options...
scott_donald Posted October 18, 2013 Share Posted October 18, 2013 That is a DSDT problem Clover has on-the-fly DSDT patching. Go into "options" menu then select the "DSDT Mask" menu. Uncheck everything. thanks... after clearing options both my test and SSD booted... neither booted with any of the options selected at all in DSDT... slow boot for the SSD... normal for HDD... Neither hard drive had - sound, ethernet, Wifi or bluetooth... both drives have the correct kexts needed in SLE for that to work as far as i was aware from other users who have this working... Link to comment Share on other sites More sharing options...
chris1111 Posted October 18, 2013 Share Posted October 18, 2013 t boots clover but i cannot boot a clean install on one hd of 10.8.5 image.jpeg and as far as i know i have an installer on the USB but it doesn't seem to boot all... this is so frustrating... did you try the efi folder I send to you ? Link to comment Share on other sites More sharing options...
scott_donald Posted October 18, 2013 Share Posted October 18, 2013 did you try the efi folder I send to you ? used most of it... seems to boot it fine... just need to get it to load the right kexts etc... and sort the DSDT problem above... Link to comment Share on other sites More sharing options...
Recommended Posts