Jump to content
8755 posts in this topic

Recommended Posts

17 hours ago, Andrey1970 said:

Do not use the modified forks of drivers from Clover.

Use the original from the author: https://github.com/Goldfish64/AudioPkg

 

i was downloaded from https://github.com/Goldfish64/AudioPkg but doesn't working.

 

Edited by zisqo
11 hours ago, vandroiy2012 said:

This patches are already implemented in WhateverGreen.kext as symbolic patch. No need to use them in bootloader. Just build latest WEG from master. 

Problems solved with agdpmod = pikera and newly compiled Lilu and WEG.:)

  • Like 1
8 hours ago, zisqo said:

 

i was downloaded from https://github.com/Goldfish64/AudioPkg but doesn't working.

 

 

2132325716_2019-08-0314_54_57.png.79c00ace68a04d00e79751c0db41887e.png

 

You have to understand that it is an offtopic.

  • Like 1

Having trouble booting, getting stuck on SmcReadValueKey right after End RandomSeed

 

Here is my latest log file opencore-2019-08-03-141553.txt with Serial# hidden

 

Here is my current config.plist with serial# hidden

 

my EFI folder

389716839_ScreenShot2019-08-03at10_39_00AM.png.d222fd42822cddcaa0aa829da848acb3.png

and what I see when I try to boot

 

IMG_4831.thumb.JPG.61920a5fdc4331d2a536c038fdce18c1.JPG

 

I'm hoping I have made a simple error and someone can point it out

I also notice a reference to CLOVER in the log file, this doesn't seem right.

maybe there is a NVRAM variable I have to delete? I don't know.

 

I built the latest debug version of OpenCore and all kexts right before this latest attempt.

I hope someone can point me in the right direction.

  Thank you.

Edited by rusty-bits
wrong link for log file
20 hours ago, errorexists said:

out of curiosity is there a way to stop from making a new file for every boot without turning the log off an just reuse 1 txt? image.thumb.png.733dd174ddc6b3d5da9b3b74693aa391.png

 

since you have nvram.plist showed on your ESP partition, that means you're using LogoutHook.command, so just add

 

rm -f /Volumes/EFI/opencore-*.txt

 

