Jump to content
8755 posts in this topic

Recommended Posts

14 hours ago, Sherlocks said:

anyone who fail boot that stop apple logo after enter macos?

it is happen sometimes. just boot or booted windows and restart and boot macos then stop apple logo.

i used latest OC and Lilu and its kexts.
when use boot arg vsmcgen=1, never stop apple logo.

not sure. seems to be not surely fix from vsmcgen(VirtualSMC)

나의 SM-N960N 의 Tapatalk에서 보냄
 

 

I've a similar issue on hack MM8,1 reboot on Apple logo -> it needs -v option to boot. (Very strange, will make a debug log) 

  • Like 1

Hi, guys.

Please help.

Jamming about the week to get opencore 0.6.0 to boot my system, Mojave.

Everything is fine with 0.5.8.

Following the Dortania guide for Skylake, but always ends with KP.
Maybe somebody take a look into my EFI and config.

 

My specs are:

Mainboard : Asus Z170-A

GPU : Radeon RX 560 4GB

Ram : 16 GB DDR4

HDD: 1TB

 

Thnx!

 

EFI.zip

config_Skylake_i5_3,2GHz.plist

On 7/31/2020 at 3:53 PM, FredWst said:

 

I've a similar issue on hack MM8,1 reboot on Apple logo -> it needs -v option to boot. (Very strange, will make a debug log) 

 

seems to fix problem in latest lilu

thanks vit9696 :)

11 minutes ago, tarvi47 said:

Hi, guys.

Please help.

Jamming about the week to get opencore 0.6.0 to boot my system, Mojave.

Everything is fine with 0.5.8.

Following the Dortania guide for Skylake, but always ends with KP.
Maybe somebody take a look into my EFI and config.

 

My specs are:

Mainboard : Asus Z170-A

GPU : Radeon RX 560 4GB

Ram : 16 GB DDR4

HDD: 1TB

 

Thnx!

 

EFI.zip

config_Skylake_i5_3,2GHz.plist

Have you tried using OC Gen-X? https://github.com/Pavo-IM/OC-Gen-X

  • Like 1
On 6/25/2020 at 10:43 PM, Common_Sense said:

Hello!

 

Switch from Clover to OC went very well, I have a few questions that I hope you might have an answer to:

- In bios I can select "Opencore" as a boot option, don't know how it got there but it exists, it doesn't work however. Selecting "UEFI OS" does boot OC. Can I make the "Opencore" boot option to work, or maybe remove it?

- There are 2 error messages that seem a little off: 

  1. "OCS: NO schema for HideSelf at 8 index, contect <Boot>" 2. "OCS: NO schema for BlacklistAppleUpdate at index 3, context <Security>"

 

Thanks!

 

// CS

 

EDIT: removed a question that I found the answer to :) Picker menu can be temporarily enabled by pressing alt/option key during boot

EDIT2: Scanpolicy to hide ESP partition insted of HideSelf

Hello ! How did you pass this error OCS: NO schema for BlacklistAppleUpdate at index 3, context <Security> ?

 

Removed the entry in my config.plist doesn't work :-( Thanls !

8 minutes ago, lesvink said:

Hello ! How did you pass this error OCS: NO schema for BlacklistAppleUpdate at index 3, context <Security> ?

 

Removed the entry in my config.plist doesn't work :-( Thanls !

 

After you have removed BlacklistAppleUpdate, then go to https://opencore.slowgeek.com/ and validate your config.plist, it can help you to find misstakes in your config.

 

BlacklistAppleUpdate have been removed in newer versions of Opencore and replaced with something else, not sure exactly what was replacing it.

46 minutes ago, tarvi47 said:

Hi!

 

I tried this also, it's for opencore 0.5.9 and it boots to my desktop very well.

My be you some hints more.

 

Thnx!

Just use that app to generate a 0.5.9 config and then use OCBuilder app to compile 0.6.0 and update the config.plist with the changes from the Sample.plist.

  • Like 1

Hi all,

I am getting this error when booting my hackintosh laptop: Dependency com.apple.iokit.IOHIDSystem fallback to com.apple.iokit.IOHIDFamily succeeded. Please fix your kext!

 

Its getting stuck at End randomSeed. I have tried the debugging which the opencore guide says, but no luck whatsoever.

Can anyone help me plssss???

3 hours ago, Common_Sense said:

 

After you have removed BlacklistAppleUpdate, then go to https://opencore.slowgeek.com/ and validate your config.plist, it can help you to find misstakes in your config.

 

 

 

No! Use OC utility ocvalidate.

  • Like 6

Thanks, just ran it on my "Out of date" config...now to try and fix it :)

Spoiler



