Jump to content

OpenCore General Discussion


dgsga
8,805 posts in this topic

Recommended Posts

@Gigamaxx I fix ProtocolOverrides & Booter's Quirks parts to suggested value,

822265848_2020-08-2613_08_44.png.6897b9ee810a965f593b40e75d6c2f3d.png775124141_2020-08-2613_09_15.png.aec9242e1777e2f2d9d5f2ab706f5eac.png

but I get the same boot error.

 

I also change "ScanPolicy" & "JumpstartHotPlug" to suggested value, and result is the same.

Then, "IgnoreInvalidFlexRatio" cause another problem, so I can't change it to suggested value.

 

Other options is about ui and debug function, so I never test.

Link to comment
Share on other sites

2 hours ago, 紫米 said:

@Gigamaxx I fix ProtocolOverrides & Booter's Quirks parts to suggested value,

822265848_2020-08-2613_08_44.png.6897b9ee810a965f593b40e75d6c2f3d.png775124141_2020-08-2613_09_15.png.aec9242e1777e2f2d9d5f2ab706f5eac.png

but I get the same boot error.

 

I also change "ScanPolicy" & "JumpstartHotPlug" to suggested value, and result is the same.

Then, "IgnoreInvalidFlexRatio" cause another problem, so I can't change it to suggested value.

 

Other options is about ui and debug function, so I never test.

 

If you are running OC 0.6.1 (nightly build) make sure you have based your config.plist on the sample.plist provided with that version and ensure that the following setting is applied:
Misc->Security->SecureBootModel: Disabled

Edited by Ron Lemmens
Link to comment
Share on other sites

@Ron Lemmens Misc->Security->SecureBootModel: Disabled (it already set to Disabled)

1174655114_2020-08-2616_08_21.png.1aa5847cf932d1bf76e83dd0a49c175e.png

 

The files of EFI folder can boot with macOS Catalina & macOS Big Sur Beta 1 ~ 4 correctly.
I have used H77、H97、Z490、B460 to boot with macOS Big Sur Beta 5.
but only get this error with ASUS Z270-A.
Maybe I can wait for macOS Big Sur Beta 6, then test again.

  • Like 1
  • Confused 1
Link to comment
Share on other sites

53 minutes ago, 紫米 said:

@Ron Lemmens Misc->Security->SecureBootModel: Disabled (it already set to Disabled)

1174655114_2020-08-2616_08_21.png.1aa5847cf932d1bf76e83dd0a49c175e.png

 

The files of EFI folder can boot with macOS Catalina & macOS Big Sur Beta 1 ~ 4 correctly.
I have used H77、H97、Z490、B460 to boot with macOS Big Sur Beta 5.
but only get this error with ASUS Z270-A.
Maybe I can wait for macOS Big Sur Beta 6, then test again.

 

I had issues with BS beta 5 initially, and none with beta 1..4 with an older build of OC 0.6.1 and associated kexts. I got beta 5 working (no KP) with the nightly builds of August 24th.

  • Like 1
Link to comment
Share on other sites

hi vit9696 and download-fritz,

 

attached my logs achieved during testing all my MMIO exposed area.

I am doing this to understand why my Nvidia web driver is not loaded but it seems not related (I have had it working, and I do not know why it was..but after a cmos reset I can't have it working again)

 

I have posted my logs hoping it could be useful for you in open core development (and maybe to have a bit support in AMD :)  I know your point about this..but now it is working also this platform with your boot loader )

 

however:

MMIO devirt 0xFEE00000 hangs booting in a pic begin stage, but no information in log (imho)

 

a combination of these 4 area:

 

MMIO devirt 0x4040000000

MMIO devirt 0x8BB0000000 
MMIO devirt 0x8BE0000000 
MMIO devirt 0xD750000000

 

produce the old message on TRX40 system of mem allocation error or an instant reboot

when men allocation error come in log I have this:

 

27:735 00:026 OCSMC: SmcReadValue Key 4D535463 Size 1
27:747 00:011 OCSMC: SmcReadValue Key 4D534163 Size 2
37:763 10:015 OC: Boot failed - Aborted
37:777 00:013 OCB: StartImage failed - Aborted

 

