Jump to content

OpenCore General Discussion


dgsga
8,805 posts in this topic

Recommended Posts

7 hours ago, AudioGod said:

@Download-Fritz Sorry to bother you or anybody else but I am using the latest build and I’m finding I’m no longer able to boot into windows via OC, I’m not using any patches or a dsdt and just to make sure it wasn’t somthing like that breaking windows I compiled the latest version of NDK OC and the same thing happens. I don’t know if it’s me or a bug in the latest build but If i use my older build of Oc from the 23rd of this month  it works fine and I have made no changes between then and now other then updating to the latest build this morning.

im super confused but hoping somebody can confirm or resolve the problem for me?

 

here is the error getting thrown up

65C26407-1272-4031-85E5-7556929C7630.thumb.jpeg.21302fcd42c29c35f005befde924f914.jpeg

9900k,

Gigabyte Z390 Master,

5700XT,

Samsung 970 EVO 1tb, Win10

WD Black NVMe 1tb Catalina 

 

Thanks Guys,

Same problem here.

Link to comment
Share on other sites

My PC configuration is 

motherboard : Gigabyte Z390 Gaming SLI

Processor: Intel i7 8700K

GPU: Built in Graphics Intel UHD 630

Ram: 16GB 3300MHz

SSD: Samsung NVMe 970 EVO Plus 256GB

I want to install Mac os catalina in my pc. But when booting from installation media it's stuck at some point and I don't know what it means. I attached some photos of this problem...

IMG_20200331_005919.jpg

opencore-2020-03-31-114310.txt

Link to comment
Share on other sites

37 minutes ago, nobinbd said:

My PC configuration is 

motherboard : Gigabyte Z390 Gaming SLI

Processor: Intel i7 8700K

GPU: Built in Graphics Intel UHD 630

Ram: 16GB 3300MHz

SSD: Samsung NVMe 970 EVO Plus 256GB

I want to install Mac os catalina in my pc. But when booting from installation media it's stuck at some point and I don't know what it means. I attached some photos of this problem...

 

opencore-2020-03-31-114310.txt

 

Post your EFI folder. Maybe users can help you.

Link to comment
Share on other sites

12 hours ago, Cass67 said:

Suspect its related to the change in openruntime .. putting the old openruntime.efi back with nothing else changed from compiling the latest code fixes Windows booting.. 

 

@vit9696  seems the problem is here , i'm not _that_ expert but if i remove the build options in OpenCorePkg.dsc  (this should fix Linux boot as far I understand, Bug #491 ?)  Windows boot is fine.

Only OpenRuntime.efi is newly generated btw.

 

 

