-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Dell Latitude 3400: guidance required to install macOS
Jake Lo replied to JmW's topic in The Archive
@JmW Replace, don't merge. -
Check BIOS, see if you have Legacy Option ROMs. If yes, enable it.
-
Dell Latitude 3400: guidance required to install macOS
Jake Lo replied to JmW's topic in The Archive
Did you use the bootpack I attached above? Because from the screenshot, the version of kexts are different from what I had attached. -
You're on an older version of Clover, you could upgrade with this version and add the SMCHelper.efi
-
Post system's full specs and Clover folder for review Try bootpack here
-
Since you're using FakeSMC, you should remove VirtualSMC.efi and replace it with SMCHelper.efi
-
ELAN, FocalTech and Synaptics (Smart Touchpad) Driver
Jake Lo replied to EMlyDinEsH's topic in Smart Touchpad
Details are found in developer's guide Scroll Acceleration modes: (v3.8 or later) There are four modes of acceleration for scrolling in my driver, which can be set by editing the plist entry "2FScrollAccelMode" for 2f scroll and "EdgeScrollAccelMode"for Edge scroll. They are: Optimized Acceleration (mode 0) : This is optimized mode which works best across all the touchpads same. Fixed acceleration (mode 1) : This mode has fixed acceleration/speed and varies only with scroll speed value. Extended acceleration (mode 2) : Its an extended version of optimized mode with more acceleration. Super acceleration (mode 3) : This mode reflects the acceleration of your fingers and works based on that. It doesn't depend on scroll speed values from Trackpad prefpane but you can use it extend the speed even more for high resolution touch pads. Super Extended acceleration (mode 4) : This is same as mode 3 but extends the acceleration. -
VoodooBattery and AppleACPIPlatform kexts let my system restart randomly
Jake Lo replied to Poemko's topic in The Archive
If you're using VirtualSMC.kext, you could pair it with SMCBatteryManager.kext If you're using FakeSMC, then pair it with ACPIBatteryManager.kext -
Latitude 7280 HD520: need EFI folder for Catalina
Jake Lo replied to dujianfei's topic in The Archive
@dujianfei Is your 7280 with HD520 or HD620? -
e7270 [SOLVED] E7270 | Stuck into boot install USB
Jake Lo replied to Daniel PN's topic in The Archive
Not seeing any issue with bootpack. There's some error in your kextcache though. Go ahead and remove VoodooPS2Controller from /S/L/E and /L/E. Not necessary, you already have 1 in /E/C/k/Other Repair permission and rebuild cache after. -
Dell Latitude 3400: guidance required to install macOS
Jake Lo replied to JmW's topic in The Archive
You can follow my vanilla Catalina guide here including the BIOS settings Once you have Clover installed with the settings provided, add the attached contents to /EFI/Clover This should allow you to install and have a completely working system. Use the same Clover folder from the Installer for the installed drive when finished. Latitude 3400 Catalina.zip -
what app is that you're using? I use Clover Configurator
-
Coffee Lake Intel UHD Graphics 630 on macOS Mojave 7MB Vram
Jake Lo replied to Poemko's topic in The Archive
Means it's not detecting the installer half way through. Make sure you have set in BIOS UEFI / AHCI Make sure you have either HFSPlus.efi or VBoxHFS.efi in /E/C/drivers/UEFI Lastly, you might need to have USBInjectall.kext + Port Limit patch -
Coffee Lake Intel UHD Graphics 630 on macOS Mojave 7MB Vram
Jake Lo replied to Poemko's topic in The Archive
What's the model of this laptop? -
Coffee Lake Intel UHD Graphics 630 on macOS Mojave 7MB Vram
Jake Lo replied to Poemko's topic in The Archive
Reboot with the Installer. At the GUI, choose "install MacOS Catalina from <HDD name>" Why use Distro Niresh? If you already have a working system, you can download Catalina from App Store and create a vanilla installer. -
Give this a try. Add to /E/C/A/Patched. You might have to add it to the Config file under SSDT sorted order SSDT-Disable-DGPU.aml.zip
-
You mean the verbose mode? Once you have it running perfectly you can edit the Config file with Clover Configurator to remove the boot arg -v
-
[Solved] Dell Precision 5510 error could not allocate runtime area
Jake Lo replied to rakibulmuhajir's topic in The Archive
1) No network connection is necessary unless your installer if for Recovery and not offline. 2) Make sure your drive is formatted to GUID / Journal Extended. If you installed Windows first, it might be set to MBR and the EFI partition is too small. MacOS requires 200MB/ Windows default size is smaller. Better to install MacOS first with drive formatted to GUID, partition the drive for Windows. Windows install on GUID perfectly fine. -
Dell Latitude E5470: cannot install Catalina on Samsung Evo 970 Plus SSD
Jake Lo replied to huyhoang's topic in The Archive
the latest Firmware suppose to fix the issue, but all the info I found is for older MacOS, not Catalina. Similar issue to Samsung PM981.- 3 replies
-
- samsung nvme
- e5470
-
(and 1 more)
Tagged with:
-
Post it for others to test. Do you have battery and brightness issue as the OP have?
-
Dell Latitude E5470: cannot install Catalina on Samsung Evo 970 Plus SSD
Jake Lo replied to huyhoang's topic in The Archive
Try this bootpack- 3 replies
-
- 1
-
- samsung nvme
- e5470
-
(and 1 more)
Tagged with:
-
Try this, replace into /EFI/Clover E5470_Catalina.zip
-
Upgrade Clover to latest v5103 Update Lilu.kex and Whatevergreen.kext to latest Get rid of GenericUSBXHCI.kext, no use after Yosemite Replace ACPIBatteryManager.kext with SMCBatteryManager.kext since you're using VirtualSMC. ACPIBatteryManager.kext is paired with FakeSMC.kext. Not sure if sleep and wake works with VoodooHDA, if not, then replace it with AppleALC.kext and use layout-id = 12
-
post debug file
-
Coffee Lake Intel UHD Graphics 630 on macOS Mojave 7MB Vram
Jake Lo replied to Poemko's topic in The Archive
that's what you posted on the 1st post. Also in drivers64UEFI, remove EmuVariableUefi-64.efi and only keep AptioMemoryFix-64.efi or vice versa, not both.