Code Monkey home page Code Monkey logo

xiaomigaming's Introduction

GitHub release

Support me and this project

Hi, this is Johnny, I'm an Engineering student. Life and university studies are expensive and the work is hard. My repositories are free, please consider rewarding me. Thank you.

4 ways to support me:

  1. Donate BTC: 3R13Ye85VwuzrBEJf32dZgREHsFsFpoG4m
  2. Donate ETH: 0x13f430523CAB662faA6924D6fbA4FdFA973A693b
  3. Please give me feedback: Open (or help with) issues or fork and send a pull request if you find some improvements to be made!

EFI Folder for the Xiaomi Gaming 8th Generation""

MacOS Versions Supported:

  • macOS 10.13 High Sierra
  • macOS 10.14 Mojave
  • macOS 10.15 Catalina
  • macOS 11.00 Big Sur
  • macOS 12.00 Monterey

What do I need?

  • Xiaomi Xiaomi Gaming 8th Generation 15.6" 8750h/8300h
  • macOS or windows PC to create the install USB
  • 8GB or larger USB stick (USB3 preferred for speed)
  • Latest copy of these files (https://github.com/johnnync13/XiaomiGaming/releases)
  • (optional for multiboot) Second (M.2 SATA) SSD installed inside the laptop.
  • (possibly) USB mouse for install until trackpad is working
  • (possibly) For macOS 10.15: a natively supported (e.g. Apple) USB Ethernet adapter for installation

What is Working?

  • Native CPU Power Management
  • Sleep/Wake
  • Intel Graphics
  • Audio (AppleALC)
  • Trackpad (gestures)
  • HDMI Video and Audio
  • USB 3.0
  • NVMe / SATA SSD's
  • Battery Management
  • Brightness keys
  • Built-in camera
  • Built-in mic
  • Bluetooth Intel
  • FileVault Disk encryption (Always make a backup before switching on!!!)
  • FN brightness adjustment (SSDT-FN.aml Fix By shomerchang)
  • Card Reader

Half working:

Not working:

  • Nvidia GPU (Not supported under macOS and probably never will be)

Better WiFi solution

You can buy the network card that can be driven by MacOS as shown in the picture. It is recommended to use the wireless network card removed from the Mac. You only need to use the adapter board and insert it into the PCIe slot on the motherboard. You can use it without any driver.

If you do not plan to use the WiFi network card provided by the machine, you can also use the coaxial extension line to link the wifi antenna provided by the machine, or purchase and install the wifi antenna separately as shown in the figure. However, please note that the wifi antenna cannot be attached to any surface containing metal, or it will greatly affect the signal strength. You can choose to paste the antenna on a non-metallic surface, as shown in the figure

image

Installation

Sounds good! Where do we start? You need a computer with macOS or Windows (scroll down)

Clover or OpenCore?

First let's figure out if we would like to use Clover or OpenCore. The pro's / con's listed:

Clover

Pro's (+)

Con's (-)

  • Might be less compatible with macOS updates in the future
  • Less secure (csr 67 flag needed to inject kext drivers, SIP, the macOS security system, is off)
  • Need to put kext files in /Library/Extensions/

OpenCore

Pro's (+)

  • Most secure (no csr 67 flag, SIP, the macOS security system, stays on)
  • Most compatible with future upgrades of macOS
  • No need to put kext files in /Library/Extensions/, therefore 'vanilla' macOS install
  • Faster than Clover

Con's (-)

Installing from macOS:

Clover method:

  • On your mac, create your macOS USB install media (e.g. https://support.apple.com/en-us/HT201372)
  • Mount the ESP (EFI System Partition) on your USB stick: (check that you mount the correct EFI partition, numbers will vary!!!)
diskutil list
sudo diskutil mount /dev/disk3s1
  • Copy and overwrite the contents of the EFI folder on your USB stick with the contents of the EFI folder from this website.
  • Eject the USB stick from your computer and insert in the Xiaomi laptop.
  • Now boot the Xiaomi laptop from the install media (if trackpad is not working, use USB mouse. If network connection needed, use a Apple compatible USB Ethernet adapter)
  • Open Disk Utility and format the builtin SSD or second SSD with APFS (will delete all your files!!!)
  • Install macOS
  • After install, boot from USB again but select SSD to boot from in the Clover Bootloader
  • Do initial macOS setup (use USB Ethernet adapter for internet)
  • Mount the ESP (EFI System Partition) on your SSD (check that you mount the correct EFI partition, numbers will vary!!!)
diskutil list
sudo diskutil mount /dev/disk0s1
  • Copy and overwrite the contents of the EFI folder from this website to the EFI folder on the ESP on your SSD.
  • Copy all the Kernel Extensions (kexts) from the EFI/CLOVER/kexts/Other to your system's /Library/Extensions folder (this is important, otherwise keyboard/trackpad and other devices might not work)
  • Execute these commands in Terminal to rebuild Kernel Extension Cache:
sudo chmod -R 755 /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/
sudo chmod -R 755 /Library/Extensions/
sudo chown -R root:wheel /Library/Extensions/
sudo touch /System/Library/Extensions/
sudo touch /Library/Extensions/
sudo kextcache -i / && sudo kextcache -u /
  • Remove the USB stick from the laptop
  • Done! Reboot to enable all the kexts. Enjoy your Hackintosh!

OpenCore method:

  • On your mac, create your macOS USB install media (e.g. https://support.apple.com/en-us/HT201372)
  • Mount the ESP (EFI System Partition) on your USB stick: (check that you mount the correct EFI partition, numbers will vary!!!)
diskutil list
sudo diskutil mount /dev/disk3s1
  • Copy and overwrite the contents of the EFI folder on your USB stick with the contents of the EFIOC (opencore) folder from this website.
  • Eject the USB stick from your computer and insert in the Xiaomi laptop.
  • Now boot the Xiaomi laptop from the install media (if trackpad is not working, use USB mouse. If network connection needed, use a Apple compatible USB Ethernet adapter)
  • Open Disk Utility and format the builtin SSD or second SSD with APFS (will delete all your files!!!)
  • Install macOS
  • After install, boot from USB again but select SSD to boot from in the OpenCore Bootloader
  • Do initial macOS setup (use USB Ethernet adapter for internet)
  • Mount the ESP (EFI System Partition) on your SSD (check that you mount the correct EFI partition, numbers will vary!!!)
diskutil list
sudo diskutil mount /dev/disk0s1
  • Copy and overwrite the contents of the EFIOC (opencore) folder from this website to the EFI folder on the ESP on your SSD.
  • Remove the USB stick from the laptop
  • Done! Reboot and enjoy macOS.

From Windows:

Clover method:

Downloading macOS:

  • Download gibMacOS from https://github.com/corpnewt/gibMacOS/
  • Extract it somewhere and run gibMacOS.bat
  • Choose your desired macOS version by entering the number and pressing the ENTER key.
  • macOS will now download, grab a coffee.
  • Once the download is finished you can exit the program with the keys Q then ENTER

Making the installer USB stick:

  • Insert your USB stick
  • Now run MakeInstall.bat as Administrator
  • IMPORTANT: In the next step it's important to choose the correct disk, the risk of deleting all the files on that pc are very high! Choose only your USB stick!
  • Enter the number of your USB stick and hit ENTER, then type Y and hit ENTER (All files on your USB stick will be deleted!)
  • Now go to the 'macOS Downloads\publicrelease' folder inside the 'gibMacOS' folder
  • Hold the Shift key and right-click the macOS folder that you want to install on the USB stick and click Copy as path
  • Go back to the MakeInstall.bat program and right-click in the window to paste the file path, then hit ENTER
  • Your USB stick will be created, have a second coffee.
  • When it's finished, close the program.

Making the USB stick Xiaomi compatible:

  • Download the latest version of the EFI folder from here
  • Extract it somewhere
  • Open the BOOT drive from the Windows explorer (usually drive D:, E: or F:)
  • Replace the EFI folder on the BOOT drive with the EFI folder you just downloaded from this website.
  • Eject the USB stick and insert into Xiaomi laptop.

Installing macOS:

  • Now boot the Xiaomi laptop from the install media (if trackpad is not working, use USB mouse. If network connection needed, use a Apple compatible USB Ethernet adapter)
  • Open Disk Utility and format the builtin SSD or second SSD with APFS (will delete all your files!!!)
  • Install macOS
  • After install, boot from USB again but select SSD to boot from in the Clover Bootloader
  • Do initial macOS setup (use USB Ethernet adapter for internet)
  • Mount the ESP (EFI System Partition) on your SSD (check that you mount the correct EFI partition, numbers will vary!!!)
diskutil list
sudo diskutil mount /dev/disk0s1
  • Copy and overwrite the contents of the EFI folder from this website to the EFI folder on the ESP on your SSD.
  • Copy all the Kernel Extensions (kexts) from the EFI/CLOVER/kexts/Other to your system's /Library/Extensions folder (this is important, otherwise keyboard/trackpad and other devices might not work)
  • Execute these commands in Terminal to rebuild Kernel Extension Cache:
sudo chmod -R 755 /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/
sudo chmod -R 755 /Library/Extensions/
sudo chown -R root:wheel /Library/Extensions/
sudo touch /System/Library/Extensions/
sudo touch /Library/Extensions/
sudo kextcache -i / && sudo kextcache -u /
  • Remove the USB stick from the laptop
  • Done! Reboot to enable all the kexts. Enjoy your Hackintosh!

OpenCore method:

Downloading macOS:

  • Download gibMacOS from https://github.com/corpnewt/gibMacOS/
  • Extract it somewhere and run gibMacOS.bat
  • Choose your desired macOS version by entering the number and pressing the ENTER key.
  • macOS will now download, grab a coffee.
  • Once the download is finished you can exit the program with the keys Q then ENTER

Making the installer USB stick:

  • Insert your USB stick
  • Now run MakeInstall.bat as Administrator
  • IMPORTANT: In the next step it's important to choose the correct disk, the risk of deleting all the files on that pc are very high! Choose only your USB stick!
  • Enter the number of your USB stick and hit ENTER, then type Y and hit ENTER (All files on your USB stick will be deleted!)
  • Now go to the 'macOS Downloads\publicrelease' folder inside the 'gibMacOS' folder
  • Hold the Shift key and right-click the macOS folder that you want to install on the USB stick and click Copy as path
  • Go back to the MakeInstall.bat program and right-click in the window to paste the file path, then hit ENTER
  • Your USB stick will be created, have a second coffee.
  • When it's finished, close the program.

Making the USB stick Xiaomi compatible:

  • Download the latest version of the EFI folder from here
  • Extract it somewhere
  • Open the BOOT drive from the Windows explorer (usually drive D:, E: or F:)
  • Replace the EFI folder on the BOOT drive with the EFIOC (opencore) folder you just downloaded from this website.
  • Eject the USB stick and insert into Xiaomi laptop.

Installing macOS:

  • Now boot the Xiaomi laptop from the install media (if trackpad is not working, use USB mouse. If network connection needed, use a Apple compatible USB Ethernet adapter)
  • Open Disk Utility and format the builtin SSD or second SSD with APFS (will delete all your files!!!)
  • Install macOS
  • After install, boot from USB again but select SSD to boot from in the Opencore Bootloader
  • Do initial macOS setup (use USB Ethernet adapter for internet)
  • Mount the ESP (EFI System Partition) on your SSD (check that you mount the correct EFI partition, numbers will vary!!!)
diskutil list
sudo diskutil mount /dev/disk0s1
  • Copy and overwrite the contents of the EFIOC (opencore) folder from this website to the EFI folder on the ESP on your SSD.
  • Remove the USB stick from the laptop
  • Done! Reboot to enable all the kexts. Enjoy your Hackintosh!

macOS is working! Next steps:

(optional) Fixing iMessage, FaceTime etc.

This can be a bit of a challenge, and outside of the scope of this repo, but if you want to, have a look here:
An iDiot's Guide To iMessage (clover)
Fixing iServices (OpenCore)

(optional) WiFi

Still very buggy, but improving fast. Have a look here

If your Intel Wifi not working, please be patient.

(optional) Hackintosh combojack how to

hackintosh-stuff thanks to his repository we can fix the headphone jack: https://github.com/hackintosh-stuff/ComboJack

(optional) High DPI display fix:

Since the text on the 13" display can be quite small for many people in 1920x1080 resolution, it's possible to use some of the High DPI scaling features of macOS. To enable those:

  • Boot into the Recovery partition (in Clover hit (Fn+)F3 to show all partitions)
  • We need to temporarily disable SIP. Run Terminal from the Utilities menu and run:
csrutil disable
  • Reboot into normal macOS
  • Open Terminal and run the hidpi.sh script:
bash -c "$(curl -fsSL https://github.com/johnnync13/Xiaomi-Mi-Air/raw/master/HighDPI/hidpi.sh)"
  • Choose (1) Enable, (3) MacBook Pro and (1) 1920x1080 Display.
  • Reboot and test your new Display settings in System Preferences.
  • When all set, reboot back into Recovery and enable SIP again:
csrutil enable
  • Reboot into macOS. Done!

Troubleshooting

Some device in my system is not working under macOS!

Using Clover:

  • Make sure all kexts are in /Library/Extensions/ then run:
sudo chmod -R 755 /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/
sudo chmod -R 755 /Library/Extensions/
sudo chown -R root:wheel /Library/Extensions/
sudo touch /System/Library/Extensions/
sudo touch /Library/Extensions/
sudo kextcache -i / && sudo kextcache -u /
  • Reboot.

Using OpenCore:

  • Make sure the kexts are in the EFI/OC/kexts folder on your SSD EFI system partition (ESP).
  • Reboot. If still not working, try resetting the NVRAM from OpenCore boot menu.

IMPORTANT:

  • It is really important on OpenCore, that the laptop have unlocked CFG Lock. It is important to CPU, sleep/wake and better behavior like native macOS. It is very easy on the most laptops because the BIOS has option in menu. But on Xiaomi Laptops, it is very simple with some steps on Windows. Maybe, make a video about it.

BIOS Modification

Tutorial to modify BIOS

  • I would like make a script or others methods but this tutorial is like OpenCore method.
  • Soon I upload a csv with all xiaomi laptops that I have on the github with hexadecimal variables to unlock CFG Lock, MC Lock, SpeedShift and more.
  • THIS TUTORIAL IS AN EXAMPLE, NOT GET THE VALUES AND VARIABLES

First of all, I am not responsible for what can happen to your laptop

1- Boot with OpenCore
2- Click on space key on keyboard.
3- Select partition Mod Grub Shell
4- Write a command method, for example to unlock cfg lock: setup_var 0x3C 0x00
Other example, SpeedShift to enable: setup_var 0xB 0x01
it is possible that for example, SpeedShift is enabled before.

  • Explanation:

setup_var is to call method function.
0x3C is the location memory on bios that is variable CFG Lock.
0x00 is to disable and 0x01 is to enable. I put the example here.
(default) is how the variable is when you install a BIOS, that is, by the manufacturer.

One Of: CFG Lock, VarStoreInfo (VarOffset/VarName): 0x3C, VarStore: 0x3, QuestionId: 0x146, Size: 1, Min: 0x0, Max 0x1, Step: 0x0 {05 91 8A 02 8B 02 46 01 03 00 3C 00 10 10 00 01 00}
0x149413 One Of Option: Disabled, Value (8 bit): 0x0 {09 07 04 00 00 00 00}
0x14941A One Of Option: Enabled, Value (8 bit): 0x1 (default) {09 07 03 00 30 00 01}
0x149421 End One Of {29 02}

5- You can set up more variables to modify Bios. If you want exit, you must write reboot and click enter on keyboard.

6- You can verify the CFG is unlocked or other parametres like SpeedShift is enabled in hackintool, section Utilities and press button Get AppleIntelInfo.

Disclaimer!

Use these files and this howto at your own risk. I'm not responsible in any way for lost data, damage to software or hardware or anything else that might go wrong. This works for me but might not for you.

Credits

xiaomigaming's People

Contributors

dimusa6 avatar johnnynunez avatar kurokitu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xiaomigaming's Issues

Questions about HDMI

My computer is 8750H + 1050ti.HDMI audio and video are not working properly.USB-C adapter

Hello, how do you solve the sleep/wake problem?

I have a i7-8750H laptop and everything is working fine except the sleep/wake feature. I have tried several solutions I could find from Google but none of them works.

When I click Apple->Sleep, my laptop screen gets black but cpus are still working. After several seconds, I can't wake it up anymore because once it is waked it stuck.

From tonymacx86 forum I found your 8750H laptop was working well, including the sleep/awake . I think that there may be some similarities in 8th gen laptop so I'm wondering:

  1. Did your sleep/wake just work well after you install the Mojave?
  2. If not, what you did to make it work?
  3. I had checked "Generate Plugin Type" in my Clover ACPI. Is there anything else I should do to activate the native power management?

Thank you so much.

stuck on Logo with OC

BIOS: 0604
CFG UNLOCKED
Catalina 10.15.4
I used the latest release
When I use clover, I found the bright controller doesn't work and AppleALC was not working as well.
but when I switched to OC, I stuck on Apple Logo
9BA7BC1B0DC57B0E696A6A4A0A21B215

Can not connect to the external monitor

I have tested the type-c and HDMI ports. When I connected the monitor to the type ports, my laptop reboot immediately. When I connected the monitor to the HDMI ports there was nothing happened and my monitor said "there is no signal from the HDMI cable".

For the type-C port, I think it is using DP protocol. Also, I tried to use hackintool to fix it (I have tried both DP and HDMI protocol with platform-ID 0x3E9B0000 ), but when I plugged in the cable the laptop still immediately reboot.

For the HDMI port, I think may be it's connected to the Nvidia GPU and I can not drive it ?

Really thanks for your devoting !

driver for GTX1060

hi johnny .I'm a Chinese user.We have a chat group(QQ) about install MAC OS on XiaoMiGaming, and some people try to drive GTX1060 , but all failed .do you have some idea about to solve this?
Thank you so much.

Problems with this EFI clover configuration

Hi, the specs of my XiaomiGaming Laptop is i7-8750h, GTX 1060 and my macos version is 10.14.2 (18C54), when using your configuration, I've met problems that not working(in your readme, you said that's ok) as below:

  • USB 3.0
  • Audio
  • Bluetooth
  • Brightness hot key
  • Trackpad(not so sensitive)
  • Direct HDMI video and audio(but USB-C to HDMI is ok)

I have some problems whit Clover Configuration

I am from China. English is very bad, these sentences are from Google Translate. I have been researching this Game computer recently, but I have encountered some problems, such as:

  • NVIDIA GTX1060 Standalone graphics cannot be driven.
  • Can't wake up the computer after computer sleep.
  • The touchpad does not support gestures.
  • WIFI cannot be used.
  • Bluetooth can only be used when Windows restart to MacOS.

If can get your help, I can provide the Clover file I use for now.

I need your help

我想问一下,我是小米Gaming Ben的第8代,我不知道为什么要使用您的Clover和OC靴,我无法进入“擦除/安装”页面,进度条转到3/4屏幕变黑,键盘灯...

Backlight

The latest version of OC restarts without backlight

Works on Mac Os Catalina?

Hi! I used EFI with lastest commit that you push, but when I try to install it (with Mac Os Journaled or APFS format), it never finish and always reboot before finish the installation.
Also EFIOC didn't boot. Can you help me? Need I to change any bios settings?

Thanks so much!

System not stable

I updated the bios with the files you provided and after a fresh install of MacOS 10.14.2 the trackpad is not working and in the system info its showing macbookpro 13 inches. After every 5 minutes there is a kernel panic and system just reboots.

i5 7th

Is it fit for I5 7300hq?

no audio device found

My usb2Hdmi to connect others, but there is no voice by it, can you help me? thank you!(1050ti )

Help support Asus Vivobook PRO N580GD

Hi,
I'm new to Hackintosh world and I'm looking to make Catalina working on my Asus Vivobook PRO N580GD.
https://www.asus.com/Laptops/ASUS-VivoBook-Pro-15-N580GD/specifications/

I already have everything working with the attached EFI.
EFI.zip
The main issue I have is graphics acceleration.
Because the CPU seems exactly the same as yours "Intel® Core™ i7 8750H", do you mind to help me a bit to understand what to change in the config.plist to make it working?
It's a problem with framebuffer.

Thank in advance. :)

Help put Mojave on Xiaomi gaming

Xiaomi gaming C i7-7700HQ, RAM: 16GB, GPU: GTX 1060, SSD 256GB, HDD 1000GB (JYU4053CN)
i7-7700HQ CPU
Intel Kaby Lake-H IMC
Intel Sunrise Point HM175
Realtek ALC1220
PCI Express:
PCI-E 2.0 x1 port #6 @ x1 (Intel Dual Band Wireless-AC 8265 WiFi Adapter)
PCI-E 2.0 x1 port #7 @ x1 (Realtek RTL8168/8111 PCI-E Gigabit Ethernet Adapter)
PCI-E 2.0 x4 port #9 @ x4 (Samsung NVMe SSD Controller)

Bios XMGKB500P0505

APIC
Multiple APIC Description Table
00000000-7CFEB000h
OEM ID XMCC
OEM Table ID XMCC1705
OEM Revision 00000001h
Creator ID ACPI
Creator Revision 00040000h
Local APIC Address FEE00000h

Intel HD Graphics 630
PCI Express: PCI-E 2.0 x16 port #2 @x16 (nVIDIA GeForce GTX 1060 (Xiaomi) Video Adapter)

[ Debug - PCI ]---------------------------------------------------

B00 D00 F00:  Intel Kaby Lake-H - Host Bridge/DRAM Controller
              
  Offset 000:  86 80 10 59  06 00 90 20  05 00 00 06  00 00 00 00 
  Offset 010:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  E0 00 00 00  00 00 00 00  00 00 00 00 
  Offset 040:  01 90 D1 FE  00 00 00 00  01 00 D1 FE  00 00 00 00 
  Offset 050:  C1 01 00 00  39 00 00 00  47 00 F0 7F  01 00 00 7D 
  Offset 060:  01 00 00 E0  00 00 00 00  01 80 D1 FE  00 00 00 00 
  Offset 070:  00 00 00 FF  03 00 00 00  00 0C 00 FF  7F 00 00 00 
  Offset 080:  31 00 00 00  00 00 00 00  1A 00 00 00  00 00 00 00 
  Offset 090:  01 00 00 FF  03 00 00 00  01 00 F0 7E  04 00 00 00 
  Offset 0A0:  01 00 00 00  04 00 00 00  01 00 00 7F  04 00 00 00 
  Offset 0B0:  01 00 00 7E  01 00 80 7D  01 00 00 7D  01 00 00 80 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 FF 
  Offset 0E0:  09 00 10 01  59 20 01 62  DC 00 E4 94  00 C0 04 00 
  Offset 0F0:  00 00 00 00  C8 0F 09 00  00 00 00 00  00 00 00 00 

B00 D01 F00:  Intel Kaby Lake-H - PCI Express x16 Controller
              
  Offset 000:  86 80 01 19  07 04 10 00  05 00 04 06  10 00 81 00 
  Offset 010:  00 00 00 00  00 00 00 00  00 01 01 00  40 40 00 20 
  Offset 020:  00 A3 00 A4  01 90 F1 A1  00 00 00 00  00 00 00 00 
  Offset 030:  00 00 00 00  88 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  00 00 00 00  00 00 00 00  00 62 17 00  00 00 00 0A 
  Offset 080:  01 90 03 C8  08 00 00 00  0D 80 00 00  72 1D 05 17 
  Offset 090:  05 A0 01 00  38 01 E0 FE  00 00 00 00  00 00 00 00 
  Offset 0A0:  10 00 42 01  01 80 00 00  20 00 00 00  03 AD 61 02 
  Offset 0B0:  43 00 01 D1  80 25 0C 00  00 00 48 00  08 00 00 00 
  Offset 0C0:  00 00 00 00  80 0B 08 00  00 04 00 00  0E 00 00 00 
  Offset 0D0:  43 00 1E 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 60 01 00  4E 01 01 30  00 00 00 00  E0 00 10 00 

B00 D02 F00:  Intel Kaby Lake-H GT2 - Integrated Graphics Controller
              
  Offset 000:  86 80 1B 59  07 04 10 00  04 00 00 03  10 00 00 00 
  Offset 010:  04 00 00 A2  00 00 00 00  0C 00 00 B0  00 00 00 00 
  Offset 020:  01 50 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  40 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  09 70 0C 01  59 20 01 62  DC 00 E4 94  00 00 00 00 
  Offset 050:  C1 01 00 00  39 00 00 00  00 00 00 00  01 00 00 7E 
  Offset 060:  00 00 01 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  10 AC 92 00  00 80 00 10  00 00 00 00  00 00 00 00 
  Offset 080:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0A0:  00 00 00 00  00 00 00 00  00 00 00 00  05 D0 01 00 
  Offset 0B0:  98 03 E0 FE  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  01 00 22 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 80 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  00 00 00 00  18 90 F6 7C 

B00 D14 F00:  Intel Sunrise Point PCH - USB 3.0 xHCI Controller [D1]
              
  Offset 000:  86 80 2F A1  06 04 90 02  31 30 03 0C  00 00 80 00 
  Offset 010:  04 00 41 A4  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  70 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  FD 01 34 80  88 C6 0F 80  00 00 00 00  00 00 00 00 
  Offset 050:  5B 6E CE 0F  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  30 60 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  01 80 C2 C1  08 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  05 00 87 00  78 03 E0 FE  00 00 00 00  00 00 00 00 
  Offset 090:  09 00 14 F0  10 00 40 01  00 00 00 00  C1 0A 08 00 
  Offset 0A0:  00 08 00 00  00 18 00 00  8F 40 02 00  00 01 04 00 
  Offset 0B0:  01 C0 00 00  02 00 00 00  04 00 00 00  08 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 01 00 00  00 00 00 00 
  Offset 0D0:  01 00 00 00  02 00 00 00  04 00 00 00  08 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  10 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B00 D14 F02:  Intel Sunrise Point PCH - Thermal Management Controller [D1]
              
  Offset 000:  86 80 31 A1  06 00 10 00  31 00 80 11  00 00 00 00 
  Offset 010:  04 A0 42 A4  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  50 00 00 00  00 00 00 00  FF 03 00 00 
  Offset 040:  04 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  01 80 23 00  08 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  05 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0A0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B00 D15 F00:  Intel Sunrise Point PCH - LPSS: I2C Controller 0 [D1]
              
  Offset 000:  86 80 60 A1  00 04 10 00  31 00 80 11  10 00 80 00 
  Offset 010:  04 E0 40 FE  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  80 00 00 00  00 00 00 00  10 01 00 00 
  Offset 040:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  01 90 03 00  0B 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  09 00 14 F0  10 00 40 01  01 21 00 00  C1 24 00 00 
  Offset 0A0:  00 08 0F 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B00 D16 F00:  Intel Sunrise Point PCH - CSME: Host Embedded Controller Interface 1 (HECI1) [D1]
              
  Offset 000:  86 80 3A A1  06 04 10 00  31 00 80 07  00 00 80 00 
  Offset 010:  04 F0 40 FE  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  50 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  45 02 00 90  10 00 01 80  06 05 F2 00  00 00 00 00 
  Offset 050:  01 8C 03 40  08 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  20 00 00 00  04 40 08 00  00 00 00 00  00 00 00 40 
  Offset 070:  00 00 00 00  00 00 00 E0  00 00 00 00  00 00 00 00 
  Offset 080:  00 00 00 00  00 00 00 00  00 00 00 00  05 00 81 00 
  Offset 090:  D8 03 E0 FE  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0A0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 40 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B00 D17 F00:  Intel Sunrise Point PCH - SATA AHCI Controller (Mobile) [D1]
              
  Offset 000:  86 80 03 A1  07 04 B0 02  31 01 06 01  00 00 00 00 
  Offset 010:  00 80 42 A4  00 F0 42 A4  81 50 00 00  89 50 00 00 
  Offset 020:  61 50 00 00  00 D0 42 A4  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  80 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  01 A8 03 40  08 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  05 70 01 00  B8 01 E0 FE  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 F7 00  08 00 08 00  00 00 00 00  30 00 00 80 
  Offset 0A0:  3C 00 00 00  00 00 00 00  12 00 10 00  48 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  11 00 00 00  00 00 00 00  01 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B00 D1C F00:  Intel Sunrise Point PCH - PCI Express Root Port 6 [D1]
              
  Offset 000:  86 80 15 A1  06 04 10 00  F1 00 04 06  10 00 81 00 
  Offset 010:  00 00 00 00  00 00 00 00  00 02 02 00  F0 00 00 20 
  Offset 020:  30 A4 30 A4  F1 FF 01 00  00 00 00 00  00 00 00 00 
  Offset 030:  00 00 00 00  40 00 00 00  00 00 00 00  00 02 00 00 
  Offset 040:  10 80 42 01  01 80 00 00  07 00 10 00  13 48 72 06 
  Offset 050:  42 00 11 70  00 B2 2C 00  00 00 40 01  08 00 00 00 
  Offset 060:  00 00 00 00  37 08 00 00  00 04 00 00  0E 00 00 00 
  Offset 070:  03 00 01 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  05 90 01 00  58 01 E0 FE  00 00 00 00  00 00 00 00 
  Offset 090:  0D A0 00 00  72 1D 05 17  00 00 00 00  00 00 00 00 
  Offset 0A0:  01 00 03 C8  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  01 10 00 07  42 18 00 00  08 00 9E 09  00 00 00 00 
  Offset 0E0:  00 03 63 00  AA 88 AA 88  16 00 10 00  00 00 00 00 
  Offset 0F0:  50 01 00 00  00 00 00 4C  B3 0F 41 08  04 00 00 02 

B00 D1C F06:  Intel Sunrise Point PCH - PCI Express Root Port 7 [D1]
              
  Offset 000:  86 80 16 A1  07 04 10 00  F1 00 04 06  10 00 81 00 
  Offset 010:  00 00 00 00  00 00 00 00  00 03 03 00  30 30 00 20 
  Offset 020:  20 A4 20 A4  F1 FF 01 00  00 00 00 00  00 00 00 00 
  Offset 030:  00 00 00 00  40 00 00 00  00 00 00 00  00 03 00 00 
  Offset 040:  10 80 42 01  01 80 00 00  07 00 10 00  13 48 72 07 
  Offset 050:  40 00 11 70  00 B2 34 00  00 00 40 01  08 00 00 00 
  Offset 060:  00 00 00 00  37 08 00 00  00 04 00 00  0E 00 00 00 
  Offset 070:  03 00 01 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  05 90 01 00  78 01 E0 FE  00 00 00 00  00 00 00 00 
  Offset 090:  0D A0 00 00  72 1D 05 17  00 00 00 00  00 00 00 00 
  Offset 0A0:  01 00 03 C8  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  01 10 00 07  42 18 00 00  08 00 9E 09  00 00 00 00 
  Offset 0E0:  00 03 E3 00  00 00 00 00  06 00 10 00  00 00 00 00 
  Offset 0F0:  50 01 00 00  00 00 00 4C  B3 0F 41 08  04 00 00 03 

B00 D1D F00:  Intel Sunrise Point PCH - PCI Express Root Port 9 [D1]
              
  Offset 000:  86 80 18 A1  06 04 10 00  F1 00 04 06  10 00 81 00 
  Offset 010:  00 00 00 00  00 00 00 00  00 04 04 00  F0 00 00 20 
  Offset 020:  10 A4 10 A4  F1 FF 01 00  00 00 00 00  00 00 00 00 
  Offset 030:  00 00 00 00  40 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  10 80 42 01  01 80 00 00  27 00 10 00  43 48 72 09 
  Offset 050:  42 00 43 70  00 FD 44 00  00 00 48 01  08 00 00 00 
  Offset 060:  00 00 00 00  37 08 00 00  00 04 00 00  0E 00 00 00 
  Offset 070:  03 00 1F 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  05 90 01 00  98 01 E0 FE  00 00 00 00  00 00 00 00 
  Offset 090:  0D A0 00 00  72 1D 05 17  00 00 00 00  00 00 00 00 
  Offset 0A0:  01 00 03 C8  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  11 10 00 07  42 18 00 00  08 00 9E 09  00 00 00 00 
  Offset 0E0:  00 F7 F3 00  46 88 46 88  16 80 12 00  00 00 00 00 
  Offset 0F0:  50 01 00 00  00 03 00 40  B3 0F 41 08  04 C0 00 01 

B00 D1F F00:  Intel HM175 Chipset - LPC/eSPI Controller [D1]
              
  Offset 000:  86 80 52 A1  07 00 00 02  31 00 01 06  00 00 80 00 
  Offset 010:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 040:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  90 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  10 00 03 3F  69 00 04 00  41 16 0C 00  81 06 0C 00 
  Offset 090:  81 00 0C 00  00 0F 00 00  01 00 70 FE  00 00 00 00 
  Offset 0A0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  33 22 11 00  67 45 00 00  CF FF 00 00  80 00 00 00 
  Offset 0E0:  C0 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B00 D1F F02:  Intel Sunrise Point PCH - Power Management Controller (PMC) [D1]
              
  Offset 000:  86 80 21 A1  06 00 00 00  31 00 80 05  00 00 80 00 
  Offset 010:  00 40 42 A4  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 040:  01 18 00 00  80 01 00 00  00 00 00 FE  00 00 00 00 
  Offset 050:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0A0:  F0 36 80 E0  08 58 06 00  00 46 00 00  00 00 00 81 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B00 D1F F03:  Intel Sunrise Point PCH - High Definition Audio Controller [D1]
              
  Offset 000:  86 80 71 A1  06 00 10 00  31 00 03 04  10 20 00 00 
  Offset 010:  04 00 42 A4  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  04 00 40 A4  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  50 00 00 00  00 00 00 00  10 01 00 00 
  Offset 040:  00 00 00 00  00 00 00 00  FF 0D 3B 80  00 00 00 00 
  Offset 050:  01 60 43 C0  08 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  05 00 80 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  10 00 91 00  00 00 00 10  00 28 10 00  00 00 00 00 
  Offset 080:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0A0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  08 06 02 00  00 70 80 04  00 0C A5 82  10 00 03 00 
  Offset 0D0:  00 0C B5 02  10 00 03 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B00 D1F F04:  Intel Sunrise Point PCH - SMBus Controller [D1]
              
  Offset 000:  86 80 23 A1  03 00 80 02  31 00 05 0C  00 00 00 00 
  Offset 010:  04 E0 42 A4  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  41 50 00 00  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  00 00 00 00  00 00 00 00  FF 01 00 00 
  Offset 040:  11 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  01 04 00 00  00 01 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  04 05 05 00  00 00 0A 0A  00 00 00 00  00 00 00 00 
  Offset 070:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  24 00 04 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0A0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  B3 0F 41 08  00 00 00 00 

B01 D00 F00:  nVIDIA GeForce GTX 1060 (Xiaomi) Video Adapter
              
  Offset 000:  DE 10 20 1C  00 04 10 00  A1 00 00 03  10 00 00 00 
  Offset 010:  00 00 00 A3  0C 00 00 90  00 00 00 00  0C 00 00 A0 
  Offset 020:  00 00 00 00  01 00 00 00  00 00 00 00  72 1D 06 17 
  Offset 030:  00 00 00 00  60 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  72 1D 06 17  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  00 00 00 00  01 00 00 00  CE D6 23 00  00 00 00 00 
  Offset 060:  01 68 03 00  0B 00 00 00  05 78 80 00  B8 03 E0 FE 
  Offset 070:  00 00 00 00  00 00 00 00  10 00 02 00  E1 8D 2C 01 
  Offset 080:  37 21 00 00  03 3D 46 00  41 01 01 11  00 00 00 00 
  Offset 090:  00 00 00 00  00 00 00 00  00 00 00 00  13 08 04 00 
  Offset 0A0:  00 00 00 00  0E 00 00 00  03 00 1F 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  09 00 14 01  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 

B02 D00 F00:  Intel Dual Band Wireless-AC 8265 WiFi Adapter
              
  Offset 000:  86 80 FD 24  06 04 10 00  78 00 80 02  10 00 00 00 
  Offset 010:  04 00 30 A4  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  86 80 10 90 
  Offset 030:  00 00 00 00  C8 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  10 00 02 00  C0 8E 00 10  17 04 10 00  11 E8 45 00 
  Offset 050:  42 01 11 10  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  12 08 08 00  05 04 00 00  00 00 00 00 
  Offset 070:  01 00 01 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 080:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0A0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  01 D0 23 C8  00 00 00 0D 
  Offset 0D0:  05 40 81 00  58 03 E0 FE  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 

B03 D00 F00:  Realtek RTL8168/8111 PCI-E Gigabit Ethernet Adapter
              
  Offset 000:  EC 10 68 81  07 04 10 00  16 00 00 02  10 00 00 00 
  Offset 010:  01 30 00 00  00 00 00 00  04 40 20 A4  00 00 00 00 
  Offset 020:  04 00 20 A4  00 00 00 00  00 00 00 00  72 1D 05 17 
  Offset 030:  00 00 00 00  40 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  01 50 C3 FF  08 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  05 70 80 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  10 B0 02 02  C0 8C 90 05  17 20 10 00  11 7C 47 00 
  Offset 080:  40 00 11 10  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 00 00  1F 08 0C 00  10 04 00 00  02 00 00 00 
  Offset 0A0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  11 00 03 80  04 00 00 00  04 08 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 

B04 D00 F00:  Samsung NVMe SSD Controller
              
  Offset 000:  4D 14 04 A8  06 04 10 00  00 02 08 01  10 00 00 00 
  Offset 010:  04 00 10 A4  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 020:  00 00 00 00  00 00 00 00  00 00 00 00  4D 14 01 A8 
  Offset 030:  00 00 00 00  40 00 00 00  00 00 00 00  00 01 00 00 
  Offset 040:  01 50 03 00  08 00 00 00  00 00 00 00  00 00 00 00 
  Offset 050:  05 70 8A 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 060:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 070:  10 B0 02 00  C1 8F E8 17  37 20 10 00  43 78 47 00 
  Offset 080:  42 01 43 10  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 090:  00 00 00 00  1F 08 00 00  00 04 00 00  0E 00 00 00 
  Offset 0A0:  03 00 1E 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0B0:  11 00 07 80  00 30 00 00  00 20 00 00  00 00 00 00 
  Offset 0C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0D0:  03 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0E0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 
  Offset 0F0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 4000:  11 27 09 26  1A 46 02 00  86 9D 16 26  06 04 06 07
  Offset 4010:  09 09 0A 0B  1E 18 06 06  06 04 07 07  34 44 00 0C
  Offset 4020:  36 45 45 45  45 44 15 0E  00 00 00 00  04 00 00 00

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 4200:  00 00 3F 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 4210:  00 0D 20 01  46 11 F8 17  20 20 20 20  20 20 20 20
  Offset 4220:  00 00 00 00  03 03 03 03  00 01 01 01  00 00 00 00
  Offset 4230:  10 02 21 20  10 02 21 64  40 98 00 A2  94 24 A4 01
  Offset 4240:  00 53 00 62  00 40 00 00  80 00 02 00  E8 08 00 00
  Offset 4250:  00 00 00 00  01 00 00 00  00 00 00 00  00 00 00 00
  Offset 4260:  0B 00 00 00  07 00 00 00  8F 00 00 00  C8 00 00 00
  Offset 4270:  96 00 00 00  FF FF FF FF  02 00 00 80  00 00 00 00
  Offset 4280:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 4290:  00 70 00 00  00 00 00 00  00 00 00 00  FF FF FF FF
  Offset 42A0:  FF FF FF FF  00 00 00 00  10 32 54 76  00 00 00 00

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 4400:  11 27 09 26  1A 46 02 00  86 9D 16 26  06 04 06 07
  Offset 4410:  09 09 0A 0B  1E 18 06 06  06 04 07 07  34 44 00 0C
  Offset 4420:  36 45 45 45  45 44 15 0E  00 00 00 00  04 00 00 00

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 4600:  00 00 3F 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 4610:  00 0D 20 01  46 0F F8 17  20 20 20 20  20 20 20 20
  Offset 4620:  00 00 00 00  03 03 03 03  00 01 01 01  00 00 00 00
  Offset 4630:  10 02 21 20  10 02 21 64  40 98 00 A2  94 24 A4 01
  Offset 4640:  00 53 00 62  00 40 00 00  80 00 02 00  E8 08 00 00
  Offset 4650:  00 00 00 00  01 00 00 00  00 00 00 00  00 00 00 00
  Offset 4660:  0B 00 00 00  07 00 00 00  8F 00 00 00  C8 00 00 00
  Offset 4670:  96 00 00 00  FF FF FF FF  02 00 00 80  00 00 00 00
  Offset 4680:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 4690:  00 70 00 00  00 00 00 00  00 00 00 00  FF FF FF FF
  Offset 46A0:  FF FF FF FF  00 00 00 00  10 32 54 76  00 00 00 00

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 4800:  00 00 00 00  00 00 03 00  00 00 00 08  00 00 00 08
  Offset 4810:  00 00 00 08  00 00 00 08  00 00 00 08  00 00 00 08

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 4A80:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 4A90:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 5000:  00 80 00 00  10 01 00 00  10 01 00 00  08 00 00 00
  Offset 5010:  08 00 00 00  00 00 00 00  13 00 00 00  00 00 00 00

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 5880:  60 01 00 00  05 00 00 00  00 00 00 00  00 00 00 00
  Offset 5890:  FF FF 00 00  FF FF 00 00  FF FF 00 00  FF FF 00 00
  Offset 58A0:  00 00 00 00  07 00 00 00  86 2D 00 00  00 00 00 00
  Offset 58B0:  00 00 00 00  00 00 00 00  00 00 00 00  7F 00 00 00
  Offset 58C0:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 58D0:  FF FF 00 00  FF FF 00 00  FF FF 00 00  FF FF 00 00
  Offset 58E0:  00 00 00 00  DE 00 54 00  EC 41 4C 07  00 00 00 00
  Offset 58F0:  04 00 00 00  00 00 00 00  17 00 12 00  00 00 00 34
  Offset 5900:  00 00 00 00  00 00 00 01  00 00 00 00  02 00 00 00
  Offset 5910:  00 00 00 00  00 00 00 00  12 08 00 23  00 00 00 00
  Offset 5920:  09 00 00 00  0D 00 00 00  44 69 96 29  E5 F7 CB 00
  Offset 5930:  68 01 00 00  00 00 00 00  03 0E 0A 00  08 1D 56 3E
  Offset 5940:  D8 40 58 14  C0 53 02 00  72 1B 36 00  00 00 00 00
  Offset 5950:  00 00 00 00  00 00 14 00  00 1C 01 F1  3B 08 08 00
  Offset 5960:  20 E4 49 03  00 00 00 00  09 44 80 11  55 88 2E 44
  Offset 5970:  00 00 00 00  54 4E 47 8A  2F 00 00 00  2F 00 00 00
  Offset 5980:  2B 00 00 00  42 1C FD 52  00 00 00 00  00 00 00 00
  Offset 5990:  00 00 00 00  FF 00 00 00  16 07 07 00  00 00 64 06
  Offset 59A0:  68 81 DD 00  E0 81 42 00  00 00 00 00  00 00 00 00
  Offset 59B0:  00 00 00 00  00 00 00 00  00 05 00 00  00 00 00 00
  Offset 59C0:  00 00 39 88  00 00 00 00  00 00 00 00  00 00 00 00

PCI-8086-5910:  Intel SNB/IVB/HSW/CRW/BDW/SKL/KBL/CFL/WHL/CNL/CML/ICL/TGL MCHBAR
              
  Offset 5E00:  09 00 00 00  09 00 00 00  00 00 00 00  00 00 00 00
  Offset 5E10:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00

PCI-8086-A131:  Intel 100/200-series PCH TBAR
              
  Offset 00:  B3 00 00 00  81 00 10 00  81 00 01 00  80 00 00 00
  Offset 10:  4A 01 00 00  00 00 00 00  00 00 00 00  C8 CA 00 00
  Offset 20:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 30:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 40:  3C 09 85 B4  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 50:  00 80 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 60:  00 00 01 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 70:  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  Offset 80:  01 00 00 00

efioc

Black screen with EFIOC boot.

Guide on how to install Mojave with this files

Hello,

I saw your EFI files on tonymacs, and since I wanted to try hackintosh for a long try i decided to give it a go. I'd deeply appreciate it if you could point me the way to go (which arguments to use, cautions to have) so that I can hopefully install it on my machine. I'm a noob but i'd like to know more and contribute back to the community, so I believe having a machine would be a great start.

Thanks in advance,
Diogo

Temperature Sensors Broken

Hi, johnnync13, the temperature sensors didn't work after using the newest EFI.

I have tried many softwares such as turbe switcher and istatmenu, and when I changed the EFI to another version they works. So I think it's the EFI's problem.

By the way, the trackpad is wonderful! Really a good job! :)

