From e7973b743ad3c75b585ee50a5f3977835963a12f Mon Sep 17 00:00:00 2001 From: stevealexrs <59494379+stevealexrs@users.noreply.github.com> Date: Fri, 3 Dec 2021 17:21:49 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8bb1a1b..1cd5de4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # OpenCore-Legion-5i-17IMH05H - + This repository contains EFI files for OpenCore 0.7.5 for Legion-5i-17IMH05H with macOS Monterey 12.0.1 This is the main guide I follow: [OpenCore Dortania](https://dortania.github.io/OpenCore-Install-Guide/) @@ -37,7 +37,7 @@ Note: This repo contains extra properties files added by Mac. (.DS_STORE, .\__fi | Mac App Store Login | Not working | ## Debug Vs Release -The main differences are debug logging and opencanopy gui. Release also disable opencore from applying smbios data to windows. +The main differences are debug logging and opencanopy gui. Release also disable opencore from applying smbios data to windows and added openlinuxboot.efi and other relevant files/settings. ## Troubleshooting Make sure you have followed all recommended steps in Dortania guide before continuing. @@ -47,7 +47,7 @@ You need 3 additional things to fix this (in order): 2. Set DevirtualiseMmio = False 3. Disable unsupported SkHynix NVMe -Adding CpuTscSync.kext and setting DevirtualiseMmio = false in config.plist are quite straightforward. Disabling NVMe takes some time. You can first verify whether the NVMe SSD is actually causing issue by adding *nvme=-1* to (probably) disable all ssd in boot-args. If the kernel panic is gone, then the culprit is the NVMe SSD. However, this will stop other NVMe SSD too so you need to add an ssdt. +Adding CpuTscSync.kext and setting DevirtualiseMmio = false in config.plist are quite straightforward. Disabling NVMe takes some time. You can first verify whether the NVMe SSD is actually causing issue by adding *nvme=-1* to (probably) disable all ssd in boot-args. If the kernel panic is gone, then the culprit is the NVMe SSD. However, this will stop other NVMe SSD too so you need to add an ssdt. Go to Device Manager on Windows and click *Storage Controllers*. There will be multiple *Standard NVM Express Controller* under it. The controller that stores Window is the one with driver that cannot be disabled. Then, go to *Details* and search for *BIOS device name*. You should see this: @@ -72,7 +72,7 @@ DefinitionBlock ("", "SSDT", 2, "hack", "NVMe-Pcc", 0x00000000) Return (Package (0x02) { - "class-code", + "class-code", Buffer (0x04) { 0xFF, 0x08, 0x01, 0x00 @@ -105,4 +105,3 @@ Likely can be fixed by following this guide to add [SSDT-XOSI](https://dortania. ### Weird Error Message But Still Boot Unknown -