Jump to content
3735 posts in this topic

Recommended Posts

 

@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

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.

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.

how to download full installer. i've tried many ways but still download only 13.7Mb

Remove the prevue

 

how to download full installer. i've tried many ways but still download only 13.7Mb

Read correcly

News Update

  • Like 3

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

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

Guys I installed GM but cant boot without Installer USB. I used latest Clover for post installation I checked all kext and files everything in the right place.  I always getting prohibited sign. Here is the verbose screen;

 

attachicon.gifVerbose.jpg

 

Waiting on root device, you may need AppleAHCIPort.kext v328 @#3681.

  • Like 2

Waiting on root device, you may need AppleAHCIPort.kext v328 @#3681.

 

Nothing changed. I installed kext and check after restart kext looks loaded but still can't boot without Installer USB and still getting same verbose screen. I attached my EFI folder.

EFI.zip

 

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)

Do not know if someone already mentioned/posted HS Public Beta Access Utility, so here is.

 

https://beta.apple.com/sp/downloads/projects/1001112/downloads/1009356

 

or

 

macOSPublicBetaAccessUtility.dmg.zip

  • Like 4

Still cant boot without Installer USB. Here is the new verbose screen I think problem is IGPU now but I dont understand clearly. I installed IntelGraphicsFixup.kext to /Library/Extensions but nothing changed.

 

Update: I move to IntelGraphicsFixup.kext to /CLOVER/Kext/Others and now I can boot without Installer USB. Audio, USB 3.0, Wifi-Bluetooth, Handoff everything looks work right now.

 

 

I just have boot glitch problem; is this boot glitch fix still usefull or it changed. I think @RehabMan release this glitch fix when first beta released.

 

Boot graphics glitch
0100007522
010000EB22

post-803029-0-97491900-1505598896_thumb.jpg

  • Like 1

Thanks for all the updated info here ..

 

I have my dell system as on signature ,  High sierra is working properly but my sandisk ssd 250 gb , 6gb cache ,is slow on booting , about 18 sec , also system never wake after sleep  , just black screen turning slowly to white screen after wake. while wake after sleep working properly  on sierra 12.6 . anyone has such issues ? with any solutions .. Thanks

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