Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Seems Chameleon is too difficult for you and I'm no expert with it. I stopped using it since Yosemite or El Capitan. Why don't you open up a new thread for Clover and I'll assist you there.
  2. Let's try to get this working before we try starting a different process. Once you get this running, you could easily convert it to Clover by install Clover on top of it. Unless you have another drive to play with...we could start a new thread for Clover and change the topic of this to Chameleon.
  3. UEFI Clover is a lot simpler now than it was when it came out. It has many advantages over Chameleon. For one, you can use UEFI over Legacy No need to add kernel, no need to manually patch kexts or update the kernel on each update, can be done on-the-fly with Clover
  4. Correct. The script replaces all those commands so you won't make a mistake typing it. Can you boot with the USB installer, select the installed drive and boot with the following command? KernelBooter_kexts=Yes -f -v
  5. Can't just run the last line alone, must run the last 3 lines as I stated, or use this script in the terminal sudo permission.sh No need to reinstall, just boot with the USB installer and select the installed drive to boot. Once there, run the script that I attached. permission.sh
  6. Give this a try. Install Clover UEFI and replace attached contents into /EFI/Clover GA-B250M-DS3H.zip
  7. Set Load Default on the BIOS. then set to UEFI, AHCI, Secure boot off Follow HS Guide here to create USB installer Use this bootpack, goes into /EFI/Clover
  8. VoodooI2C + VoodooI2CHID but you'll need DSDT patching as well. https://voodooi2c.github.io/#Installation/Installation
  9. Replace USB_Injector with this one, hardcoded to MBP8.1. The one from my file is hardcoded to MBP8,2 USB_Injector.kext.zip
  10. Try adding IOAHCISerialATAPI_Injector to /L/E IOAHCISerialATAPI_Injector.kext.zip
  11. Ok, from Hervé's guide, you only copy patched AppleHDA.kext to /S/L/E, the rest from /E/E goes to /L/E Repair permission and rebuild cache. Last thing you need is to set KernelBooter_kexts to No in /Extra/kernel.plist Can you confirm those steps?
  12. As I mentioned earlier, your system is different than Hervé's system. His has eGPU but disabled through DSDT patching. Your system only has HD4600, so can't use the patched DSDT from his bootpack nor mine as it's based on his files as well.
  13. Place the vanilla kernel in that location. Can download from here https://osxlatitude.com/topic/10066-vanilla-and-patched-high-sierra-kernels-patched-aicpupm-kexts/
  14. try booting with the USB installer and see if it detects the drive
  15. Probably need to update the APFS.efi with 10.13.4
  16. Then you shouldn't use that bootpack. The included DSDT has patches to disable the dGPU. Try going into Options when you see the Clover loader, use the right arrow to navigate Select ACPI patching-> Tables Dropping-> Go all the way down and deselect Drop all OEM SSDT Check all the Drop "SSDT-xx" below that Select Return Change DSDT name: BIOS.aml or anything other than DSDT.aml Select Return, Return Hit spacebar to select Verbose mode + debug 0x100 mode If this works, then you'll need to patch new DSDT/SSDT specific to your system without the dGPU but booting to Clover GUI, hitting F4. Then compress and attach /EFI/Clover/ACPI/Origin here for patching. Please specify BIOS version
  17. Does your system have only HD4600 or HD4600 + dGPU? Are you using this bootpack? Goes into /EFI/Clover
  18. Could be the BIOS disabled Optimus. Did you have to go back to BIOS and set enable Optimus before it boots again? Downgrading BIOS to A13 might fix the problem.
  19. Hmm, not sure how vanilla the dmg file is since it's not from AppleStore. Download and upgrade to latest Clover. I believe you're on UEFI, so use this settings when installing. Install for UEFI booting only Install Clover in the ESP Drivers64UEFI\OsxAptioFixDrv-64 Install RC scripts on target volume Install Clover Preference Pane Reboot and then download 10.13.4 ComboUpdate. Install it, hopefully this will replace all the modded kexts installed from the dmg with the updated vanilla kexts in /S/L/E. If still fails to get full QE/CI, I would recommend you download latest full "Install macOS High Sierra.app" (10.13.4) from AppStore and create a new vanilla USB installer using the same EFI folder you're currently using. Install it to a new partition for testing or install to the same partition overwriting the current but will keep all data if you don't format To create vanilla USB installer, run the following command. Then install Clover replacing the /EFI/Clover folder from your current system Note: target_USB = name of the USB drive you're writing to
  20. what did you patch on your DSDT? what's the source of your installer? is it a Distro or vanilla install? can you run this in terminal and post the result? sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  21. kextstat shows AppleIntelFramebufferCapri.kext loaded but not showing AppleIntelHD4000Graphics.kext Can you verify if AppleIntelHD4000Graphics.kext & AppleIntelFramebufferCapri.kext are in /System/Library/Extensions?
×
×
  • Create New...