-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Give this a try. Install Clover UEFI and replace attached contents into /EFI/Clover GA-B250M-DS3H.zip
-
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
-
[SOLVED] [5480] Installing macOS High Sierra 10.13.2
Jake Lo replied to marco79ta's topic in The Archive
VoodooI2C + VoodooI2CHID but you'll need DSDT patching as well. https://voodooi2c.github.io/#Installation/Installation -
[SOLVED] E6420 HD3000 High Sierra video hesitations, and system freezes.
Jake Lo replied to veedub89's topic in The Archive
Replace USB_Injector with this one, hardcoded to MBP8.1. The one from my file is hardcoded to MBP8,2 USB_Injector.kext.zip -
[SOLVED] No support for 2nd Drive Bay in E6330 in High Sierra?
Jake Lo replied to BladeScraper's topic in The Archive
Try adding IOAHCISerialATAPI_Injector to /L/E IOAHCISerialATAPI_Injector.kext.zip -
try booting with the USB installer and see if it detects the drive
-
Probably need to update the APFS.efi with 10.13.4
-
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
-
[SOLVED] Latitude E6530 High Sierra Upgrade using Clover
Jake Lo replied to esmith1966's topic in The Archive
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. -
Acer v5-471pg: no graphics acceleration on Intel HD Graphics 4000
Jake Lo replied to AdriMAc's topic in The Archive
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 -
Acer v5-471pg: no graphics acceleration on Intel HD Graphics 4000
Jake Lo replied to AdriMAc's topic in The Archive
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 / -
Acer v5-471pg: no graphics acceleration on Intel HD Graphics 4000
Jake Lo replied to AdriMAc's topic in The Archive
Remove the DSDT and try this config file config.plist -
Acer v5-471pg: no graphics acceleration on Intel HD Graphics 4000
Jake Lo replied to AdriMAc's topic in The Archive
kextstat shows AppleIntelFramebufferCapri.kext loaded but not showing AppleIntelHD4000Graphics.kext Can you verify if AppleIntelHD4000Graphics.kext & AppleIntelFramebufferCapri.kext are in /System/Library/Extensions?