-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
The reason is that you're using an SMBIOS the emulates a MBP with memory soldered into the board, hence no memory tab. There's a kext you can install that can restore it but you'll have to build the kext yourself. https://github.com/Goldfish64/SystemProfilerMemoryFixup Update: In case anyone wants it and can't build it yourself SystemProfilerMemoryFixup.kext.zip
-
Try this, replace into /EFI/Clover, NOT merge DSDT patched from your Origin folder, update Config setting and kexts E6220_Mojave.zip
-
unable to get IGPU working: Dell E7440 i7 8GB 256SSD 1080p with Touch
Jake Lo replied to sikiro's topic in The Archive
Check whether display is eDP or LVDS...if eDP, you might be out of luck. Follow this thread -
Please post full system's specs and attach Clover folder you're currently using. Boot with verbose + debug 0x100 mode to determine the boot issue. Post screenshot if applicable for a clearer picture of the issue
-
unable to get IGPU working: Dell E7440 i7 8GB 256SSD 1080p with Touch
Jake Lo replied to sikiro's topic in The Archive
Try this, replace them into /EFI/Clover, not merge Make a backup just incase with a USB installer that can boot if all goes wrong E7440_Hotpatches.zip -
I don't think Clover can read your SSDT's from anywhere other than just Patched folder. Can't really tell since the debug log in Misc is for another system. Fix that and your USB might start to work or use Hackintool to help configure your USB ports. No Optimus is still not supported in MacOS unless there's an option in the BIOS that set to only use the discrete graphics. As far as I know, it doesn't. You have SSDT-DDGPU.aml, so obvious it'll get disabled anyway.
-
feels like deja vu follow instructions here
-
Installing/upgrading to Mojave - Optiplex 9020 (HD4600)
Jake Lo replied to naulaksan's topic in The Archive
NO idea what bootpack you used above, as I don't see a bootpack above. Your files are too old. Replace the attached into /EFI/Clover replacing the file and folder. Don't merge In /L/E, remove all these. Repair permissions and rebuild cache Lilu.kext AirportBrcmFixup.kext AppleALC.kext IntelMausiEthernet.kext USBInjectAll.kext AzulPatcher4600.kext Shiki.kext IntelGraphicsFixup.kext FakeSMC.kext 9020_Mojave.zip -
Graphics garbled WQHD Touch Lenovo X1 Carbon Gen2 (4th Gen i7) Laptop
Jake Lo replied to tweeteee's topic in The Archive
HDMI / DP working? -
Graphics garbled WQHD Touch Lenovo X1 Carbon Gen2 (4th Gen i7) Laptop
Jake Lo replied to tweeteee's topic in The Archive
post new debug file -
Installing/upgrading to Mojave - Optiplex 9020 (HD4600)
Jake Lo replied to naulaksan's topic in The Archive
post debug file -
Yes, make sure to copy the bootpack after installing clover.
-
USBInjector.kext is still hardcoded to MBP8,2 You need to replace it with the one in Hervé's bootpack hardcoded to MBP8,1 since you switched SMBios to MBP8,1 NVM, I attached it here. USB_Injector.kext.zip
-
Graphics garbled WQHD Touch Lenovo X1 Carbon Gen2 (4th Gen i7) Laptop
Jake Lo replied to tweeteee's topic in The Archive
Ok, I see your IGPU is HD 4400, you'll need to add fakeID = 0x04128086 or add under Properties device-id and data = 12040000 -
Yeah, the preference pane is not available for USB installer, only after you have MacOS installed, then it's available. The circle slash state means it's not detecting your installer...USB issue. Probably just need to all the port limits patches by PMHeart for the version of Mojave you're installing and USBInjectAll.kext
-
Can't really tell since the error occurred way before that last line. Try this, go to Option during Clover boot. Go down to graphics injector and change ig-platform-id to 0x12345678 and faked to 0x12345678 see if you could boot from that
-
are you still booting with -igfxvesa?
-
Yes, current version of Clover v4988 has removed/ left out some drivers. Try to find an older version. Try this one
-
DELL Precision 7520: need help for ALC3254 and Touchpad
Jake Lo replied to krycho74's topic in The Archive
Nothing is added to the Config other than adding layoutid 15 for audio and add 2 DSDT patches for I2C. I looked at both IOReg, Nvidia is loaded on both. Your touchpad might be an Alps I2C so you only have basic movements, no gesture. Audio doesn't seen to be working on both IOReg. Have you tested the different layoutID? -
add the following boot arg until you finish installing. Basically it needs the Graphics kext to be cached before the patches from the Config file will work. I think I have stated this a few posts above for another member. At Clover, press "O" to get to Options. Append this to the end of the boot arg -igfxvesa
-
You're probably missing HFSPlus.efi Make sure to replace the files into /EFI/Clover, not replace Clover with the bootpack Install clover with the following settings Install for UEFI booting only Install Clover in the ESP Drivers64UEFI\DataHubDxe-64 Drivers64UEFI\FSInject-64 Drivers64UEFI\SMCHelper-64 Drivers64UEFI\ApfsDriverLoader-64 Drivers64UEFI\AptioMemoryFix-64 Drivers64UEFI\PartitionDxe-64 Add to Drivers64UEFI\HFSPlus.efi (Not included in Clover installer)