Jump to content

OpenCore General Discussion


dgsga
8,887 posts in this topic

Recommended Posts

Hi guys, I was curious to check the new changes in Config from the upcoming 0.5.6 version, compiled with OCBuilder (thanks Pavo) and adapted my working 0.5.5 config, I was not able to boot receiving Apple prohibitory symbol and also notices a little bit longer time between boot screen and picker. Carefully compared the plists and read about changes, here is my 0.5.6 config file is you want to take a look in case of any error from my side> https://pastebin.com/02R2e4fp
No complaints at all just for info.

SOLVED UPDATING FwRuntimeService

Edited by Simonej
Link to comment
Share on other sites

28 minutes ago, Simonej said:

Hi guys, I was curious to check the new changes in Config from the upcoming 0.5.6 version, compiled with OCBuilder (thanks Pavo) and adapted my working 0.5.5 config, I was not able to boot receiving Apple prohibitory symbol and also notices a little bit longer time between boot screen and picker. Carefully compared the plists and read about changes, here is my 0.5.6 config file is you want to take a look in case of any error from my side> https://pastebin.com/02R2e4fp
No complaints at all just for info.

Make sure you are also updating the FwRuntimeService driver and BootX64 module when updating opencore module.

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

Hi

 

I am getting Disk Not Ejected Properly error even though ejected properly. this is happening only with USB external drives but ejecting USB keys are fine. What may be the issue?

 

EDIT: No problem, I fixed it

Edited by mathew2019
Link to comment
Share on other sites

Hello. 
Anybody can help me with this?

My probook 6470b.  
Another HP laptop on this forum with this problem. 
Can’t choose: „Install Catalina... etc.” and „Recovery”.

If I use that same USB in PC everything is ok. Problem is with HP. No matter what Setting i’ve set in config, kext, efi, acpi. 
Any sollution? What should I do to boot OpenCore MacOs instalalation on HP laptop? 
Help!

3BE88DD7-2B05-42EA-A584-42E1F68CABF6.jpeg

Link to comment
Share on other sites

Hi all,

 

I also took a chance to start with opencore, tried installing but I cannot get any further. I got the message below and stuck on how to proceed. Added my EFI folder with drivers, ssdt's and kexts. In clover I am using macmini 8,1 smbios, used the same for OC. Attached my config file, I deleted all the serials and stuff. 

 

Thanks for any suggestions.

 

 

IMG_3419.thumb.JPG.f78cfa3abb0d56a3c8136ea4e521c685.JPG

Schermafbeelding 2020-02-14 om 11.12.16.png

config.plist

Link to comment
Share on other sites

39 minutes ago, Amateur85 said:

Hi all,

 

I also took a chance to start with opencore, tried installing but I cannot get any further. I got the message below and stuck on how to proceed. Added my EFI folder with drivers, ssdt's and kexts. In clover I am using macmini 8,1 smbios, used the same for OC. Attached my config file, I deleted all the serials and stuff. 

 

Thanks for any suggestions.

 

 

config.plist

 

If you need help from users, please complete your signature with your config (CPU, MB, etc) :)

Link to comment
Share on other sites

54 minutes ago, Matgen84 said:

 

Thanks to you. About your MB, can you complete trademark, model... You've a desktop or a laptop! What graphics card or internal do you use!

Good question, I know the CPU is a mobile one since it is the same as the macbook pro 2019 so I assume the MB is mobile as well. It this mini pc: https://www.anandtech.com/show/13931/eglobal-nuc-pc-packs-hex-core-i7-8750hk but then it's the 8850h version.  SYWZ S200 series is the MB name. GPU is the internal UHD630.

Edited by Amateur85
  • Like 1
Link to comment
Share on other sites

32 minutes ago, Amateur85 said:

