Jump to content

OpenCore General Discussion


dgsga
8,888 posts in this topic

Recommended Posts

1 minute ago, Andrey1970 said:

It won't solve your problem. Don't use quirk DevirtualiseMmio.

Yes I know , i have tested all advice see also in opencore GitHub, also calculate my free slide but Always same problem

I would like to do a serious debugging as DF said above..if you can address me i will try

Thank you

 

Link to comment
Share on other sites

Leaving this here for anyone who's got a well zipped up EFI and good knowledge of what needs to happen to have a good system but cant boot into Catalina.

 

I discovered I couldn't get in if I had any SATA ports enabled in bios. I disabled them and scoped out everything. All seemed well.

 

After a day or so I found adding AppleAHCIPortHotplug.kext prevented OC from having a panic. Thats all!

AppleAHCIPortHotplug.kext.zip

  • Like 2
Link to comment
Share on other sites

39 minutes ago, remix0120 said:

Do you guys know how to create your own "SSDT-EHCx_OFF"?

Currently I don't have "SSDT-EHCx_OFF" and system still bootable. 

it doesn't have usbinjectall.kext and usbports.kext.

should I create it? 

 

I have z87 mobo, i5-4570, RX580

 

 

You have good enough mobo to live without all them.

  • Like 1
Link to comment
Share on other sites

5 hours ago, remix0120 said:

Do you guys know how to create your own "SSDT-EHCx_OFF"?

Currently I don't have "SSDT-EHCx_OFF" and system still bootable. 

it doesn't have usbinjectall.kext and usbports.kext.

should I create it? 

 

I have z87 mobo, i5-4570, RX580

 

 

 

You can take SSDT-EHCx_OFF in ACPI samples OpenCore. But you shall understand for what it, read the comment there.

 

Link to comment
Share on other sites

6 hours ago, Andrey1970 said:

 

You can take SSDT-EHCx_OFF in ACPI samples OpenCore. But you shall understand for what it, read the comment there.

 

Hi, I just realized we have same motherboard, Z87-UD4H

Do you mind share your "EFI" file? I can change Serial number, UUID by myself. 

my system still not stable especially YouTube audio choppy after sleep. 

 

For BIOS setting, I pretty much follow the OpenCore guide, but it didn't mention the following

 

"XHCI Mode" - I have "XHCI Hand-off" Enabled, don't know what's the difference. 

"Secure Boot"

"Super IO Configuration"

"Intel Processor Graphic" - I have RX580, so this is Enabled.

"Intel Processor Graphics Memory Allocation" 

"DVMT Total Memory Size"

 

Thank you, if you can share your set up and file would be awesome. 

Edited by remix0120
Link to comment
Share on other sites

Does this look right for native NVRAM to you all? Specifically the first two lines.

 

00:769 00:001 OC: OcLoadNvramSupport...
00:771 00:002 OC: Deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale - Not Found
00:774 00:002 OC: Deleting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - Not Found
00:777 00:002 OC: Setting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale - Success
00:780 00:002 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - Success
00:783 00:002 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:nvda_drv - Success
00:786 00:002 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config - Success
00:789 00:002 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:prev-lang:kbd - Success

Link to comment
Share on other sites

16 minutes ago, NorthAmTrans said:

Does this look right for native NVRAM to you all? Specifically the first two lines.

 

00:769 00:001 OC: OcLoadNvramSupport...
00:771 00:002 OC: Deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale - Not Found
00:774 00:002 OC: Deleting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - Not Found
00:777 00:002 OC: Setting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale - Success
00:780 00:002 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - Success
00:783 00:002 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:nvda_drv - Success
00:786 00:002 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config - Success
00:789 00:002 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:prev-lang:kbd - Success

That doesn't tell you anything about if you have working native NVRAM or not, you need to use the normal terminal method to test native NVRAM.

  • Like 1
Link to comment
Share on other sites

2 hours ago, Pavo said:

That doesn't tell you anything about if you have working native NVRAM or not, you need to use the normal terminal method to test native NVRAM.

 

Just did, all is well. Thanks!

 

I was just a little confused on why it deletes the first two items UI Scale and Boot-Args. Im guessing that's by design I'm just trying to educate myself.

Link to comment
Share on other sites

27 minutes ago, NorthAmTrans said:

 

Just did, all is well. Thanks!

 

I was just a little confused on why it deletes the first two items UI Scale and Boot-Args. Im guessing that's by design I'm just trying to educate myself.

In your config.plist, you have NVRAM->Block->Item 0 and 1, those Block items are deleting..

  • Like 1
Link to comment
Share on other sites

On 12/23/2019 at 6:09 PM, NorthAmTrans said:

Leaving this here for anyone who's got a well zipped up EFI and good knowledge of what needs to happen to have a good system but cant boot into Catalina.

 