About oc boot startup

Hey brother, what is the version of oc, after I use 0.5.7 configuration, the card Apple logo occasionally appears.

Trackpad request

Hello,

I have a laptop which has a same CPU with yours.
I have trouble making my trackpad work so may you share your method?

Thank you very much.

Bluetooth

hi, i have the i7 8700h version ... i used the latest efi. bluetooth and wifi not working, can you help me with bluetooth? thank you

EFI

Hi ! Can you adapt the Xiaomigaming i5-8300h?

Unkown Error When Booting From Install Media

After loading the EFI folder onto the EFI partition of the High Sierra Install USB and using it to load the bootoader on my Xiaomi Gaming Laptop.

After selecting the install media the boatloader registers an unkown error with a 'no' symbol (screenshot attached). Is there a error log file generated that I can reference so I can determine what the issue is?

install_media_startup

你好,我是来自**的小米游戏本八代的黑苹果用户,很高兴能和你交流。

你好,我是来自**的小米游戏本八代的黑苹果用户,很高兴能和你交流。
【目前较完善】8代支持睡眠 ,但启动黑屏.zip
小米八代10.13.6 EFI最早小思绪的.zip
14_CLOVER.zip
8代顶配USBC转外接显示USB3.0可用CloverEFI.zip

我们这边也在研究小米游戏本八代,MACOS,i7-8750h,GTX 1060如果有兴趣加一下qq群
请问您这个EFI MAC14.2系统使用正常吗?我们**这边的睡眠会黑屏无亮度。
如果有兴趣加一下qq群QQ群号:948983755个人QQ:185282901微信号:185282901

Black screen

8300h using the latest EFIOC will still be blank when booting, I think it may be a problem with the graphics card id.

Clean install 10.14.5 failed

Hi, johnnync13
I have tried to clean install 10.14.5 using the newest EFI v3.6. The installer from usb device successfully finished. However when I reboot to finish the system installation I stuck with the apple logo with an empty progress bar.
I have tried the verbose mode and logs can be printed normally, but still stuck with the apple logo.
Hope you could give some help, thank you :)

About OC

When I use the latest whatevergreen,lilu,vitualsmc, sometimes the progress bar will be stuck, but when I switch back to the old version, it can start normally.
Clover is ok

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.