Jump to content
8755 posts in this topic

Recommended Posts

3 hours ago, Blink.shadow said:

 

@HmO

Thank you sir, but unfortunately this does not work, same error

 

UPDATE: I tried with AppleSupportPkg 2.0.9, which includes AppleUiSupport, and now it's working. In AppleSupportPkg 2.1.0, the changeling says that AppleUiSupport has been moved to OpenCore, but in OpenCorePkg I can't see any driver for AppleUi. Any hint?

Try AppleSupportPkg 2.1.0 drivers and this config.plist.zip

2 hours ago, Blink.shadow said:

 

@vit9696

 

Thank you, it's working now! :)

I still have two problems:

 

1.  I'd like to use OpenCore to boot the USB Installer, therefore I added the following flags to ScanPolicy:

  • OC_SCAN_ALLOW_FS_HFS

  • OC_SCAN_ALLOW_DEVICE_USB

obtaining 0x2F0303, but OpenCore freezes while scanning for entries (it never enters the picker menu). I've also tried disabling bit 0 and bit 1, with no luck.

 

2.  I'm trying to change the login keyboard, but it remains to ABC no-matter the value of prev-kbd.

Since I want the Italian keyboard, I tried with 69742d49 543a34 (it-IT:4) and 69742d49 543a34 was (it_IT:4) with no success.

 

Any hint? Thank you for your time

 

Are you converting your hex value back to decimal for the scan policy?

(0x2F0303 = 3080963)

I can't boot into recovery with OpenCore 0.5.0 (just tested).
When i press "6" (entry of my Catalina Recovery). Screen just stuck in there (boot picker). 

But boot to Windows, Mojave or Catalina System is fine without problem

21 minutes ago, Download-Fritz said:

@Andres ZeroCross Same with DEBUG builds?

Just tried it, same result. Just stay in boot picker when i type "6" (Catalina Recovery Entry) or "4" (Mojave Recovery Entry)

Edited by Andres ZeroCross
7 hours ago, Andres ZeroCross said:

I can't boot into recovery with OpenCore 0.5.0 (just tested).
When i press "6" (entry of my Catalina Recovery). Screen just stuck in there (boot picker). 

But boot to Windows, Mojave or Catalina System is fine without problem

Try with HfsPlus.efi instead of VBoxHfs.efi. ;)

  • Like 1
  • Thanks 1
1 minute ago, obus said:

Try with HfsPlus.efi instead of VBoxHfs.efi. ;)


Ahhh, that's it. I have change HFSPlus.efi to VBOXHfs.efi few weeks ago. Maybe that's' the problem. After finish download, i will try it. Thank you very much

@Blink.shadow

 

1. So, *our* VBoxHFS from AppleSupportPkg freezes on some volumes? Is it just slow or indeed broken? It will be great if you can debug it. If not, providing raw disk image (use e.g. dd) and creating a bugreport will help.

 

2. Check whether you have non volatile variable already. OpenCore will not override the existing variable unless you use "Block" section,

  • Like 2
On 8/7/2019 at 5:19 PM, maddie said:

 

Even if it can, it shouldn't be a requirement to install the update.

 

Plus I have the same problem on another platform, the Deskmini build in my signature, which has only iGPU. And the Z370 build with Vega 64 updated just fine.

 

 

So it would be great to find the culprit here :(

 

OK, so I've decided to upgrade all my Hacks to Catalina Beta. My ROG rig updates perfectly, and my Z97-A rig updates fine with the secondary monitor turned off (still have no clue what could cause the problem). And as for the Deskmini, this is more of a PSA than an issue:

 

I've reported that the Deskmini 310 rig cannot run macOS updaters or installers at all before, as it reboots instantly right before the installer UI loads on screen. Since this machine will not have any display output with CSM disabled, I have to leave it enabled to make it work.

 

Then it hit me, what if the problem is something related to the CSM?

 

Then I enabled 'ProtectCsmRegion' quirk in OC, and all of a sudden, the update installer runs just fine!

 

Hope that it can help others that have the same problem as me!

  • Like 6
On 9/24/2019 at 7:27 AM, Andres ZeroCross said:

I can't boot into recovery with OpenCore 0.5.0 (just tested).
When i press "6" (entry of my Catalina Recovery). Screen just stuck in there (boot picker). 

But boot to Windows, Mojave or Catalina System is fine without problem

Hey man was wondering if you could provide your config.plist as I can't even get Windows or Ubuntu to be recognized in OpenCore? The only way to get Windows to show up is with ScanPolicy 0, but the laptop just reboots when selected. Mac boots fine though.

 

Please advise if there is a driver or another config that I need to boot up the other OS?

I can't seem to boot, just hangs can someone look at my EFI and maybe point me in right direction, Thanks

 

Edited by STLVNUB

One thing I've noticed regarding Kexts

Why the need for an Executable path? Plist Path?

Majority of kexts have Executable as same name as kext.

The path is always the same too, so no need for that.

Common Path Contents/MacOS/

Common Plist Contents/Info.plist

e.g Use Common Path and the kext name as the Executable

Common Plist for the....Plist

 

Bundle Path FTS.kext

Enabled.     Yes

Comment    Why is it so

 

so basically reduce code to 2 or 3 lines.

 

  • Like 2

Hi guys,

 

How do I include the AppleSupportPkg in OpenCorePkg, so it can compile all at once?

 

I did see the ocbuild.config added in the AppleSupportPkg, I assumed I can git clone the pkg into the UDK folder.

 

What's the correct way of doing it?

7 minutes ago, n.d.k said:

Hi guys,

 

How do I include the AppleSupportPkg in OpenCorePkg, so it can compile all at once?

 

I did see the ocbuild.config added in the AppleSupportPkg, I assumed I can git clone the pkg into the UDK folder.

 

What's the correct way of doing it?

https://github.com/Pavo-IM/ocbuilder/releases

  • Like 1
  • Thanks 1
×
×
  • Create New...