Jump to content
8755 posts in this topic

Recommended Posts

56 minutes ago, Download-Fritz said:

@Andres ZeroCross There is no way to hide detected entries and we do not see any reason to implement such

 

No problem,, I shouldn't use custom entry because i have use separated disk for each Operating System. Every disk have own EFI/Boot/Bootx64.efi. So actually i don't need use those features.
I just want to change entry name instead default ones, i just need to use ._contentDetails files to edit entry name. Thanks again

IMG_068EF6F3936F-1.jpeg

  • Like 1
6 hours ago, Andres ZeroCross said:

Still get smooth booting with latest OpenCore Bootloader and new drivers :)

Screen Shot 2019-08-06 at 15.33.08.png

 

 

Do you see Apple Logo after choosing macOS boot entry? I don't see it, it straightly booted into the second stage (where AMD GPU screen flashes happens) and login shows. 

9 minutes ago, justin said:

 

 

Do you see Apple Logo after choosing macOS boot entry? I don't see it, it straightly booted into the second stage (where AMD GPU screen flashes happens) and login shows. 

 

ConsoleControl=true

 

ProvideConsoleGop=true

Edited by vandroiy2012
9 minutes ago, justin said:

 

 

Do you see Apple Logo after choosing macOS boot entry? I don't see it, it straightly booted into the second stage (where AMD GPU screen flashes happens) and login shows. 


There is no strange issue, just like before. Try @vandroiy2012 solution above

  • Like 1
17 minutes ago, vandroiy2012 said:

 

ConsoleControl=true

 

ProvideConsoleGop=true

 

Hey thanks. ConsoleControl has been true since the first try :) I was always able to see Apple Logo until I, one hour ago, compiled and updated my EFI with opencore-version  REL-004-2019-08-06, of cause I replaced AptioMemoryFix.efi  and VariableRuntimeDxe.efi with FwRuntimeServices.efi, also added Booter/Quiks with SetupAppleMap=YES, SetupAppleSlide=YES (which was default from samplefull.plist)

 

Adding ProvideConsoleGop=true does not help. Adding this works, Sorry i forgot to save config.plist before restarting. 

 

By the way, the boot time seems longer than before :) but this does not bother me. 

Edited by justin
9 minutes ago, justin said:

 

Hey thanks. ConsoleControl has been true since the first try :) I was always able to see Apple Logo until I, one hour ago, compiled and updated my EFI with opencore-version  REL-004-2019-08-06, of cause I replaced AptioMemoryFix.efi  and VariableRuntimeDxe.efi with FwRuntimeServices.efi, also added Booter/Quiks with SetupAppleMap=YES, SetupAppleSlide=YES (which was default from samplefull.plist)

 

Adding ProvideConsoleGop=true does not help. 

Same setup as above and working Apple logo, though with wrong resolution but that is normal without a nvram reseat for me. 542208693_Screenshot2019-08-06at17_23_29.thumb.png.91361d4926bef13e05678eeee5be018a.png

Edited by obus
1 minute ago, obus said:

S542208693_Screenshot2019-08-06at17_23_29.thumb.png.91361d4926bef13e05678eeee5be018a.pngame setup as above and working Apple logo, though with wrong resolution but that is normal without a nvram reseat for me. 

 

Thanks, i edited my post, i forgot to save before restarting, adding ProvideConsoleGop=true worked for me. thanks for your info also. 

1 hour ago, Andres ZeroCross said:

I just want to change entry name instead default ones, i just need to use ._contentDetails files to edit entry name. Thanks again

 

Still not able to set default boot entry? in your example, you'll boot into Windows if no choice made. 

Hi Guys

 

Still get smooth booting with latest OpenCore Bootloader 0.0.4 and new drivers :D I don't find VariableRuntime.efi :cry: Where is it?

 

AppleALC don't load at the beginning, now all is OK.

 

Question: how to use USB port limit patch in Opencore config.plist?

 

Special thanks to @Andres ZeroCross Clover DSDT for Z390 Aorus Master works fine. Need more test.

 

 

