Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

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 :o !

  • Like 1
Link to comment
Share on other sites

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 :o !

 

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

  • Like 1
Link to comment
Share on other sites

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".

 

:wallbash:

  • Like 1
Link to comment
Share on other sites

 

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

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 };
  • Like 5
Link to comment
Share on other sites

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

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"?

  • Like 1
Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...