OCS: No schema for Block at 1 index, context <ACPI>!
OCS: No schema for Block at 1 index, context <DeviceProperties>!
OCS: No schema for HideSelf at 3 index, context <Boot>!
OCS: No schema for Block at 1 index, context <NVRAM>!
OCS: No schema for DirectGopCacheMode at 2 index, context <Output>!
OCS: No schema for Protocols at 6 index, context <UEFI>!
OCS: No schema for RequestBootVarFallback at 3 index, context <Quirks>!


 

 

Edited by D-an-W
14 hours ago, Andrey1970 said:

 

No! Use OC utility ocvalidate.

how to compile the utility? When i type 'make' this is what i get:

cc -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 -O3 -I../../User/Include -I../../Include/Acidanthera -I../../Include/Apple -I../../Include/Apple/X64 -I../../Include/Generic -I../../Include/Intel -I../../Include/Microsoft -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../UDK/MdePkg/Include -I../../UDK/MdePkg/Include/Library -I../../UDK/MdePkg/Include/X64 -I../../UDK/MdePkg/Library/BaseLib -I../../UDK/MdeModulePkg/Include -I../../UDK/UefiCpuPkg/Include -include ../../User/Include/Pcd.h -include ../../User/Include/GlobalVar.h ocvalidate.c -o Darwin_X64/ocvalidate.o

In file included from <built-in>:1:

./../../User/Include/Pcd.h:9:10: fatal error: 'Uefi.h' file not found

#include <Uefi.h>

         ^~~~~~~~

1 error generated.

make: *** [Darwin_X64/ocvalidate.o] Error 1

1 hour ago, Paksman said:

how to compile the utility? When i type 'make' this is what i get:

cc -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 -O3 -I../../User/Include -I../../Include/Acidanthera -I../../Include/Apple -I../../Include/Apple/X64 -I../../Include/Generic -I../../Include/Intel -I../../Include/Microsoft -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../UDK/MdePkg/Include -I../../UDK/MdePkg/Include/Library -I../../UDK/MdePkg/Include/X64 -I../../UDK/MdePkg/Library/BaseLib -I../../UDK/MdeModulePkg/Include -I../../UDK/UefiCpuPkg/Include -include ../../User/Include/Pcd.h -include ../../User/Include/GlobalVar.h ocvalidate.c -o Darwin_X64/ocvalidate.o

In file included from <built-in>:1:

./../../User/Include/Pcd.h:9:10: fatal error: 'Uefi.h' file not found

#include <Uefi.h>

         ^~~~~~~~

1 error generated.

make: *** [Darwin_X64/ocvalidate.o] Error 1

 

Open a terminal

git clone https://github.com/acidanthera/OpenCorePkg.git

Go to Opencore directory just create after "git clone" launch ./build_oc.tool

Build results will be in subdirectory UDK/Build/OpenCorePkg/ -> DEBUG,NOOPT,RELEASE

Unzip OpenCore-0.6.0-xxxx.zip according to your choice.

Result will be in OpenCore-0.6.0-xxxx/Utilities/ocvalidate

 

Fred

Edited by FredWst
  • Like 1
22 hours ago, Common_Sense said:

 

After you have removed BlacklistAppleUpdate, then go to https://opencore.slowgeek.com/ and validate your config.plist, it can help you to find misstakes in your config.

 

BlacklistAppleUpdate have been removed in newer versions of Opencore and replaced with something else, not sure exactly what was replacing it.

Thanks ! I've done it and all is validate by opencore.slowgeek :-)

 

I'll try to boot now.

 

A a nice day, thanks

On 7/31/2020 at 8:53 AM, FredWst said:

 

I've a similar issue on hack MM8,1 reboot on Apple logo -> it needs -v option to boot. (Very strange, will make a debug log) 

 

@vit9696

I've found the issue, but not able to explain why...

I always made tweak DSDT and the one for my MM8,1 set ASPM in PCI space  for WIFI sleep/wake. (OC do that now but write 0x0)

 


  Scope (_SB)
    {
        Method (_INI, 0, NotSerialized)  // _INI: Initialize
        {
            ^PCI0.RP01.ASPM = 0x41
            ^PCI0.RP01.ARPT.ASPM = 0x41
        }
*************************************

            Device (RP01)
            {
                Name (_ADR, 0x001C0007)  // _ADR: Address
                OperationRegion (LLLL, PCI_Config, 0x50, One)
                Field (LLLL, AnyAcc, NoLock, Preserve)
                {
                    ASPM,   8
                }

************************************

                Device (ARPT)
                {
                    Name (_ADR, Zero)  // _ADR: Address
                    OperationRegion (LLLL, PCI_Config, 0xBC, One)
                    Field (LLLL, AnyAcc, NoLock, Preserve)
                    {
                        ASPM,   8
                    }

 

 

Fred

×
×
  • Create New...