Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 Basically I think that "readBooterExtensions();" needs to be called anyway, prelinked or not. Link to comment Share on other sites More sharing options...
polyzargone Posted June 14, 2016 Share Posted June 14, 2016 Run OSInstall.mpkg on the desired volume (erase it firstly). I tried that but Clover doesn't see the Sierra's partition a boot . Than I had to manually update the SystemVersion.plist (otherwise it keep the current version where are you running from). There's no SystemVersion.plist in S/L/CoreServices when I did that ! 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 I tried that but Clover doesn't see the Sierra's partition a boot . There's no SystemVersion.plist in S/L/CoreServices when I did that ! sudo installer -pkg /Volumes/OS\ X\ Install\ ESD/Packages/OSInstall.mpkg -target /Volumes/Sierra -verboseR replace /Volume/Sierra with your EDIT it takes a long EDIT II replace the SystemVersion.plist in the new installation with the one attached in /System/Library/CoreServices/SystemVersion.plist SystemVersion.plist.zip 1 Link to comment Share on other sites More sharing options...
polyzargone Posted June 14, 2016 Share Posted June 14, 2016 Well… MacPro:~ polyzargone$ sudo installer -pkg /Volumes/OS\ X\ Install\ ESD/Packages/OSInstall.mpkg -target /Volumes/"macOS Sierra" -verboseR installer: OS Install started. installer: The OS Install failed with error: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted". 1 Link to comment Share on other sites More sharing options...
mendietinha Posted June 14, 2016 Share Posted June 14, 2016 sudo installer -pkg /Volumes/OS\ X\ Install\ ESD/Packages/OSInstall.mpkg -target /Volumes/Sierra -verboseR replace /Volume/Sierra with your EDIT it takes a long EDIT II replace the SystemVersion.plist in the new installation with the one attached in /System/Library/CoreServices/SystemVersion.plist installer: OS Install started. installer: The OS Install failed with error: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted". Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 Guys, reboot and retry. The first time I tried the dmg was reported as busy. Of course done that from El Capitan. Link to comment Share on other sites More sharing options...
mendietinha Posted June 14, 2016 Share Posted June 14, 2016 Guys, reboot and retry. The first time I tried the dmg was reported as busy. Of course done that from El Capitan. same thing after reboot. Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 Try to mount also the BaseSystem.dmg by clicking it, and retry... 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted June 14, 2016 Share Posted June 14, 2016 Try to mount also the BaseSystem.dmg by clicking it, and retry... hey micky1979 here test and report //////////////////////////////////// // // KernelBooterExtensionsPatch to load extra kexts besides kernelcache // // UINT8 KBESnowSearch_i386[] = { 0xE8, 0xED, 0xF9, 0xFF, 0xFF, 0xEB, 0x08, 0x89, 0x1C, 0x24 }; UINT8 KBESnowReplace_i386[] = { 0xE8, 0xED, 0xF9, 0xFF, 0xFF, 0x90, 0x90, 0x89, 0x1C, 0x24 }; //E8 5A FB FF FF EB 08 48 89 DF UINT8 KBESnowSearch_X64[] = { 0xE8, 0x5A, 0xFB, 0xFF, 0xFF, 0xEB, 0x08, 0x48, 0x89, 0xDF }; UINT8 KBESnowReplace_X64[] = { 0xE8, 0x5A, 0xFB, 0xFF, 0xFF, 0x90, 0x90, 0x48, 0x89, 0xDF }; UINT8 KBELionSearch_i386[] = { 0xE8, 0xAA, 0xFB, 0xFF, 0xFF, 0xEB, 0x08, 0x89, 0x34, 0x24 }; UINT8 KBELionReplace_i386[] = { 0xE8, 0xAA, 0xFB, 0xFF, 0xFF, 0x90, 0x90, 0x89, 0x34, 0x24 }; UINT8 KBELionSearch_X64[] = { 0xE8, 0x0C, 0xFD, 0xFF, 0xFF, 0xEB, 0x08, 0x48, 0x89, 0xDF }; UINT8 KBELionReplace_X64[] = { 0xE8, 0x0C, 0xFD, 0xFF, 0xFF, 0x90, 0x90, 0x48, 0x89, 0xDF }; UINT8 KBEMLSearch[] = { 0xC6, 0xE8, 0x30, 0x00, 0x00, 0x00, 0xEB, 0x08, 0x48, 0x89, 0xDF }; UINT8 KBEMLReplace[] = { 0xC6, 0xE8, 0x30, 0x00, 0x00, 0x00, 0x90, 0x90, 0x48, 0x89, 0xDF }; //0xE8, 0x27, 0x00, 0x00, 0x00, 0xEB, 0x08, 0x48, 0x89, 0xDF }; @1ecfa4 //UINT8 KBEYosSearch[] = {0xE8, 0x27, 0x00, 0x00, 0x00, 0xEB, 0x08, 0x48, 0x89, 0xDF }; //UINT8 KBEYosReplace[] = {0xE8, 0x27, 0x00, 0x00, 0x00, 0x90, 0x90, 0x48, 0x89, 0xDF }; UINT8 KBEYosSearch[] = { 0xE8, 0x25, 0x00, 0x00, 0x00, 0xEB, 0x05, 0xE8, 0xCE, 0x02, 0x00, 0x00 }; UINT8 KBEYosReplace[] = { 0xE8, 0x25, 0x00, 0x00, 0x00, 0x90, 0x90, 0xE8, 0xCE, 0x02, 0x00, 0x00 }; // as of El Capitan DP6 UINT8 KBEECSearch[] = { 0xC3, 0x48, 0x85, 0xDB, 0x74, 0x70, 0x48, 0x8B, 0x03, 0x48, 0x89, 0xDF, 0xFF, 0x50, 0x28, 0x48 }; UINT8 KBEECReplace[] = { 0xC3, 0x48, 0x85, 0xDB, 0xEB, 0x12, 0x48, 0x8B, 0x03, 0x48, 0x89, 0xDF, 0xFF, 0x50, 0x28, 0x48 }; //sherlocks: Sierra DP1 UINT8 KBESieSearch[] = { 0xC3, 0x48, 0x85, 0xDB, 0x74, 0x71, 0x48, 0x8B, 0x03, 0x48, 0x89, 0xDF, 0xFF, 0x50, 0x28, 0x48 }; UINT8 KBESieReplace[] = { 0xC3, 0x48, 0x85, 0xDB, 0xEB, 0x12, 0x48, 0x8B, 0x03, 0x48, 0x89, 0xDF, 0xFF, 0x50, 0x28, 0x48 }; 5 Link to comment Share on other sites More sharing options...
mendietinha Posted June 14, 2016 Share Posted June 14, 2016 Try to mount also the BaseSystem.dmg by clicking it, and retry... cool! that did the trick! thanks 2 Link to comment Share on other sites More sharing options...
RehabMan Posted June 14, 2016 Share Posted June 14, 2016 hey micky1979 here test and report Just FYI: Sierra, not Cierra It is a mountain range in the western US: https://en.wikipedia.org/wiki/Sierra_mountains P.S. Sorry for the nitpick... but as an avid skier, mountains are my thing... 4 Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 @Sherlock you are awesome... but here is 5:10 am .. ok I hope I do not fall asleep.. 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted June 14, 2016 Share Posted June 14, 2016 Just FYI: Sierra, not Cierra It is a mountain range in the western US: https://en.wikipedia.org/wiki/Sierra_mountains P.S. Sorry for the nitpick... but as an avid skier, mountains are my thing... my mistake. edited name. thanks 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 if works.. who cares 1 Link to comment Share on other sites More sharing options...
mendietinha Posted June 14, 2016 Share Posted June 14, 2016 a patched boot for kext injection is on the way already? Link to comment Share on other sites More sharing options...
MattsCreative Posted June 14, 2016 Share Posted June 14, 2016 trying this method now with base mounted Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 a patched boot for kext injection is on the way already? we talking about this already... I'm building Clover with Sherlocks patch.. 2 Link to comment Share on other sites More sharing options...
MattsCreative Posted June 14, 2016 Share Posted June 14, 2016 we talking about this already... I'm building Clover with Sherlocks patch.. sadly it didnt work your install way i dont see the ability to boot the new os x from clover it doesnt see the drive Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 Who try? Use an USB stick because for this test I've only replaced El Capitan pattern, don't cry after! CLOVERX64.efi.zip sadly it didnt work your install way i dont see the ability to boot the new os x from clover it doesnt see the drive corestorage? Whats on "diskutil list"? 1 Link to comment Share on other sites More sharing options...
MattsCreative Posted June 14, 2016 Share Posted June 14, 2016 Who try? Use an USB stick because for this test I've only replaced El Capitan pattern, don't cry after! CLOVERX64.efi.zip corestorage? Whats on "diskutil list"? whats that cloverx64 for? Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 is the test version I made with both Sherlocks's patches. ...to be used on a USB pen drive (meaning don't replace your working one) 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted June 14, 2016 Share Posted June 14, 2016 is the test version I made with both Sherlocks's patches. ...to be used on a USB pen drive (meaning don't replace your working one) can we usually make usb installer? or need more work? Link to comment Share on other sites More sharing options...
Micky1979 Posted June 14, 2016 Share Posted June 14, 2016 Sorry I'm in bed, cannot try. BTW I've applied your patch, so if working you can try to make a vanilla installer, otherwise no. 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted June 14, 2016 Share Posted June 14, 2016 Sorry I'm in bad, cannot try. BTW I've applied your patch, so if working you can try to make a vanilla installer, otherwise no. okay. have a good morning 1 Link to comment Share on other sites More sharing options...
mendietinha Posted June 14, 2016 Share Posted June 14, 2016 is the test version I made with both Sherlocks's patches. ...to be used on a USB pen drive (meaning don't replace your working one) im still getting early reboot. so i cant say for sure. gonna report soon. thanks. 1 Link to comment Share on other sites More sharing options...
Recommended Posts