otherwise always:

22:784 00:027 OCSMC: SmcReadValue Key 4D535463 Size 1
22:803 00:018 OCSMC: SmcReadValue Key 4D534163 Size 2

 

my question are:

Are useful to analyse these data or I miss something else?

then..how to understand why Nvidia kext are not loaded and where I miss them from loading?

thank you

 

MSI_TRX40 Pro-Logs.zip

Edited by Guest
Link to comment
Share on other sites

5 hours ago, fabiosun said:

my question are:

Are useful to analyse these data or I miss something else?

then..how to understand why Nvidia kext are not loaded and where I miss them from loading?

thank you

 

 

 

I don't know about the errors but do you have this in your config:

Screen Shot 2020-08-26 at 11.20.15 AM copy.png

Link to comment
Share on other sites

10 minutes ago, maxb2000 said:

Hi,

On HP EliteBook 840 G2, ApfsDriverLoader is still needed in order to show and boot macOS. Any solution ?

 

Tell us which OpenCore version are you using ?

Edited by Matgen84
Link to comment
Share on other sites

33 minutes ago, maxb2000 said:

Hi,

On HP EliteBook 840 G2, ApfsDriverLoader is still needed in order to show and boot macOS. Any solution ?

If you need any logs, please tell me.

Intel Core i5 5300U vPro

 

I have the same problem with the hardware in my signature using 0.6.1 (OC & Kexts Built yesterday).

 

If I remove the entry from UEFI > Drivers I can't get past the BIOS Splash screen.

  • Sad 1
Link to comment
Share on other sites

On 12/13/2019 at 7:44 PM, maleorderbride said:

I have a CPU (9820X) that requires the APIC table to be patched to boot. Clover now automates this with "PatchAPIC" under ACPI, but I don't see a similar option for OpenCore. Is there one that I am missing?

 

edit:

I tried patching the table with a bin patch, but it doesn't seem to have the effect I wanted. I'm running into trouble manually patching the APIC table as it will not compile. I ended up manually patching the SSDT and dropping the OEM table.

Attached is my modified APIC (ASUS X299 Deluxe II /w 9820X), and a screenshot of what I dropped.

 

 

APIC.aml

Screen Shot 2020-06-07 at 8.32.52 AM.png

Can you elaborate
how did you manage to boot 9820X with open core ?
Thanks in advance

 

Link to comment
Share on other sites

On 8/12/2020 at 5:23 PM, Deanor30 said:

Hi Folks,

   I am trying to get Macos running on a Toshiba Satellite L50-C-22l using opencore 0.6. I have been able to get Catalina & BigSur public Beta running on a Dell 3020 with a I5 Haswell CPU and GT710 gpu and everything is working without issue with overall performance and boot time improving when switching from Clover to Opencore. So as a secondary project I though I would try to get same running on the Toshiba Satellite L50-C-22l using Dorthania's laptop guide for Broadwell and I am getting no panics. I created the SSDT's using SSDTtime and double checked the config.plist using the sanity checker. As you can see from the image below I am getting to the installer screen in BigSur but it is very distorted. I am getting the same when booting to Catalina. I have looked at a lot of forums on here and other Hachintosh sources and while this seems very common relating to the HD 5500 from Yosemite to Catalina, Nobody has posted an actual fix.

 

I have tried:

Applying framebuffer patches in the config.plist.

Changing UEFI -> Resolution in the config.plist.

All kexts & Drivers are the latest versions.

 

I cannot enable the legacy or CSM boot mode on this laptop as otherwise the USB will not boot.

There are no settings in bios to assign memory to GPU.

 

Someone posted that putting the laptop to sleep and then waking the system can fix this issue  but it has not worked for me and it seems a poor fix even if it did work. I have attached my EFI so any fixes or suggestions would be welcome.

 

EFI.zip

 

E09E9C58-1E95-47EA-863B-707424A1A5DF_1_105_c.thumb.jpeg.5846598a525d0850917c2dbf2c046890.jpeg

