Jump to content

[pre-release] macOS High Sierra


3,737 posts in this topic

Recommended Posts

On my system, I've Intel 7 series and Asmedia 1061/1062: working hot-plug under Sierra. Not under High Sierra without AppleAHCI v328. As I say I use AHCIportInjector.kext in EFI/CLOVER/Kexts/10.13.

 

So I need final solution for High Sierra release?

 

@Matgen84,

 

Here is AppleAHCIPort.kext v328 with info.plist edited so that Bundle version is 999.1.1 ---> give higher priority loading in kernel cache/pre-linked kernel than v329 from later betas/GM.

 
Install in /Library/Extensions (so doesn't get over-written during updates) and repair permissions, rebuild caches eg
 
sudo chown -R 0:0 /Library/Extensions/AppleAHCIPort.kext && sudo chmod -R 755 /Library/Extensions/AppleAHCIPort.kext
sudo touch /System/Library/Extensions && sudo kextcache -u /
Test kext is loadable...
sudo kextutil -tn /Library/Extensions/AppleAHCIPort.kext
 
Confirm kext is loaded after rebooting the system...
kextstat | grep AHCIPort

post-846696-0-04101100-1505519319_thumb.png

 

 

Note: SIP needs to be disabled, since editing the kext's bundle version invalidates Apple's kext signature.

AppleAHCIPort.kext.zip

  • Like 4
Link to comment
Share on other sites

 

@Matgen84,

 

Here is AppleAHCIPort.kext v328 with info.plist edited so that Bundle version is 999.1.1 ---> give higher priority loading in kernel cache/pre-linked kernel than v329 from later betas/GM.

 
Install in /Library/Extensions (so doesn't get over-written during updates) and repair permissions, rebuild caches eg
 
sudo chown -R 0:0 /Library/Extensions/AppleAHCIPort.kext && sudo chmod -R 755 /Library/Extensions/AppleAHCIPort.kext
sudo touch /System/Library/Extensions && sudo kextcache -u /
Test kext is loadable...
sudo kextutil -tn /Library/Extensions/AppleAHCIPort.kext
 
Confirm kext is loaded after rebooting the system...
kextstat | grep AHCIPort

 

 

Note: SIP needs to be disabled, since editing the kext's bundle version invalidates Apple's kext signature.

 

All is good now. Great Job. I've internal sata hot-plug under High Sierra GM.

 

Thanks a lot and nice day  :)  :yes:

  • Like 1
Link to comment
Share on other sites

Does anyone else have any issue with the recovery partition disappearing in High Sierra? First boot after fresh install it shows up in boot.log and i can set a custom entry for it but even with the custom entry it does not show up on repeat reboots. Extremely puzzling. I'll do a reinstall and post logs.

Link to comment
Share on other sites

Does anyone else have any issue with the recovery partition disappearing in High Sierra? First boot after fresh install it shows up in boot.log and i can set a custom entry for it but even with the custom entry it does not show up on repeat reboots. Extremely puzzling. I'll do a reinstall and post logs.

 

I don't try fresh install but update to GM, RecoveryHD appears in Clover GUI (r4207) without custom entries. Recovery partition is also updated.

Link to comment
Share on other sites

can somebody share Clover v4208 please?

 

I tried Build_Clover 4.5.3.command but alway getting error.

Unknown Xcode version format, exiting!

 

I'm using the last XCode 9 GM release and have the same error - Just opened BuildClover with a text editor and added "XCode9" at the line 34 and it works again.

XCODE="XCODE9" # empty by default, overrides the auto-detected XCODE toolchain, possible values: XCODE32 XCODE5 XCODE8 

build_clover_4_5_3.png

 

or

 

go to the line 655 and add XCode9 check:

# --------------------------------------
checkXcode () {
if [[ ! -x /usr/bin/gcc ]]; then printError "Xcode clt not found, exiting!\n"; exit 1; fi
if [[ ! -x /usr/bin/xcodebuild ]]; then printError "xcodebuild not found, exiting!\n"; exit 1; fi
# Autodetect the Xcode version if no specific version is set (XCODE) and disable LTO if Xcode is version 7.2.x or earlier
if [[ "$XCODE" == "" ]]; then
	local xcversion=$(/usr/bin/xcodebuild -version | grep 'Xcode' | awk '{print $NF}')
	case "$xcversion" in
		[1-6]* | 7 | 7.[0-2]*) XCODE="XCODE5"; LTO_FLAG="--no-lto";;
		7.[34]*) XCODE="XCODE5";;
		8*) XCODE="XCODE8";;
                9*) XCODE="XCODE9";;
		*) printError "Unknown Xcode version format, exiting!\n"; exit 1;;
	esac
fi
}
# --------------------------------------
  • Like 2
Link to comment
Share on other sites

A little reminder!

No asking/posting of direct or indirect link to copyrighted materials or pirated pieces of software.

The only direct download links we allow are those from Apple's servers, and this as long as Apple allows it. 

 

So, to not be penalized (may be banned if recurring), please avoid posting external links of macOS installer even if this one is FREE!

 

Thank you for your understanding.  ;)

 

BR

 

 

fantomas1

  • Like 3
Link to comment
Share on other sites

 

Batterie Indicator not stay connect at reboot, I need to reconnect

ACPIBatteryManager.kext    V-1.81.3

compiling with Xcodes today

 

First time thats appen to me

 

Thanks I Reboot tree times and Works  B)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...