I discovered I couldn't get in if I had any SATA ports enabled in bios. I disabled them and scoped out everything. All seemed well.

 

After a day or so I found adding AppleAHCIPortHotplug.kext prevented OC from having a panic. Thats all!

AppleAHCIPortHotplug.kext.zip

 

Heh, this broke. Couldn't recreate it when I tried again though it did help someone else.

 

This might be too off topic to continue here but any advice is welcome otherwise!

 

Short version again: SATA ports enabled causes a panic and reboot right at the start of the progress bar. AHCI enabled/disabled has no effect.

Link to comment
Share on other sites

3 hours ago, NorthAmTrans said:

 

Heh, this broke. Couldn't recreate it when I tried again though it did help someone else.

 

This might be too off topic to continue here but any advice is welcome otherwise!

 

Short version again: SATA ports enabled causes a panic and reboot right at the start of the progress bar. AHCI enabled/disabled has no effect.

Release version of OC? I’ve never seen anyone have this in a hackintosh ever, regardless of hardware or bootloader...

  • Like 1
Link to comment
Share on other sites

13 hours ago, canyondust said:

Release version of OC? I’ve never seen anyone have this in a hackintosh ever, regardless of hardware or bootloader...

 

This makes me feel less crazy. OC version has no effect. Next up, roll back bios version.

 

UPDATE: BIOS rollback did nothing.

Edited by NorthAmTrans
update
Link to comment
Share on other sites

On 12/21/2019 at 10:23 PM, valinor61 said:

Hi, I have weird issue since catalina. My bios suddenly becomes a black screen I cant enter my bios settigs. The problem is in both opencore and clover. In clover every boot was causing black screen. I succesfully managed to switch opencore and its nvram reset option fixed that black screen issue but after few reboots I'm getting black screen error again when error occurs my bios also removes opencore from boot selection part. Only way to access it again reflashing my nvram with a bios tool. 

I have never experianced that kind of issue before on mojave. 

Device: Asus FX553VD/GL553VD i-7700hq. 

Here is my opencore files.

OpenCoreGL553VD.zip

Sorry, I think I wasn't so clear about my problem so after repeatedly tryied now I can explain my problem more clearly.

I can use opencore with OSX without problem with disable variable write and legacy nvram.

I can use windows directly booted from bios as normally.

But if I boot windows from OpenCore my boot entries duplicates itself. On that time I cant access bios getting black screen. 

In my conclusion my when I boot windows from opencore my bios rewrites boot entries to nvram again and when I try to open bios

duplicate entries makes a conflict so it becomes black screen. It's happening on clover as well. I need help.

My Last Opencore Build: OC.zip

Full BIOS Image 

 

GL553VD-F1.307.zip

Edited by valinor61
Link to comment
Share on other sites

Hello,

just an easy question : 

The ThirdPartyDrives quirk does something about NVME power managent ?

I remember when i had a NVME drive on my laptop power consumption was huge even on idle while on the same laptop using a normal m.2 sata disk the power consumption was as expected. 

 

Being a laptop i'm concerned about battery duration 

 

Thanks

Mattia

 

Link to comment
Share on other sites

28 minutes ago, tmbt said:

Hello,

just an easy question : 

The ThirdPartyDrives quirk does something about NVME power managent ?

I remember when i had a NVME drive on my laptop power consumption was huge even on idle while on the same laptop using a normal m.2 sata disk the power consumption was as expected. 

 

Being a laptop i'm concerned about battery duration 

 

Thanks

Mattia

 

Check out the bottom of page 23

 

https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf

Link to comment
Share on other sites

1 hour ago, NorthAmTrans said:

That's what i did. Apply vendor patches to enable native features for third party drivers ... Apple original NVME has power management while it is not working on third party NVME .. what i'm asking is if this patches implement some kind of power management also for third party NVME drives ...

Link to comment
Share on other sites

Hi, I have an annoying issue switching from clover to OpenCore 0.5.3 with Catalina 10.15.1 on ryzentosh 3700x x570 I aorus pro wifi + Vega 64

 

I have checked with someone my basic  EFI folder and it seems good but when I choose shut down the computer, right at the moment when the last power is going out the computer just start up back...

 

any ideas? been following the guide with shutdown fix and all. no changes.

 

I know sleep is broken on Catalina, but if I can't put my computer to sleep I need it to shut down at least.

 

I also have some minor issues with picker and nvram behavior but these can wait...

Link to comment
Share on other sites

On 12/25/2019 at 9:47 PM, canyondust said:

Release version of OC? I’ve never seen anyone have this in a hackintosh ever, regardless of hardware or bootloader...

Fixed it. I was using the old IntelMausiEthernet instead of IntelMausi and that threw it for a loop. In the process though I now found the correct AHCIPortInjector for my board vs Generic so thats cool.

  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...