Update: If I add a device ID that is incorrect, I no longer get a distorted screen but have no QE/CI graphics acceleration. Has anyone got fully working HD 5500 on their Broadwell based system and advise what entries they used for Device properties on their config.plist for opencore??

  

Link to comment
Share on other sites

13 hours ago, D-an-W said:

 

I have the same problem with the hardware in my signature using 0.6.1 (OC & Kexts Built yesterday).

 

If I remove the entry from UEFI > Drivers I can't get past the BIOS Splash screen.

 

Hi

 

Do you those explanations in Dortania Guide (HP config)

 

Spoiler

Can't see macOS partitions

Main things to check:

  • ScanPolicy set to 0 to show all drives
  • Have the proper firmware drivers such as HfsPlus(Note ApfsDriverLoader shouldn't be used in 0.5.8)
  • Set UnblockFsConnect to True in config.plist -> UEFI -> Quirks. Needed for some HP systems
  • Set SATA Mode: AHCI in BIOS
  • Set UEFI -> APFS to see APFS based drives:
    • EnableJumpstart: YES
    • HideVerbose: YES
    • MinDate: -1
    • MinVersion: -1

#

 

 

Link to comment
Share on other sites

1 hour ago, Matgen84 said:

 

Hi

 

Do you those explanations in Dortania Guide (HP config)

 

  Hide contents

Can't see macOS partitions

Main things to check:

  • ScanPolicy set to 0 to show all drives
  • Have the proper firmware drivers such as HfsPlus(Note ApfsDriverLoader shouldn't be used in 0.5.8)
  • Set UnblockFsConnect to True in config.plist -> UEFI -> Quirks. Needed for some HP systems
  • Set SATA Mode: AHCI in BIOS
  • Set UEFI -> APFS to see APFS based drives:
    • EnableJumpstart: YES
    • HideVerbose: YES
    • MinDate: -1
    • MinVersion: -1

#

 

 

 

Hi @Matgen84 I have tried some of those but not sure if all at the same time, will do it now and report back.

  • Like 1
Link to comment
Share on other sites

10 minutes ago, Matgen84 said:

 

@D-an-W forgive me I thought you had an HP, when I just saw in your signature, you have a Gigabyte GA-Z77X-UD5H (IvyBridge)

 

No problem, the poster I quoted has the same problem as me with a HP so worth a shot!

 

Here is my Config.plist (Serials removed) and a screenshot of the files I use (Working in Catalina & Big Sur).

 

Config.plist

 

Spoiler

515273671_Screenshot2020-08-27at09_52_25.png.5ad4bc337c0c5b5da81cbcb582444b8e.png

 

Link to comment
Share on other sites

8 minutes ago, D-an-W said:

 

No problem, the poster I quoted has the same problem as me with a HP so worth a shot!

 

Here is my Config.plist (Serials removed) and a screenshot of the files I use (Working in Catalina & Big Sur).

 

Config.plist

 

 

You tell to me "working in Catalina and Big Sur": what is your problem ! I don't understand.

Do you have look at Dortiana Guide for Ivybridge ! For example, Bootprotect = None instead of Bootstrap in your config.plist

  • Thanks 1
Link to comment
Share on other sites

3 minutes ago, D-an-W said:

Sorry, it only works if I have ApfsDriverLoader.efi in there (That is my working Config is what I meant to say).

 

I have tried both None and Boostrap in there yes.

 


Sorry, I can't see what's wrong. I can not reproduce the problem because I have Clover on my Z77 config :cry:

 

Have you try to open a issue in OC Bugtracker...

  • Thanks 1
Link to comment
Share on other sites

 
No problem, the poster I quoted has the same problem as me with a HP so worth a shot!
 
Here is my Config.plist (Serials removed) and a screenshot of the files I use (Working in Catalina & Big Sur).
 
Config.plist
 
Spoiler 515273671_Screenshot2020-08-27at09_52_25.png.5ad4bc337c0c5b5da81cbcb582444b8e.png
 

Are the BootChime* files really necessary? I get startup sound just using vanilla OC files, no BootChime* files. It may not help your boot situation but it will slim your EFI.


Sent from my iPhone using Tapatalk
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

×
×
  • Create New...