Capture d’écran 2019-08-06 à 19.15.48.png

28 minutes ago, Andrey1970 said:

Now it FwRuntimeServices.efi

 

With this one replacing VariableRuntimeDxe.efi and AptioMemoryFix.efi, and with SetupAppleMap=YES, SetupAppleSlide=YES, i'm able to boot smoothly, but shutdown turns reboot, sleep does not work. If SetupAppleMap=NO, SetupAppleSlide=NO, shutdown and sleep both works, but on boot menu, if i let it choose automatically, there will be a "timeout" message , wait for a while it boots into macOS login windows directly. Guessing  i'm waiting for docs to explain the Booter/Quirks. 

  • Like 1
2 hours ago, justin said:

 

Still not able to set default boot entry? in your example, you'll boot into Windows if no choice made. 


Just go to system preferences, and go to startup disk. Select disk and restart,, it will be your default disk

  • Like 1
40 minutes ago, Andrey1970 said:

Now it FwRuntimeServices.efi


Thanks for the informati0n,, i just deleted VariableRuntime.efi from my drivers. I tested in windows, Sleep and Restart are still working in Windows (NVRAM Problem before). I need this file (from @vit9696) before to fix my NVRAM in Windows 

57 minutes ago, Matgen84 said:

Hi Guys

 

Still get smooth booting with latest OpenCore Bootloader 0.0.4 and new drivers :D I don't find VariableRuntime.efi :cry: Where is it?

 

AppleALC don't load at the beginning, now all is OK.

 

Question: how to use USB port limit patch in Opencore config.plist?

 

Special thanks to @Andres ZeroCross Clover DSDT for Z390 Aorus Master works fine. Need more test.

 

 

Capture d’écran 2019-08-06 à 19.15.48.png

 

 

Just set YES to this options to enable "Unlock limit patch",, it's in Kernel -> Quirks

image.png

  • Thanks 1

@justin

@Andres ZeroCross

I have a z390 rig too. With the new driver system I have also found that if  SetupAppleMap=NO and SetupAppleSlide=NO, shutdown and sleep both work without the need for VariableRuntimeDxe.efi. This is a step forward :) but without VariableRuntimeDxe.efi I still don't get persistent NVRAM across boots. Have either of you managed to get NVRAM working on z390 without the VariableRuntimeDxe driver and NVRAM > LegacyEnable set to YES?

Edited by dgsga
17 minutes ago, dgsga said:

LegacyEnable set to YES?

 

Set this option = YES  requires LogoutHook.command to be installed. But i'm not able to get boot-path variable with FwRuntimeServices.efi, thus the LogoutHook.command will fail to find EFI partition automatically. 

10 minutes ago, justin said:

 

Set this option = YES  requires LogoutHook.command to be installed. But i'm not able to get boot-path variable with FwRuntimeServices.efi, thus the LogoutHook.command will fail to find EFI partition automatically. 

Me neither, that's why I still need to use the VariableRuntimeDxe driver even though shutdown/restart/sleep now work without it... It's confusing.

15 hours ago, maddie said:

In normal boot (not booting into update installer), OpenCore menu just stays on screen for a while, then suddenly the Apple logo with an almost done progress bar shows up (second stage?) and went into login screen in a second

 

 

B360M here, exactly same. 

8 hours ago, justin said:

 

 

B360M here, exactly same. 

 

@vandroiy2012 said in post above:

 

ConsoleControl=true
 
ProvideConsoleGop=true

It works for my Z390 Aorus Master. I've verbose mode because I use it.

11 hours ago, Andres ZeroCross said:


Thanks for the informati0n,, i just deleted VariableRuntime.efi from my drivers. I tested in windows, Sleep and Restart are still working in Windows (NVRAM Problem before). I need this file (from @vit9696) before to fix my NVRAM in Windows 

 

 

Just set YES to this options to enable "Unlock limit patch",, it's in Kernel -> Quirks

 

 

Thanks a lot. @Andres ZeroCross  :)

 

