- Processor: 7th Gen.
Intel® Core™ i7 Kabylake
processor Processor Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz, 2801 Mhz, 4 Core(s), 8 Logical Processor(s) - RAM:
DDR4-2400
- Videocard 1:
GeForce® GTX 1060
, VRAM 6gb - Videocard 2:
Intel HD Graphics 630
1536MB - Audio:
ALC899
- Touchpad: Synaptics SMbus Touchpad
FwRuntimeServices.efi
, OpenCore built-in EFI driver- AppleSupportPkg
- ApfsDriverLoader.efi
- VBoxHfs.efi
- Lilu.kext
- LiluFriend.kext
- WhateverGreen.kext
- VirtualSMC.kext
- VirtualSMC.kext
- SMCBatteryManager.kext (w\ VirtualSMC)
- SMCProcessor.kext (w\ VirtualSMC)
- SMCSuperIO.kext (w\ VirtualSMC)
- AppleALC.kext
- AtherosE2200Ethernet.kext
- NoTouchID.kext
- VoodooInput.kext
- VoodooPS2Controller.kext
USBInjectAll.kext—Removed
XHCI-unsupported.kext—Removed
- USBMap.kext — Replacement for
USBInjectAll
- AppleMCEReporterDisabler.kext
The following settings is already in EFI/OC/config.plist
.
PciRoot(0x0)/Pci(0x1f,0x3)
- layout-id: 06200000
// or...
7C436110-AB2A-4BBB-A880-FE41995C9F82
- boot-args: alcid=98
7C436110-AB2A-4BBB-A880-FE41995C9F82
- boot-args: -wegnoegpu
- HS03, SS03 — Top left USB port
- HS04, SS04 — Bottom left USB port
- HS08, SS08 — Top right USB port
- HS12 — Internal
USB2.0-CRW
Realtek Card Reader (Not Working) - HS10, SS10 — Internal
bluetooth_device
- HS07, SS07 — Internal
MSI EPF USB
The
USBMap.kext
help to disable theMSI EPF USB
spamming issue.
- Battery (Battery is not detected by system)
- Touchpad
Working
but not showing inSystem Preferences
->Trackpad
- Other issues
To enable the bootchime, run the following command
sudo nvram StartupMute=%00
This not 100%, work proof
To disable bootchime run
sudo nvram StartupMute=%01
Use the Shell.efi
to boot into UEFI Shell
, then run the following command:
bcfg boot dump
This command will output result of your BIOS boot partitiions. If the result is empty you need to add a new Boot record.
First, run map
to find your MacOS
installation drive. Take note on the FS*
drive letter. eg. FS4
.
To add a new Boot record, run the following command:
bcfg boot add id FS*:\EFI\BOOT\BOOTx64.efi AppleUEFI
Note:
id
is index of your Boot record, you can use00
ifbcfg boot dump
return empty