Micky1979 Posted March 12, 2016 Share Posted March 12, 2016 I'v edited the previous post, should be ok now EDIT also equal to what have you done before Link to comment Share on other sites More sharing options...
Monq Posted March 12, 2016 Share Posted March 12, 2016 Nothing. I'm afraid (by this experience and by googling) the InfoPlistPatch feature is just broken. I patched the kext by hand. Thanks for your time though. 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted March 12, 2016 Share Posted March 12, 2016 Should you look at uncompressed prelinkedkernel if the plist is the same... Link to comment Share on other sites More sharing options...
pbryanw Posted March 13, 2016 Share Posted March 13, 2016 @arsradu - I'm also using a Dell U2515H monitor. In my case with an Asus Z170 motherboard, and running OS X using Clover. Have you checked to see if you have any kind of fastboot enabled in BIOS? Also, in my config.plist I changed the ScreenResolution setting to the U2515's native 2560x1440 and Clover seems to run at native resolution: https://clover-wiki.zetam.org/Configuration/GUI#gui_screenresolution Like you I'm using a HDMI input. Link to comment Share on other sites More sharing options...
magnifico Posted March 13, 2016 Share Posted March 13, 2016 I can't recall if kBootArgsFlagRebootOnPanic belongs to bootercfg, but if it does, it is disabled in 0x28 already. Sure DF ? Link to comment Share on other sites More sharing options...
Slice Posted March 13, 2016 Share Posted March 13, 2016 hello Sergey how are you? Please what's the correct value to be set in RTVariables-->BooterConfig to have kBootArgsFlagRebootOnPanic disabled? Actually I have 0x28 Google is a helper /* Bitfields for boot_args->flags */ #define kBootArgsFlagRebootOnPanic (1 << 0) #define kBootArgsFlagHiDPI (1 << 1) Link to comment Share on other sites More sharing options...
magnifico Posted March 13, 2016 Share Posted March 13, 2016 Google is a helper /* Bitfields for boot_args->flags */ #define kBootArgsFlagRebootOnPanic (1 << 0) #define kBootArgsFlagHiDPI (1 << 1) so its enabled? Link to comment Share on other sites More sharing options...
Slice Posted March 13, 2016 Share Posted March 13, 2016 0 = disabled, no reboot on panic 1=enabled, reboot on panic. 0x28 has (bit 0) = 0, so disabled. 1 Link to comment Share on other sites More sharing options...
magnifico Posted March 13, 2016 Share Posted March 13, 2016 ok Sergey undertastand Sergey, found a dump from a real iMac17,1 (attached) with NVME ssd. IONVMeFamily.kext appear to have only one device supported, ie pci144d,a804 pci144d,a804 = Samsung NVMe SSD SM1715 Series MZWKI800HMHP (800GB, 2.5-inch) Apple controller pci106b,2001: pci106b,2001 = PCI Express SSD Darwindump iMac17,1+NVME.zip 1 Link to comment Share on other sites More sharing options...
Slice Posted March 14, 2016 Share Posted March 14, 2016 Thanks, Magnifico! It is very valuable dump. It's a pity Apple will show only own devices of class , which is not the device you have. As well I see no new information in their SMBIOS related to the NVME. Now I know that Skylake i5-6500 model 0x5E Apple numerate as 0x0605 1 Link to comment Share on other sites More sharing options...
magnifico Posted March 14, 2016 Share Posted March 14, 2016 Thanks, Magnifico! It is very valuable dump. It's a pity Apple will show only own devices of class <"pci106b,2001","pciclass,018002","SSD0"> , which is not the device you have. As well I see no new information in their SMBIOS related to the NVME. Now I know that Skylake i5-6500 model 0x5E Apple numerate as 0x0605 So i need only NVME kext generic for my SSD ? Uff Link to comment Share on other sites More sharing options...
Slice Posted March 14, 2016 Share Posted March 14, 2016 So i need only NVME kext generic for my SSD ? Uff Hope it works. Link to comment Share on other sites More sharing options...
Micky1979 Posted March 14, 2016 Share Posted March 14, 2016 Yes, and in fact you did it the other way around (it's supposed to change "5" into "0"). In any case, I swapped those Find/Replace values, and it does not work either. It work with NoCaches at boot time? (I have a suspicion) Also I would like to look at your prelinkedkernel binary under "_PrelinkInfoDictionary"...you can post it? Link to comment Share on other sites More sharing options...
magnifico Posted March 14, 2016 Share Posted March 14, 2016 Hope it works. on yose yes but on el i have kp on kext mhmm Link to comment Share on other sites More sharing options...
zxv Posted March 14, 2016 Share Posted March 14, 2016 Sergey, found a dump from a real iMac17,1 (attached) Is there a dump anywhere of an iMac17,1 w/ a i7-6700K? Seen many dumps of low-end model i5s, etc. but no i7-6700Ks to be found. Link to comment Share on other sites More sharing options...
Slice Posted March 14, 2016 Share Posted March 14, 2016 on yose yes but on el i have kp on kext mhmm My kexts work in ElCapitan. Ask the author why his kext KP. Link to comment Share on other sites More sharing options...
jminrod Posted March 15, 2016 Share Posted March 15, 2016 2 months and having the same issues. Hoping someone can shed some light. I work 2 jobs so I barely have any time to fix this. I believe I narrowed things down to 2 different issues that may be causing my issue. A little back round. I have a 10.11.2 system that was running and now doesn't. I have a false/partial 10.11.0 version that I thought was a full CCC version but apparently it is sharing the drive or something. They did work together until I tried again to get sound to work on 10.11.2. I think it could be the OSXAPTOFIXDRV... That was showing up in the verbos mode. I am not sure how to access all of the EFI files on my computer. I have a back up of the clover config.plist before I started testing but now I cant boot into the 10.11.2 version to change it back. Is there a way to navigate to were that efi folder is to swap the config.plist files? Link to comment Share on other sites More sharing options...
cecekpawon Posted March 16, 2016 Share Posted March 16, 2016 mkdir /Volumes/EFI && mount -t msdos /dev/disk(x)s(y) /Volumes/EFI Link to comment Share on other sites More sharing options...
jminrod Posted March 16, 2016 Share Posted March 16, 2016 Thanks for replying. I typed that into terminal and got -bash: syntax error near unexpected token `(' I really haven't messed with terminal at all. Sorry if I missing something stupid that I should be typing. Link to comment Share on other sites More sharing options...
tluck Posted March 16, 2016 Share Posted March 16, 2016 jminrod mkdir /Volumes/EFI && mount -t msdos /dev/disk(x)s(y) /Volumes/EFI is the general model - typically x=0 and s=1 -- meaning disk0 and partition 1 so then the proper syntax would be mkdir /Volumes/EFI && mount -t msdos /dev/disk0s1 /Volumes/EFI Link to comment Share on other sites More sharing options...
chris1111 Posted March 16, 2016 Share Posted March 16, 2016 You can used EFI Mounter http://www.insanelymac.com/forum/files/file/528-efi-mounter/ Link to comment Share on other sites More sharing options...
Slice Posted March 16, 2016 Share Posted March 16, 2016 diskutil mount EFI iMac:~ slice$ diskutil mount EFI Volume EFI on EFI mounted iMac:~ slice$ Link to comment Share on other sites More sharing options...
Micky1979 Posted March 16, 2016 Share Posted March 16, 2016 in Mavericks onward only Link to comment Share on other sites More sharing options...
jminrod Posted March 16, 2016 Share Posted March 16, 2016 Thanks for the replies guy's. I did get a chance before work to try some of the recommendations but I wasn't having any luck. I took a screen shot and emailed so I could post it here later today but it ended up being too low res read. I did get errors from the terminal. I go the upgrade for EFI Mounter to load and it did show all of my drives. The problem is what ever happened when I tried backing up using the Carbon Copy Cloner has messed all of the normal trial and error things. When I get the EFI folder to mount for the SSD that was running 10.11.2 it shows but its empty and the path shows back to the drive that has 10.11.0 installed. I need the version that is working to keep up with a second job doing some video editing or I would just start over and erase everything. I am hoping that as soon as I get caught up on the videos I can erase and start from scratch. I will post some photos of errors I was seeing in verbos mode maybe it is just one setting. I think the biggest thing is the settings in the config file of the 10.11.2 install. https://www.dropbox.com/s/0m8zbdevw8quxz9/IMG_1131.JPG?dl=0 This is what I was getting last night https://www.dropbox.com/s/htnqs7o78ro12km/IMG_1138.JPG?dl=0 I was also getting this but I believe this may have been a Bios Change that caused that. This was when I tried to boot to the 10.11.2 non working version. I can not get any USB boot loaders to boot as well, only the 10.11.0 saved version Link to comment Share on other sites More sharing options...
Slice Posted March 16, 2016 Share Posted March 16, 2016 in Mavericks onward only No! This is ElCapitan 10.11.4 15E64a This command works fast and correct when I reboot from Maverics to ElCapitan located on different HDD. But I have one EFI partition on first HDD. And I don't know if it be disk0 or disk1. diskutil knows this better then me diskutil mount EFI fine in both cases Link to comment Share on other sites More sharing options...
Recommended Posts