Quote
[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
    GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
    XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
    XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
    CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
   

 

 

 

Edited by texem
  • Thanks 3
Link to comment
Share on other sites

9 hours ago, markl18 said:

do you think you could help me figure what exactly wrong with this 

DSDT.aml

 

Outputs fromSSDTTime:

SSDT-PLUG.aml

SSDT-EC.aml

Your HPET doesn’t need patches.:surprised:(Hope you didn't "accidently" post your patched DSDT.aml)
Put kexts in correct order in your config.
Remove and edit config:
SSDT-AWAC.aml(remove)
Replace SSDT-EC.aml from SSDTTime and remove SSDT-EC-USBX.aml
Not sure if you need SSDT.aml
Either AppleALC.kext or VoodooHDA.kext not both.
Add Virtualsmc.kext+plugins
Do you really need VoodooTSCSync.kext?
Too many drivers(check which you really need)
Don’t try enable vaulting mechanism in OpenCore, not yet at least.

Your "panic screen" doesn't correspond with OC.zip you posted earlier.
Most probably it’s not all
Read this Guide complete with OC manual.

Edited by hardcorehenry
Link to comment
Share on other sites

1 hour ago, nobinbd said:

 

  • Remove boot file from EFI folder root (keep only boot and OC folder)
  • Remove virtualsmc.efi from drivers section
  • Replace vboxhfs to hfs.efi
  • create your own USBPorts with Hackintool (remove USBInjectAll after)
  • Do you need NullCPUPower kext? Remove it
  • Try SMBIOS Imac19,2 (Coffee Lake) instead of Imac18,1

Try to boot again :) Maybe users can help you if you've the issue again.

  • Like 2
Link to comment
Share on other sites

Link to comment
Share on other sites

1 hour ago, markl18 said:

here i included the whole original directory just in case something from not today ignore it

 

 

In your case its pure guessing, there’s nothing in your signature, you adding random stuff to your EFI:
NullCPUPowerManagement, SSDT-RTC0, SSDT-PMCR, FakePCIID etc…etc, stuff that weren’t previously in your EFI you posted. Really, you have to spend some time and read guide and manual.

  • Like 1
Link to comment
Share on other sites

3 hours ago, markl18 said:

i gave   my latest you a raw f4 from clover nothing else here I included my latest oc directory there is nothing there but 4 aml so please.  relax i do read stuff

OC 2.zip

 

Is this a laptop? If so whats the brand and model?

 

You cant use both VboxHfs.efi and HfsPlus.efi at the same time.

 

Read the OC configuration manual carefully.

 

This can also help:

https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/

 

Although this link is related to desktops it has a lot of information that can help you.

 

Check this link too:

https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/tree/master/clover-conversion

 

And this one too:

https://1revenger1.gitbook.io/laptop-guide/

  • Like 1
Link to comment
Share on other sites

30 minutes ago, rottenpants said:

 

Is this a laptop? If so whats the brand and model?

 

You cant use both VboxHfs.efi and HfsPlus.efi at the same time.

 

Read the OC configuration manual carefully.

 

This can also help:

https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/

 

Although this link is related to desktops it has a lot of information that can help you.

 

Check this link too:

https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/tree/master/clover-conversion

 

And this one too:

https://1revenger1.gitbook.io/laptop-guide/

it is 4th gen hd4400 i7 4510 yoga 2 pro lenovo

Link to comment
Share on other sites

11 hours ago, texem said:

seems the problem is here , i'm not _that_ expert but if i remove the build options in OpenCorePkg.dsc  (this should fix Linux boot as far I understand, Bug #491 ?)  Windows boot is fine.

Only OpenRuntime.efi is newly generated btw.

I agree. That works.

  • Like 2
Link to comment
Share on other sites

12 hours ago, markl18 said:

Hi here I am including my dsdt.aml can you run the ddsdttime on it and send me back the output

DSDT.aml

 

Try using this EFi folder. Double check if there's anything missing in the config. 

 

You might also want to use CPUFriedDataProvider.kext too with CPUFriend.kext. Check this link on how to create the kext: https://github.com/stevezhengshiqi/one-key-cpufriend

 

 

OC.zip

 

Edit: also if the laptop doesnt have a ethernet port remove the intelmausi.kext from the kexts folder, dont forget to remove it from the config.plist as well in kernel>add

Edited by rottenpants
Link to comment
Share on other sites

Anyone know what's causing my usb installer got stucked on the apple boot logo, the loading just made a little move then completely frozen, and sometimes freeze when the apple logo as the background but the verbose screen is still remained.it says:

00:000 00:000 OC: OpenCore DBG-056-2020-03-02 is loading in Optional mode (0/0)...
00:054 00:054 OC: Boot timestamp - 2020.04.01 09:09:26
00:085 00:031 OCCPU: MP services threads 4 (enabled 4) - Success
00:117 00:031 OCCPU: MP services Pkg 1 Cores 2 Threads 2 - Success
00:148 00:031 OCCPU: Found Intel(R) Core(TM) i3-8145U CPU @ 2.10GHz
00:216 00:067 OCCPU: Signature 806EB Stepping B Model 8E Family 6 Type 0 ExtModel 8 ExtFamily 0 uCode B8
00:281 00:065 OCCPU: Detected Apple Processor Type: 09 -> 0905
00:329 00:048 OCCPU: Ratio Min 4 Max 23 Current 37 Turbo 39 37 37 37
00:377 00:048 OCCPU: TSC Adjust 18446744073454210630
00:425 00:047 OCCPU: Known Model Core Crystal Clock Frequency    24000000Hz
00:480 00:055 OCCPU: CPUFrequencyFromART  2304000000Hz  2304MHz = 24000000 * 192 / 2
00:529 00:048 OCCPU: Timer address is 0 from Unknown INTEL
00:577 00:048 OCCPU: CPUFrequencyFromTSC           0Hz     0MHz
00:625 00:048 OCCPU: CPUFrequency  2304000000Hz  2304MHz
00:672 00:047 OCCPU: FSBFrequency   100173913Hz   100MHz
01:941 01:268 OCCPU: Pkg 1 Cores 2 Threads 4
01:987 00:045 OC: OcLoadNvramSupport...
02:035 00:047 OC: Not deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale, matches add
02:100 00:065 OC: Deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:DefaultBackgroundColor - Not Found
02:166 00:065 OC: Not deleting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args, matches add
02:253 00:087 OC: Setting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale - ignored, exists
02:335 00:081 OC: Setting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:DefaultBackgroundColor - Success
02:400 00:065 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - ignored, exists
02:465 00:065 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config - ignored, exists
02:530 00:065 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:nvda_drv - ignored, exists
02:595 00:064 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:prev-lang:kbd - ignored, exists
02:668 00:072 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:SystemAudioVolume - ignored, exists
02:733 00:065 OC: Current version is DBG-056-2020-03-02
02:781 00:048 OC: OcLoadUefiSupport...
02:830 00:048 AIFTimerBoostInit Current timer is 10000
02:878 00:047 gST->ConIn 88AF43F8 vs found 88AF43F8
02:936 00:058 OCABC: Firmware has 2031416 free pages (532280 in lower 4 GB)
02:982 00:046 OC: Got 3 drivers
03:030 00:047 OC: Driver ApfsDriverLoader.efi at 0 is being loaded...
03:089 00:058 OCCPU: TSC Adjust 18446744073454210630
03:134 00:045 OCCPU: Known Model Core Crystal Clock Frequency    24000000Hz
03:182 00:048 OCCPU: CPUFrequencyFromART  2304000000Hz  2304MHz = 24000000 * 192 / 2
03:275 00:092 Starting ApfsDriverLoader ver. 2.1.6
03:323 00:047 OC: Driver ApfsDriverLoader.efi at 0 is successfully loaded!
03:394 00:071 OC: Driver ApfsDriverLoader.efi at 0 needs connection.
03:442 00:048 OC: Driver VBoxHfs.efi at 1 is being loaded...
03:501 00:058 OC: Driver VBoxHfs.efi at 1 is successfully loaded!
03:554 00:053 OC: Driver VBoxHfs.efi at 1 needs connection.
03:602 00:048 OC: Driver AudioDxe.efi at 2 is being loaded...
03:653 00:050 OCCPU: TSC Adjust 18446744073454210630
03:701 00:047 OCCPU: Known Model Core Crystal Clock Frequency    24000000Hz
03:749 00:047 OCCPU: CPUFrequencyFromART  2304000000Hz  2304MHz = 24000000 * 192 / 2
03:797 00:048 OC: Driver AudioDxe.efi at 2 is successfully loaded!
03:857 00:060 OC: Driver AudioDxe.efi at 2 needs connection.
03:905 00:048 OC: Connecting drivers...
03:993 00:088 HDA: Starting for 85CD7A98
04:039 00:045 HdaControllerInitPciHw(): start
04:086 00:047 HdaControllerInitPciHw(): controller 8086:9DC8
04:178 00:091 HdaControllerInitPciHw(): controller version 1.0
04:227 00:048 HdaControllerInitPciHw(): capabilities:
  64-bit: Yes  Serial Data Out Signals: 0
04:292 00:064   Bidir streams: 0  Input streams: 7  Output streams: 9
04:340 00:048 HdaControllerGetName(): start
04:389 00:048 HdaControllerGetName(): controller is Intel HD Audio Controller
04:468 00:079 HdaControllerReset(): start
04:616 00:147 HdaControllerReset(): done
04:664 00:047 HdaControllerInstallProtocols(): start
04:711 00:047 HdaControllerInitCorb(): start
04:759 00:047 HdaControllerSetCorb(): start
04:807 00:047 HDA controller CORB allocated @ 0x84FB8000 (0x84FB8000) (256 entries)
04:867 00:060 HdaControllerInitRirb(): start
04:915 00:047 HdaControllerSetRirb(): start
04:963 00:048 HDA controller RIRB allocated @ 0x84FB7000 (0x84FB7000) (256 entries)
05:011 00:048 HdaControllerSetCorb(): start
05:059 00:047 HdaControllerSetRirb(): start
05:150 00:090 HdaControllerInitStreams(): start
05:198 00:047 HdaControllerInitStreams(): in offset 0, out offset 7
05:247 00:049 HdaControllerSetStream(0, 0): start
05:295 00:047 HdaControllerSetStream(1, 0): start
05:343 00:047 HdaControllerSetStream(2, 0): start
05:397 00:054 HdaControllerSetStream(3, 0): start
05:446 00:048 HdaControllerSetStream(4, 0): start
05:494 00:048 HdaControllerSetStream(5, 0): start
05:565 00:071 HdaControllerSetStream(6, 0): start
05:613 00:047 HdaControllerSetStream(7, 0): start
05:661 00:048 HdaControllerSetStream(8, 0): start
05:721 00:059 HdaControllerSetStream(9, 0): start
05:770 00:048 HdaControllerSetStream(10, 0): start
05:817 00:047 HdaControllerSetStream(11, 0): start
05:866 00:048 HdaControllerSetStream(12, 0): start
05:914 00:047 HdaControllerSetStream(13, 0): start
06:005 00:091 HdaControllerSetStream(14, 0): start
06:053 00:048 HdaControllerSetStream(15, 0): start
06:101 00:047 HdaControllerScanCodecs(): start
06:149 00:047 HdaControllerScanCodecs(): found codec @ 0x0
06:202 00:052 Assigning output stream 0 to codec
06:261 00:059 Assigning input stream 0 to codec
06:306 00:045 HdaControllerScanCodecs(): found codec @ 0x2
06:359 00:052 Assigning output stream 1 to codec
06:407 00:047 Assigning input stream 1 to codec
06:456 00:048 HDA: Starting done for 85CD7A98
06:504 00:048 HdaCodecDriverBindingSupported(): attaching to codec 0x0
06:586 00:082 HdaCodecDriverBindingStart(): start
06:639 00:053 Codec ID: 0x10EC:0x256
06:692 00:052 Codec name: Realtek ALC256
06:745 00:052 Codec contains 1 function groups, start @ 0x1, end @ 0x1
06:798 00:053 Function group @ 0x1 is of type 0x1
06:930 00:131 Function group @ 0x1 contains 35 widgets, start @ 0x2, end @ 0x24
06:983 00:053 HdaCodecProbeFuncGroup(): probing widgets
08:251 01:268 HdaCodecProbeFuncGroup(): probing widget connections
08:300 00:048 Port widget @ 0x14 is an output (pin defaults 0x90170110)
08:348 00:047  Widget @ 0x2 (type 0x0)
08:426 00:078 Port widget @ 0x21 is an output (pin defaults 0x3211020)
08:471 00:045  Widget @ 0x2 (type 0x0)
09:535 01:063 HdaCodecInstallProtocols(): start
09:583 00:048 HdaCodecDriverBindingSupported(): attaching to codec 0x2
09:631 00:047 HdaCodecDriverBindingStart(): start
09:684 00:052 Codec ID: 0x8086:0x280B
09:744 00:060 Codec name: Intel Kaby Lake HDMI
09:797 00:053 Codec contains 1 function groups, start @ 0x1, end @ 0x1
09:850 00:053 Function group @ 0x1 is of type 0x1
09:962 00:111 Function group @ 0x1 contains 2 widgets, start @ 0x2, end @ 0x3
10:015 00:053 HdaCodecProbeFuncGroup(): probing widgets
10:217 00:202 HdaCodecProbeFuncGroup(): probing widget connections
10:265 00:048 Port widget @ 0x3 is an output (pin defaults 0x18560010)
10:313 00:047  Widget @ 0x2 (type 0x0)
11:371 01:058 HdaCodecInstallProtocols(): start
11:422 00:050 OC: Connecting drivers done...
11:470 00:047 OCC: Installing GOP (Unsupported) on ConsoleOutHandle...
11:530 00:060 OC: Requested resolution is 0x0@0 (max: 1) from Max
11:578 00:047 OCC: Requesting 0x0@0 (max: 1) resolution, curr 0, total 5
11:626 00:048 OCC: Mode 0 - 1920x1080:1
11:674 00:047 OCC: Mode 1 - 640x480:1
11:721 00:047 OCC: Mode 2 - 800x600:1
11:777 00:055 OCC: Mode 3 - 1024x768:1
11:825 00:048 OCC: Mode 4 - 1280x1024:1
11:873 00:047 OCC: Current mode matches desired mode 0
11:921 00:048 OC: Changed resolution to 0x0@0 (max: 1) from Max - Success
11:969 00:048 OCC: Using builtin text renderer with 1 scale
12:123 00:153 OCC: Install console control (886CA6C0/0/0), current - Success
12:171 00:048 OC: Requested console mode is 0x0 (max: 0) from 
12:202 00:030 OC: Requested not to use audio
12:233 00:031 OC: OcLoadAcpiSupport...
12:264 00:030 OCA: Found 24 ACPI tables
12:295 00:031 OCA: Detected table 50434146 (6B6F6F6265746F4E) at 8A59D678 of 276 bytes at index 0
12:338 00:043 OCA: Detected table 43495041 (6B6F6F6265746F4E) at 8A59D790 of 132 bytes at index 1
12:369 00:031 OCA: Detected table 54445046 (6B6F6F6265746F4E) at 8A59D818 of 68 bytes at index 2
12:401 00:031 OCA: Detected table 54444946 (6B6F6F6265746F4E) at 8A59D860 of 156 bytes at index 3
12:432 00:031 OCA: Detected table 4746434D (6B6F6F6265746F4E) at 8A59D900 of 60 bytes at index 4
12:463 00:031 OCA: Detected table 54444345 (6B6F6F6265746F4E) at 8A59D940 of 193 bytes at index 5
12:501 00:037 OCA: Detected table 54445353 (6C62615466747044) at 8A59DA08 of 21660 bytes at index 6
12:532 00:031 OCA: Detected table 54445353 (0074647353757043) at 8A5A2EA8 of 6940 bytes at index 7
12:563 00:031 OCA: Detected table 4D44534D (6B6F6F6265746F4E) at 8A5A49C8 of 85 bytes at index 8
12:594 00:030 OCA: Detected table 54445353 (0020746473536153) at 8A5A4A20 of 12742 bytes at index 9
12:625 00:030 OCA: Detected table 54455048 (6B6F6F6265746F4E) at 8A5A7BE8 of 56 bytes at index 10
12:699 00:073 OCA: Detected table 54445353 (34646C68775F6878) at 8A5A7C20 of 12359 bytes at index 11
12:731 00:031 OCA: Detected table 49464555 (6B6F6F6265746F4E) at 8A5AAC68 of 66 bytes at index 12
12:762 00:031 OCA: Detected table 5449504C (6B6F6F6265746F4E) at 8A5AACB0 of 148 bytes at index 13
12:816 00:054 OCA: Detected table 54445353 (4365707954746254) at 8A5AAD48 of 5346 bytes at index 14
12:847 00:031 OCA: Detected table 50474244 (6B6F6F6265746F4E) at 8A5AC230 of 52 bytes at index 15
12:879 00:031 OCA: Detected table 32474244 (6B6F6F6265746F4E) at 8A5AC268 of 84 bytes at index 16
12:922 00:043 OCA: Detected table 54445353 (6C62615462654441) at 8A5AC2C0 of 324 bytes at index 17
12:954 00:031 OCA: Detected table 54445353 (7464735370526753) at 8A5AC408 of 1300 bytes at index 18
12:985 00:031 OCA: Detected table 544C484E (20202020324B4445) at 8A5AC920 of 45 bytes at index 19
13:016 00:031 OCA: Detected table 54524742 (6B6F6F6265746F4E) at 8A5AC950 of 56 bytes at index 20
13:047 00:030 OCA: Detected table 324D5054 (6B6F6F6265746F4E) at 8A5AC988 of 52 bytes at index 21
13:086 00:038 OCA: Detected table 54445353 (006C62615474704F) at 8A5AC9C0 of 8812 bytes at index 22
13:117 00:031 OCA: Detected table 544D5357 (6B6F6F6265746F4E) at 8A5AEC30 of 40 bytes at index 23
13:160 00:043 OCA: Replaced DSDT of 255052 bytes into ACPI
13:189 00:028 OCA: Inserted table 54445353 (0067756C50757043) of 167 bytes into ACPI at index 24
13:219 00:030 OCA: Inserted table 54445353 (0000434574647353) of 196 bytes into ACPI at index 25
13:297 00:077 OCA: Inserted table 54445353 (0000000043415741) of 80 bytes into ACPI at index 26
13:326 00:028 OCA: Inserted table 54445353 (0000000052434D50) of 143 bytes into ACPI at index 27
13:357 00:031 OCA: Inserted table 54445353 (0000434574647353) of 278 bytes into ACPI at index 28
13:388 00:031 OCA: FACS signature is 0 (0)
13:419 00:030 OCA: Exposing XSDT table 50434146 (6B6F6F6265746F4E) at 8A59D678 of 276 bytes at index 0
13:450 00:031 OCA: Exposing XSDT table 43495041 (6B6F6F6265746F4E) at 8A59D790 of 132 bytes at index 1
13:517 00:066 OCA: Exposing XSDT table 54445046 (6B6F6F6265746F4E) at 8A59D818 of 68 bytes at index 2
13:548 00:031 OCA: Exposing XSDT table 54444946 (6B6F6F6265746F4E) at 8A59D860 of 156 bytes at index 3
13:579 00:031 OCA: Exposing XSDT table 4746434D (6B6F6F6265746F4E) at 8A59D900 of 60 bytes at index 4
13:611 00:031 OCA: Exposing XSDT table 54444345 (6B6F6F6265746F4E) at 8A59D940 of 193 bytes at index 5
13:642 00:031 OCA: Exposing XSDT table 54445353 (6C62615466747044) at 8A59DA08 of 21660 bytes at index 6
13:681 00:038 OCA: Exposing XSDT table 54445353 (0074647353757043) at 8A5A2EA8 of 6940 bytes at index 7
13:712 00:031 OCA: Exposing XSDT table 4D44534D (6B6F6F6265746F4E) at 8A5A49C8 of 85 bytes at index 8
13:743 00:031 OCA: Exposing XSDT table 54445353 (0020746473536153) at 8A5A4A20 of 12742 bytes at index 9
13:774 00:031 OCA: Exposing XSDT table 54455048 (6B6F6F6265746F4E) at 8A5A7BE8 of 56 bytes at index 10
13:806 00:031 OCA: Exposing XSDT table 54445353 (34646C68775F6878) at 8A5A7C20 of 12359 bytes at index 11
13:884 00:077 OCA: Exposing XSDT table 49464555 (6B6F6F6265746F4E) at 8A5AAC68 of 66 bytes at index 12
13:912 00:028 OCA: Exposing XSDT table 5449504C (6B6F6F6265746F4E) at 8A5AACB0 of 148 bytes at index 13
13:943 00:031 OCA: Exposing XSDT table 54445353 (4365707954746254) at 8A5AAD48 of 5346 bytes at index 14
13:975 00:031 OCA: Exposing XSDT table 50474244 (6B6F6F6265746F4E) at 8A5AC230 of 52 bytes at index 15
14:006 00:031 OCA: Exposing XSDT table 32474244 (6B6F6F6265746F4E) at 8A5AC268 of 84 bytes at index 16
14:037 00:031 OCA: Exposing XSDT table 54445353 (6C62615462654441) at 8A5AC2C0 of 324 bytes at index 17
14:076 00:038 OCA: Exposing XSDT table 54445353 (7464735370526753) at 8A5AC408 of 1300 bytes at index 18
14:107 00:031 OCA: Exposing XSDT table 544C484E (20202020324B4445) at 8A5AC920 of 45 bytes at index 19
14:138 00:031 OCA: Exposing XSDT table 54524742 (6B6F6F6265746F4E) at 8A5AC950 of 56 bytes at index 20
14:192 00:053 OCA: Exposing XSDT table 324D5054 (6B6F6F6265746F4E) at 8A5AC988 of 52 bytes at index 21
14:225 00:032 OCA: Exposing XSDT table 54445353 (006C62615474704F) at 8A5AC9C0 of 8812 bytes at index 22
14:258 00:033 OCA: Exposing XSDT table 544D5357 (6B6F6F6265746F4E) at 8A5AEC30 of 40 bytes at index 23
14:289 00:031 OCA: Exposing XSDT table 54445353 (0067756C50757043) at 8A5E9000 of 167 bytes at index 24
14:320 00:031 OCA: Exposing XSDT table 54445353 (0000434574647353) at 8A5E8000 of 196 bytes at index 25
14:351 00:031 OCA: Exposing XSDT table 54445353 (0000000043415741) at 8A5E7000 of 80 bytes at index 26
14:382 00:031 OCA: Exposing XSDT table 54445353 (0000000052434D50) at 8A5E6000 of 143 bytes at index 27
14:414 00:031 OCA: Exposing XSDT table 54445353 (0000434574647353) at 8A5E5000 of 278 bytes at index 28
14:494 00:079 OCA: Exposing RSDT table 50434146 (6B6F6F6265746F4E) at 8A59D678 of 276 bytes at index 0
14:636 00:142 OCA: Exposing RSDT table 43495041 (6B6F6F6265746F4E) at 8A59D790 of 132 bytes at index 1
14:778 00:142 OCA: Exposing RSDT table 54445046 (6B6F6F6265746F4E) at 8A59D818 of 68 bytes at index 2
14:920 00:142 OCA: Exposing RSDT table 54444946 (6B6F6F6265746F4E) at 8A59D860 of 156 bytes at index 3
15:062 00:142 OCA: Exposing RSDT table 4746434D (6B6F6F6265746F4E) at 8A59D900 of 60 bytes at index 4
15:207 00:144 OCA: Exposing RSDT table 54444345 (6B6F6F6265746F4E) at 8A59D940 of 193 bytes at index 5
15:349 00:142 OCA: Exposing RSDT table 54445353 (6C62615466747044) at 8A59DA08 of 21660 bytes at index 6
15:491 00:142 OCA: Exposing RSDT table 54445353 (0074647353757043) at 8A5A2EA8 of 6940 bytes at index 7
15:633 00:142 OCA: Exposing RSDT table 4D44534D (6B6F6F6265746F4E) at 8A5A49C8 of 85 bytes at index 8
15:775 00:142 OCA: Exposing RSDT table 54445353 (0020746473536153) at 8A5A4A20 of 12742 bytes at index 9
15:925 00:149 OCA: Exposing RSDT table 54455048 (6B6F6F6265746F4E) at 8A5A7BE8 of 56 bytes at index 10
16:090 00:165 OCA: Exposing RSDT table 54445353 (34646C68775F6878) at 8A5A7C20 of 12359 bytes at index 11
16:233 00:142 OCA: Exposing RSDT table 49464555 (6B6F6F6265746F4E) at 8A5AAC68 of 66 bytes at index 12
16:375 00:142 OCA: Exposing RSDT table 5449504C (6B6F6F6265746F4E) at 8A5AACB0 of 148 bytes at index 13
16:517 00:141 OCA: Exposing RSDT table 54445353 (4365707954746254) at 8A5AAD48 of 5346 bytes at index 14
16:659 00:142 OCA: Exposing RSDT table 50474244 (6B6F6F6265746F4E) at 8A5AC230 of 52 bytes at index 15
16:850 00:191 OCA: Exposing RSDT table 32474244 (6B6F6F6265746F4E) at 8A5AC268 of 84 bytes at index 16
16:993 00:142 OCA: Exposing RSDT table 54445353 (6C62615462654441) at 8A5AC2C0 of 324 bytes at index 17
17:135 00:142 OCA: Exposing RSDT table 54445353 (7464735370526753) at 8A5AC408 of 1300 bytes at index 18
17:278 00:143 OCA: Exposing RSDT table 544C484E (20202020324B4445) at 8A5AC920 of 45 bytes at index 19
17:420 00:142 OCA: Exposing RSDT table 54524742 (6B6F6F6265746F4E) at 8A5AC950 of 56 bytes at index 20
17:569 00:149 OCA: Exposing RSDT table 324D5054 (6B6F6F6265746F4E) at 8A5AC988 of 52 bytes at index 21
17:712 00:142 OCA: Exposing RSDT table 54445353 (006C62615474704F) at 8A5AC9C0 of 8812 bytes at index 22
17:854 00:142 OCA: Exposing RSDT table 544D5357 (6B6F6F6265746F4E) at 8A5AEC30 of 40 bytes at index 23
17:996 00:142 OCA: Exposing RSDT table 54445353 (0067756C50757043) at 8A5E9000 of 167 bytes at index 24
18:138 00:142 OCA: Exposing RSDT table 54445353 (0000434574647353) at 8A5E8000 of 196 bytes at index 25
18:283 00:144 OCA: Exposing RSDT table 54445353 (0000000043415741) at 8A5E7000 of 80 bytes at index 26
18:425 00:142 OCA: Exposing RSDT table 54445353 (0000000052434D50) at 8A5E6000 of 143 bytes at index 27
18:567 00:142 OCA: Exposing RSDT table 54445353 (0000434574647353) at 8A5E5000 of 278 bytes at index 28
18:710 00:142 OC: OcLoadPlatformSupport...
18:875 00:165 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:name (9) - Success
19:018 00:143 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:Model (18) - Success
19:210 00:191 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:SystemSerialNumber (26) - Success
19:353 00:142 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:system-id (16) - Success
19:496 00:142 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:board-id (21) - Success
19:639 00:143 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:StartupPowerEvents (8) - Success
19:781 00:142 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:InitialTSC (8) - Success
19:932 00:150 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:FSBFrequency (8) - Success
20:075 00:142 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:DevicePathsSupported (4) - Success
20:218 00:143 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:REV (6) - Success
20:360 00:142 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:RBr (8) - Success
20:503 00:142 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:RPlt (8) - Success
20:651 00:147 OCSMB: Found DMI Anchor 8AACF000 v3.2 Table Address 8AACC000 Length 0BEC
20:790 00:139 OCSMB: Found DMI Anchor 8AACE000 v3.2 Table Address 8AACC000 Length 0BEC
20:933 00:142 OCSMB: Number of CPU cache entries is 3
21:076 00:142 OCSMB: Applying 1216 (1) prev 8AACF000 (3052/31), 8AACE000 (3052/24)
21:218 00:142 OCSMB: Patched 891E1000 v3.2 Table Address 891E2000 Length 04C0 1E 97
21:361 00:142 OC: Setting HW_BID Mac-42FD25EABCABB274 - Success
21:576 00:215 OC: Setting HW_ROM 11:22:33:00:00:00 - Success
21:719 00:142 OC: Setting ROM 11:22:33:00:00:00 - Success
21:862 00:142 OC: Setting HW_MLB C02410500CDG2Y7A8 - Success
22:004 00:142 OC: Setting MLB C02410500CDG2Y7A8 - Success
22:147 00:142 OC: Setting FirmwareFeatures F80FE137 - Success
22:298 00:150 OC: Setting ExtendedFirmwareFeatures 00000000F80FE137 - Success
22:440 00:142 OC: Setting FirmwareFeaturesMask FF1FFF3F - Success
22:583 00:142 OC: Setting ExtendedFirmwareFeaturesMask 00000000FF1FFF3F - Success
22:725 00:142 OC: OcLoadDevPropsSupport...
22:868 00:142 OC: Removing devprop PciRoot(0x0)/Pci(0x1b,0x0):MaximumBootBeepVolume - Not Found
23:015 00:147 OC: Setting devprop PciRoot(0x0)/Pci(0x1b,0x0):layout-id - Success
23:155 00:139 OC: Setting devprop PciRoot(0x0)/Pci(0x2,0x0):AAPL,ig-platform-id - Success
23:299 00:144 OC: OcMiscLateInit...
23:441 00:142 OC: LoadHandle is 85ABDA98 - Success
23:583 00:142 OC: Translated HibernateMode None to 0
23:726 00:142 OC: Hibernation detection status is Not Found
23:913 00:186 OC: OcLoadKernelSupport...
24:055 00:142 OC: OpenCore is loaded, showing boot menu...
24:198 00:142 OCB: Performing OcScanForBootEntries...
24:363 00:165 OCB: Found 5 potentially bootable filesystems
24:505 00:142 OCB: Filesystem 0 (85ABDA98) named EFI (Not Found) has 0 entries
24:656 00:150 OCBP: APFS Volume Info is missing
24:798 00:142 OCBP: Blessed file is missing
24:940 00:141 OCBP: Blessed folder is missing
25:082 00:142 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
25:225 00:143 OCBP: Predefined <nil> \EFI\APPLE\X64\BOOT.EFI is missing - Not Found
25:368 00:142 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI was found
25:523 00:154 OCB: Filesystem 1 (85571818) named NO NAME (Success) has 1 entries
25:665 00:142 OCBP: APFS Volume Info is missing
25:813 00:147 OCBP: BlessedFileHEX (1/3 150) - 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 00 14 03 05 06 00 01 00 04 01 2A 00 02 00 00 00 28 40 06 00 00 00 00 00 B0 07 C5 01 00 00 00 00 EA 6F 72 8E B8 40 3D 4B 91 54 5B 54 39 EC 98 F2
25:953 00:140 OCBP: BlessedFileHEX (2/3 150) - 02 02 04 04 50 00 5C 00 53 00 79 00 73 00 74 00 65 00 6D 00 5C 00 4C 00 69 00 62 00 72 00 61 00 72 00 79 00 5C 00 43 00 6F 00 72 00 65 00 53 00 65 00 72 00 76 00 69 00 63 00 65 00 73 00 5C 00
26:096 00:142 OCBP: BlessedFileHEX (3/3 150) - 62 00 6F 00 6F 00 74 00 2E 00 65 00 66 00 69 00 00 00 7F FF 04 00
26:283 00:187 OCBP: BlessedFileDP - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x1,0x0)/HD(2,GPT,8E726FEA-40B8-4B3D-9154-5B5439EC98F2,0x64028,0x1C507B0)/\System\Library\CoreServices\boot.efi
26:426 00:142 OCBP: Blessed file is valid
26:568 00:142 OCB: Filesystem 2 (85AAFB18) named Install macOS Catalina (Success) has 1 entries
26:711 00:142 OCBP: APFS Volume Info is missing
26:853 00:142 OCBP: Blessed file is missing
27:002 00:149 OCBP: Blessed folder is missing
27:162 00:160 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
27:305 00:143 OCBP: Predefined <nil> \EFI\APPLE\X64\BOOT.EFI is missing - Not Found
27:447 00:141 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI is missing - Not Found
27:589 00:142 OCBP: Predefined <nil> \boot.efi is missing - Not Found
27:731 00:142 OCB: Filesystem 3 (85562A18) named MacOs (Not Found) has 0 entries
27:886 00:154 OCBP: APFS Volume Info is missing
28:028 00:142 OCBP: BlessedFileHEX (1/3 158) - 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 04 1D 01 01 06 00 00 00 03 17 10 00 01 00 00 00 00 00 00 00 00 00 00 00 04 01 2A 00 06 00 00 00 E0 20 70 3B 00 00 00 00 A8 F1 2D 00 00 00 00 00
28:171 00:142 OCBP: BlessedFileHEX (2/3 158) - D8 28 18 CF 9F CF 9B 43 85 F4 0D 35 B4 69 09 1D 02 02 04 04 48 00 5C 00 63 00 6F 00 6D 00 2E 00 61 00 70 00 70 00 6C 00 65 00 2E 00 72 00 65 00 63 00 6F 00 76 00 65 00 72 00 79 00 2E 00 62 00
28:314 00:143 OCBP: BlessedFileHEX (3/3 158) - 6F 00 6F 00 74 00 5C 00 62 00 6F 00 6F 00 74 00 2E 00 65 00 66 00 69 00 00 00 7F FF 04 00
28:456 00:142 OCBP: BlessedFileDP - PciRoot(0x0)/Pci(0x1D,0x4)/Pci(0x0,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)/HD(6,GPT,CF1828D8-CF9F-439B-85F4-0D35B469091D,0x3B7020E0,0x2DF1A8)/\com.apple.recovery.boot\boot.efi
28:642 00:186 OCBP: Blessed file is valid
28:784 00:142 OCB: Filesystem 4 (85562918) named Recovery HD (Success) has 1 entries
28:927 00:142 OCB: Adding entry 0, external - 0, skip recovery - 0
29:069 00:142 DevicePath - PciRoot(0x0)/Pci(0x1D,0x4)/Pci(0x0,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)/HD(1,GPT,5967907C-C9AB-485C-8B4F-23A62777CD82,0x800,0x82000)/\EFI\BOOT\BOOTX64.EFI
29:211 00:142 OCBP: APFS recovery volume handle missing - \EFI\BOOT\
29:360 00:148 OCB: Adding entry 1, external - 0, recovery (<null>) - Not Found
29:503 00:142 OCB: Adding entry 1, external - 1, skip recovery - 0
29:645 00:142 DevicePath - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x1,0x0)/HD(2,GPT,8E726FEA-40B8-4B3D-9154-5B5439EC98F2,0x64028,0x1C507B0)/\System\Library\CoreServices\boot.efi
29:787 00:142 OCBP: APFS recovery volume handle missing - \System\Library\CoreServices\
29:947 00:159 OCB: Adding entry 2, external - 1, recovery (<null>) - Not Found
30:089 00:142 Skipping equal alternate device path 85AAFB18
30:244 00:154 OCB: Adding entry 2, external - 0, skip recovery - 0
30:386 00:142 DevicePath - PciRoot(0x0)/Pci(0x1D,0x4)/Pci(0x0,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)/HD(6,GPT,CF1828D8-CF9F-439B-85F4-0D35B469091D,0x3B7020E0,0x2DF1A8)/\com.apple.recovery.boot\boot.efi
30:529 00:142 OCBP: APFS recovery volume handle missing - \com.apple.recovery.boot\
30:671 00:142 OCB: Adding entry 3, external - 0, recovery (<null>) - Not Found
30:813 00:142 Skipping equal alternate device path 85562918
31:000 00:186 OCB: Scanning got 3 entries
31:142 00:142 Trying to get label from \EFI\BOOT\.contentDetails
31:286 00:143 Trying to get label from \EFI\BOOT\.disk_label.contentDetails
31:429 00:143 Trying to detect Microsoft BCD
31:571 00:142 OCB: Entry 0 is BOOTCAMP Windows at \EFI\BOOT\ (T:3|F:0)
31:724 00:152 OCB: Entry 0 is BOOTCAMP Windows at dp PciRoot(0x0)/Pci(0x1D,0x4)/Pci(0x0,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)/HD(1,GPT,5967907C-C9AB-485C-8B4F-23A62777CD82,0x800,0x82000)/\EFI\BOOT\BOOTX64.EFI
31:864 00:140 Trying to get label from \System\Library\CoreServices\.contentDetails
32:007 00:142 Trying to get label from \System\Library\CoreServices\.disk_label.contentDetails
32:149 00:142 OCB: Entry 1 is Install macOS Catalina at \System\Library\CoreServices\ (T:1|F:0)
32:293 00:143 OCB: Entry 1 is Install macOS Catalina at dp PciRoot(0x0)/Pci(0x14,0x0)/USB(0x1,0x0)/HD(2,GPT,8E726FEA-40B8-4B3D-9154-5B5439EC98F2,0x64028,0x1C507B0)/\System\Library\CoreServices\boot.efi
32:436 00:142 Trying to get label from \com.apple.recovery.boot\.contentDetails
32:584 00:148 Trying to get label from \com.apple.recovery.boot\.disk_label.contentDetails
32:750 00:165 Trying to get recovery from \com.apple.recovery.boot\SystemVersion.plist
32:893 00:142 OCB: Entry 2 is Recovery 10.14.1 at \com.apple.recovery.boot\ (T:2|F:0)
33:035 00:142 OCB: Entry 2 is Recovery 10.14.1 at dp PciRoot(0x0)/Pci(0x1D,0x4)/Pci(0x0,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)/HD(6,GPT,CF1828D8-CF9F-439B-85F4-0D35B469091D,0x3B7020E0,0x2DF1A8)/\com.apple.recovery.boot\boot.efi
33:179 00:143 OCB: Performing OcShowSimpleBootMenu... 0
33:366 00:187 OCB: BootNext has not been found
33:508 00:142 OCB: BootOrder is unavailable - Not Found
33:651 00:142 OCB: Initial default is 0, fallback
35:193 01:541 OCB: Should boot from Install macOS Catalina (T:1|F:0|DEF:0)
35:226 00:033 OCB: Perform boot Install macOS Catalina to dp PciRoot(0x0)/Pci(0x14,0x0)/USB(0x1,0x0)/HD(2,GPT,8E726FEA-40B8-4B3D-9154-5B5439EC98F2,0x64028,0x1C507B0)/\System\Library\CoreServices\boot.efi (0/0)
35:373 00:146 OCB: Matching <> args on type 1 0
35:410 00:036 OCABC: MMIO devirt start
35:441 00:031 OCABC: MMIO devirt 0xF0000000 (0x8000 pages, 0x800000000000100D) skip 0
35:472 00:030 OCABC: MMIO devirt 0xFE000000 (0x11 pages, 0x8000000000000001) skip 0
35:503 00:031 OCABC: MMIO devirt 0xFEC00000 (0x1 pages, 0x800000000000100D) skip 0
35:534 00:030 OCABC: MMIO devirt 0xFED00000 (0x4 pages, 0x800000000000100D) skip 0
35:567 00:033 OCABC: MMIO devirt 0xFEE00000 (0x1 pages, 0x8000000000000001) skip 0
35:598 00:030 OCABC: MMIO devirt 0xFF000000 (0x1000 pages, 0x800000000000100D) skip 0
35:629 00:031 OCABC: MMIO devirt end, saved 147548 KB
35:661 00:032 OCOS: OS set: <null> Mac OS X 10.15
35:716 00:054 OCOS: OS set: Apple Inc. Mac OS X 10.15
35:906 00:189 Trying XNU hook on System\Library\PrelinkedKernels\prelinkedkernel.development
36:056 00:149 Kext reservation size 8683520
40:961 04:905 Result of XNU hook on System\Library\PrelinkedKernels\prelinkedkernel.development is Success
41:000 00:038 OC: Read kernel version 19.4.0 (190400)
41:032 00:032 OCAK: Replacing _xcpm_core_scope_msrs data 226 76
41:064 00:031 OCAK: Replacing _xcpm_core_scope_msrs data 226 406416
41:107 00:043 OCAK: Replacing _xcpm_core_scope_msrs data 226 16384
41:138 00:031 OCAK: Not matching _xcpm_core_scope_msrs data 46 422876
41:171 00:032 OCAK: XcpmCfgLockRel replace count - 2
41:225 00:053 OCAK: PanicKextDump replace count - 1
41:256 00:031 OCAK: Patch success kext dump
41:363 00:107 OCAK: PowerStateTimeout replace count - 0
41:394 00:031 OCAK: Failed to apply power state patch - Not Found
41:451 00:056 OCAK: AppleCpuPmCfgLock v1 replace count - 10
41:482 00:031 OCAK: Patch v1 success com.apple.driver.AppleIntelCPUPowerManagement
41:514 00:031 OCAK: AppleCpuPmCfgLock v2 replace count - 0
41:589 00:075 OCAK: RemoveUsbLimitIoP1 replace count - 1
41:621 00:031 OCAK: Patch success com.apple.iokit.IOUSBHostFamily
41:678 00:057 OCAK: RemoveUsbLimitV2 replace count - 1
41:709 00:031 OCAK: Patch success com.apple.driver.usb.AppleUSBXHCI
41:741 00:031 OCAK: AppleIoMapper replace count - 1
41:772 00:031 OCAK: Patch success com.apple.iokit.IOPCIFamily AppleIoMapper
41:836 00:064 OC: Prelink injection Lilu.kext (Patch engine) - Success
41:881 00:044 OC: Prelink injection WhateverGreen.kext (Video patches) - Success
41:925 00:044 OC: Prelink injection AppleALC.kext (Audio patches) - Success
41:971 00:045 OC: Prelink injection RealtekRTL8111.kext () - Success
42:012 00:041 OC: Prelink injection VirtualSMC.kext () - Success
42:086 00:074 Prelinked status - Success
42:134 00:048 OCSMC: SmcReadValue Key 4D535463 Size 1
42:163 00:028 OCSMC: SmcReadValue Key 4D534163 Size 2

Link to comment
Share on other sites

Hi guys,

Long time clover user here but i got a new laptop and thought it was time to switch to OC. I have setup my USB but i get stuck at PCI Configuration Begin or i get KP (depends which options i boot with (npci=0xX000)).

My new laptop is a metabox Alpha (Clevo)

i7-9750H @ 2.60Ghz

16G Ram

Inteh UHD Graphics 630

GTX1650 (I know, won't work)

1080p 144hz ips screen

Realtek ALC269

Intel Killer WiFi 6 AX1650x ( I know, won't work, waiting on delivery of new Broadcom card)

 

I'll attach config at a later point when i get time.

But i'll take any guidance in the mean time.

OC.zip

opencore-2020-04-02-003840.txt

Edited by SavageAUS
Attached debug log
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...