Good question, I know the CPU is a mobile one since it is the same as the macbook pro 2019 so I assume the MB is mobile as well. It this mini pc: https://www.anandtech.com/show/13931/eglobal-nuc-pc-packs-hex-core-i7-8750hk but then it's the 8850h version.  SYWZ S200 series is the MB name. GPU is the internal UHD630.

 

I don't know nothing about NUC. Maybe someone else can help you. Take a look at Configurations.pdf (Acidanthera repo) or this guide---> External OC Guide

Link to comment
Share on other sites

7 hours ago, fabiosun said:

@mhkmichaell check scanpolicy in your config and in configuration.pdf

I think the scanpolicy is ok because I put that same USB stick to my PC and everything is visable and I can run instalation. 
HP uefi is f*** up I think and OC can’t properly scan for disk. Only HP user know what I meen. 

Edited by mhk.michaell
Link to comment
Share on other sites

8 hours ago, Amateur85 said:

Good question, I know the CPU is a mobile one since it is the same as the macbook pro 2019 so I assume the MB is mobile as well. It this mini pc: https://www.anandtech.com/show/13931/eglobal-nuc-pc-packs-hex-core-i7-8750hk but then it's the 8850h version.  SYWZ S200 series is the MB name. GPU is the internal UHD630.

Thanks Mat, I used the EC SSDT from the vanilla desktop guide, but I reckon this one is more comparable to a laptop and need renaming ec to the right value. I’ll try later.

Link to comment
Share on other sites

Fixed now memory modules misconfigured

 

MacProMemoryNotificationDisabler

https://github.com/IOIIIO/MacProMemoryNotificationDisabler

Test for MacPro7,1 Debug.zip

Update Lilu.Kext

Thanks Lilu & Team.

Edited by nmano
  • Like 1
Link to comment
Share on other sites

On 2/14/2020 at 3:35 PM, Download-Fritz said:

@mhkmichaell try UnblockFsConnect

@Download-Fritz Thank You! That’s  it!

I must read much more carefull. 
Now I can start playing! 

AAF3BD43-4661-43F9-956C-CA80D475FD04.jpeg
 

 

@telepatithanks!  I will try. But the problem was UnblockFsConnect. In Hp laptop must be set to YES. 

Edited by mhk.michaell
  • Like 1
Link to comment
Share on other sites

@MacNB, OpenCore is not starting two times, it is just the way the flow goes, firstly an existing OpenCore instance is looked for, then a new one is allocated on failure.

 

Currently there is no way to redirect early boot text to the log in OpenCore due to not yet loaded configuration. In theory it is possible to store this data to a temporary buffer, but we have not had much need in this so far. Reasonably clean patches implementing this feature is what we can merge though.

 

Release builds should print nothing but warnings and errors (you have a debug build of ApfsImageLoader so you see its prints), this is how we designed OC and all other products. You can check a few pages back for more details on this choice.

 

@telepati, we plan to merge ApfsDriverLoader to OpenCore in the future. For now you have to use it for APFS support.

  • Like 3
  • Thanks 2
Link to comment
Share on other sites

We think these features are impractical and have no plans for them.

 

In case one needs to debug his configuration, he can always boot from USB and configure on a second computer. If this is not an option, there always is UEFI Shell, which provides easy file management enough not only to rename the files, but also edit their contents.

 

This pretty much covers both the need to choose the configuration manually and the need to set different options. Picker GUI is not really meant to be a Flight Control Console, it is meant to be a way to optionally (as normally you hide it by default) provide an approach to choose an operating system to boot in a simple and intuitive way. Just like Apple BootPicker on a Mac.

Link to comment
Share on other sites

18 minutes ago, vit9696 said:

Release builds should print nothing but warnings and errors (you have a debug build of ApfsImageLoader so you see its prints), this is how we designed OC and all other products. You can check a few pages back for more details on this choice.

OC was built using @Pavo's OC Builder without debug. I assume ApfsImageLoader is one of the modules in OC and looks it's still built with debug flag (??)

Link to comment
Share on other sites

×
×
  • Create New...