What about others patches: I don't find the way to use it in OC Config.plist

Edited by Matgen84
10 hours ago, dgsga said:

@justin

@Andres ZeroCross

I have a z390 rig too. With the new driver system I have also found that if  SetupAppleMap=NO and SetupAppleSlide=NO, shutdown and sleep both work without the need for VariableRuntimeDxe.efi. This is a step forward :) but without VariableRuntimeDxe.efi I still don't get persistent NVRAM across boots. Have either of you managed to get NVRAM working on z390 without the VariableRuntimeDxe driver and NVRAM > LegacyEnable set to YES?


My PC Specifications is Z170 not Z390,, no problem here with NVRAM. Few weeks ago i have problem with sleep and restart in Windows (NVRAM problem in windows about hibernate) and solved with VariableRuntime.efi but now i deleted it. There is no problem with Linux, Windows and macOS with NVRAM.

17 minutes ago, Matgen84 said:

 

@vandroiy2012 said in post above:

 


ConsoleControl=true
 
ProvideConsoleGop=true

It works for my Z390 Aorus Master. I've verbose mode because I use it.

 

Thanks a lot. @Andres ZeroCross  :)

 

What about others patches: I don't find the way to use it in OC Config.plist

 

 

ConsoleControl and ProvideConsoleGop are true as always, the Apple logo shows up fine after selecting boot entry when I was using OpenCore built at commit 1338b0c. The one that I built at latest commit 60b42e5 has this issue, without changing the config file.

 

EDIT: Well to be exact, without changing these parts in the config. Added the Booter section though.

Edited by maddie
  • Like 1
1 hour ago, Matgen84 said:

 

@vandroiy2012 said in post above:

 


ConsoleControl=true
 
ProvideConsoleGop=true

It works for my Z390 Aorus Master. I've verbose mode because I use it.

 

Thanks a lot. @Andres ZeroCross  :)

 

What about others patches: I don't find the way to use it in OC Config.plist

 

Here is my problem:

 

If ProvideConsoleGop=YES ConsoleControl=YES SetupAppleMap=YES SetupAppleSlide=YES, then

1. i'm able to see apple logo

2. OC starts the 1st item automatically

3. Sleep does NOT work

4. Shutdown turns into Reboot

5. nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:boot-path shows correct value

else if

ProvideConsoleGop=YES ConsoleControl=YES SetupAppleMap=NO SetupAppleSlide=NO, then

1. Sleep works 

2. Shutdown works

3. OC Starts the 1st item automatically fine BUT with a delay (saying timeout) and with NO Apple Logo, wait for a while it gets me login window. 

4. logs from OpenCore debug: OC: Missing GOP on ConsoleOutHandle, will install - Unsupported

5. nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:boot-path shows (iokit/common) data was not found

6. after reboot i'm not able to pop up the BIOS BOOT ENTRY by hitting F11 to choose USB Drive (this testing OC is on my USB drive), i have to take off USB driver and reboot, and plugin and reboot again and F11 can show the USB drive as boot option. 

fi

 

 

 

 

Edited by justin
6 minutes ago, justin said:

 

Here is my problem:

 

If ProvideConsoleGop=YES ConsoleControl=YES SetupAppleMap=YES SetupAppleSlide=YES, then

1. i'm able to see apple logo

2. OC starts the 1st item automatically

3. Sleep does NOT work

4. Shutdown turns into Reboot

else if

ProvideConsoleGop=YES ConsoleControl=YES SetupAppleMap=NO SetupAppleSlide=NO,

1. Sleep works 

2. Shutdown works

3. OC Starts the 1st item automatically fine BUT with a delay and with NO Apple Logo

4. logs from OpenCore debug: OC: Missing GOP on ConsoleOutHandle, will install - Unsupported

fi

 

 

 

 


We should be patient, 

There is no update information about those option yet in configuration.pdf

Btw, did you disable CSM Options from BIOS? I have disabled it always

Edited by Andres ZeroCross
  • Like 1
×
×
  • Create New...