(you have to look at the code to find out what's best way to add this command, this is just an example/idea)

 

to the end of LogoutHook.command?

Edited by justin
51 minutes ago, justin said:

 

since you have nvram.plist showed on your ESP partition, that means you're using LogoutHook.command, so just add

 

rm -f /Volumes/EFI/opencore-*.txt

 

(you have to look at the code to find out what's best way to add this command, this is just an example/idea)

 

to the end of LogoutHook.command?

The logs have nothing to do with the nvram.plist file, I have native NVRAM and mine generates a new log every boot with Target set to xx

if we move the Target level then if we get a problem it won't generate a log, why couldn't the logging just be left the way it was as an overwritable *.log file.

Edited by MacFriedIntel
51 minutes ago, justin said:

 

since you have nvram.plist showed on your ESP partition, that means you're using LogoutHook.command, so just add

 

rm -f /EFI/opencore-*.txt

 

to the end of LogoutHook.command?

what are your talking about this has nothing to do with nvram.plist as its for the logging

10 minutes ago, errorexists said:

what are your talking about this has nothing to do with nvram.plist as its for the logging

 

You were looking for a method to get only one txt log file, i gave you a method. Please take a look at how LogoutHook.command works. Basically, you can add a script to somewhere so macOS can run your script on shutdown/reboot:

 

sudo defaults write com.apple.loginwindow LogoutHook  /path/to/your/script

 

and in your script, you can include "rm -f /Volumes/EFI/opencore-*.txt", well you have to mount ESP first in your script, before this command.

 

this means every time you shutdown/reboot. logs will be deleted, and then opencore will generate a new log on boot.

 

now do you get me? 

Edited by justin
 
 
 
 
 
8
 Advanced issues found
 
4
9 minutes ago, justin said:

 

You were looking for a method to get only one txt log file, i gave you a method. Please take a look at how LogoutHook.command works. Basically, you can add a script to somewhere so macOS can run your script on shutdown/reboot:

 

sudo defaults write com.apple.loginwindow LogoutHook  /path/to/your/script

 

and in your script, you can include "rm -f /Volumes/EFI/opencore-*.txt", well you have to mount ESP first in your script, before this command.

 

this means every time you shutdown/reboot. logs will be deleted, and then opencore will generate a new log on boot.

 

now do you get me? 

I get it, but seems a lot of effort just to remove something that shouldn't fill up the ESP like that.

20 minutes ago, MacFriedIntel said:

if we move the Target level then if we get a problem it won't generate a log, why couldn't the logging just be left the way it was as an overwritable *.log file.

 

Any system (macOS, Linux, Windows) would have multiple logs in case you wanted to trace, i don't see that's a problem, for example, run this command on your macOS: "ls /var/log/", what do you see. 

4 minutes ago, justin said:

 

Any system (macOS, Linux, Windows) would have multiple logs in case you wanted to trace, i don't see that's a problem, for example, run this command on your macOS: "ls /var/log/", what do you see. 

Multiple logs are fine, but in macos, you don't see them all over the root of a partition, tidy them up in a folder that would make better sense to me.

 

and running that command I see a log that overwrites itself.

Screenshot 2019-08-04 at 18.19.58.png

8 minutes ago, MacFriedIntel said:

Multiple logs are fine, but in macos, you don't see them all over the root of a partition, tidy them up in a folder that would make better sense to me.

 

and running that command I see a log that overwrites itself.

Screenshot 2019-08-04 at 18.19.58.png

 

I see a lot ... 

 

153762858_ScreenShot2019-08-05at01_25_48.thumb.png.00d07ad7f598c732dd29e6bf7ff34a82.png

Edited by justin

the point I am making is there should be something set within open core not to generate a log if there is nothing to put into the log, instead of creating empty files

i wasn't talking about macOS logs. there's no point having blank log files. 

49 minutes ago, zsirmo said:

Hello,

 

I have a problem with OpenCore boot loader. Many many ACPI ERROR :(

Mainboard: Asus Z97-K

 

I follow Opencore Haswell document.

 

Attached screenshot, and EFI folder.

EFI_opencore.zip

20190805_011228.jpg

This is your issue:

VldcfLA.png

As the documentation says, you should not do ACPI table renames in config. You should use SSDTs.

Test this EFI

EFI.zip

Edited by Pavo
On 8/3/2019 at 8:57 PM, Andrey1970 said:

 

2132325716_2019-08-0314_54_57.png.79c00ace68a04d00e79751c0db41887e.png

 

You have to understand that it is an offtopic.

 

already copy a bootchimedxe.efi to efi/oc/drivers folder but some delay(2-3secs) when i saw a apple logo  and no sound play even plug a spk at internal speaker or lint out port

About the aforementioned supplemental update problem, my Z370 rig updates just fine, but my another Z97 rig also fails, boots into Apple logo with progress bar, hangs at about 1/3 of the progress and reboots. So this makes 2 out of 3 of my hacks fail to install the update (one Asrock Deskmini 310 with i7-8700 and UHD 630, one Z97 rig with i7-4790K and RX580)

 

Just compiled the latest OpenCore and its components from the repository, and updated the configuration according to the latest Configuration.pdf and SampleFull.plist (also comments in OcAppleBootCompatLib.h from OcSupportPkg for the Booter section), then tried again.

 

This time:

 

1. 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

2. Now I'm able to select both update installer (macOS Installer) and macOS itself (wasn't able to when I was using the older build, only macOS Installer shows up if I selected "Restart to update" in the OS)

3. Selecting "macOS Installer", OpenCore menu also stays on screen for a while, then reboots

 

Attached is my config.plist for my Z97 rig with board info redacted. Am I doing anything wrong?

config.plist

2 hours ago, maddie said:

About the aforementioned supplemental update problem, my Z370 rig updates just fine, but my another Z97 rig also fails, boots into Apple logo with progress bar, hangs at about 1/3 of the progress and reboots. So this makes 2 out of 3 of my hacks fail to install the update (one Asrock Deskmini 310 with i7-8700 and UHD 630, one Z97 rig with i7-4790K and RX580)

 

Just compiled the latest OpenCore and its components from the repository, and updated the configuration according to the latest Configuration.pdf and SampleFull.plist (also comments in OcAppleBootCompatLib.h from OcSupportPkg for the Booter section), then tried again.

 

This time:

 

1. 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

2. Now I'm able to select both update installer (macOS Installer) and macOS itself (wasn't able to when I was using the older build, only macOS Installer shows up if I selected "Restart to update" in the OS)

3. Selecting "macOS Installer", OpenCore menu also stays on screen for a while, then reboots

 

Attached is my config.plist for my Z97 rig with board info redacted. Am I doing anything wrong?

config.plist

If you have used the latest compiled version of Opencore, there have been some changes as to how it works, Booter has been added to config with no documentation yet. also, Aptio has been merged into AppleSupport. so it's probably best to stick to release version until the documentation is updated.

1 hour ago, MacFriedIntel said:

If you have used the latest compiled version of Opencore, there have been some changes as to how it works, Booter has been added to config with no documentation yet. also, Aptio has been merged into AppleSupport. so it's probably best to stick to release version until the documentation is updated.

 

Yeah, I'm aware of that, I found some comments regarding the Booter section, so I think it should be fine. Also, I'm aware that Aptio has been merged into AppleSupport. I'm booted into macOS just fine with the HEAD version, it's just the supplemental update that can't run properly.

×
×
  • Create New...