Contribute
Register

Gigabyte Z390 M Gaming build with working NVRAM

Monterey 12.1
Switch from OC 0.7.6 to 0.7.7 and saw these message before boot picker showed:
you need to always check with the sample.plist when you upgrade opencore
 
you need to always check with the sample.plist when you upgrade opencore
I've downloaded OC 0.7.7 zip archive from this thread as always
 
I've downloaded OC 0.7.7 zip archive from this thread as always
from the sample.plist:
Code:
<key>Audio</key>
        <dict>
            <key>AudioCodec</key>
            <integer>0</integer>
            <key>AudioDevice</key>
            <string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
            <key>AudioOutMask</key>
            <integer>1</integer>
            <key>AudioSupport</key>
            <false/>
            <key>DisconnectHda</key>
            <false/>
            <key>MaximumGain</key>
            <integer>-15</integer>
            <key>MinimumAssistGain</key>
            <integer>-30</integer>
            <key>MinimumAudibleGain</key>
            <integer>-55</integer>
            <key>PlayChime</key>
            <string>Auto</string>
            <key>ResetTrafficClass</key>
            <false/>
            <key>SetupDelay</key>
            <integer>0</integer>
        </dict>

and from post 1:
Code:
<key>Audio</key>
        <dict>
            <key>AudioCodec</key>
            <integer>0</integer>
            <key>AudioDevice</key>
            <string>PciRoot(0x0)/Pci(0x1f,0x3)</string>
            <key>AudioOut</key>
            <integer>0</integer>
            <key>AudioSupport</key>
            <true/>
            <key>MinimumVolume</key>
            <integer>0</integer>
            <key>PlayChime</key>
            <string>Auto</string>
            <key>ResetTrafficClass</key>
            <false/>
            <key>SetupDelay</key>
            <integer>0</integer>
            <key>VolumeAmplifier</key>
            <integer>0</integer>
        </dict>
 
from the sample.plist:
Code:
<key>Audio</key>
        <dict>
            <key>AudioCodec</key>
            <integer>0</integer>
            <key>AudioDevice</key>
            <string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
            <key>AudioOutMask</key>
            <integer>1</integer>
            <key>AudioSupport</key>
            <false/>
            <key>DisconnectHda</key>
            <false/>
            <key>MaximumGain</key>
            <integer>-15</integer>
            <key>MinimumAssistGain</key>
            <integer>-30</integer>
            <key>MinimumAudibleGain</key>
            <integer>-55</integer>
            <key>PlayChime</key>
            <string>Auto</string>
            <key>ResetTrafficClass</key>
            <false/>
            <key>SetupDelay</key>
            <integer>0</integer>
        </dict>

and from post 1:
Code:
<key>Audio</key>
        <dict>
            <key>AudioCodec</key>
            <integer>0</integer>
            <key>AudioDevice</key>
            <string>PciRoot(0x0)/Pci(0x1f,0x3)</string>
            <key>AudioOut</key>
            <integer>0</integer>
            <key>AudioSupport</key>
            <true/>
            <key>MinimumVolume</key>
            <integer>0</integer>
            <key>PlayChime</key>
            <string>Auto</string>
            <key>ResetTrafficClass</key>
            <false/>
            <key>SetupDelay</key>
            <integer>0</integer>
            <key>VolumeAmplifier</key>
            <integer>0</integer>
        </dict>
Yes, OC team made some changes in 0.7.7
 

Attachments

  • Screenshot 2022-01-27 at 15.00.34.png
    Screenshot 2022-01-27 at 15.00.34.png
    91.4 KB · Views: 33
Yes, OC team made some changes in 0.7.7
they did...

this is why it is also important to run ocvalidate on your config.plist when upgrading/using new version of opencore
 
So here is my oc's config, to get rid of this error message that I have before boot picker should I copy values from 0.7.6 for AudioOut, MinimumVolume, VolumeAmplifier to my new oc 0.7.7 config from post #1?
 

Attachments

  • Screenshot 2022-01-27 at 15.06.27.png
    Screenshot 2022-01-27 at 15.06.27.png
    1.1 MB · Views: 29
So here is my oc's config, to get rid of this error message that I have before boot picker should I copy values from 0.7.6 for AudioOut, MinimumVolume, VolumeAmplifier to my new oc 0.7.7 config from post #1?
yes
 
Monterey 12.1
Switched from OC 0.7.6 to 0.7.7 and got this message before boot picker showed up:

Use the config.plist included with the EFI folder from post #1 and just copy/paste your Serial, Board Serial, UUID, and MAC address to it.
 
Use the config.plist included with the EFI folder from post #1 and just copy/paste your Serial, Board Serial, UUID, and MAC address to it.
That's what I've done, like always
 
Use the config.plist included with the EFI folder from post #1 and just copy/paste your Serial, Board Serial, UUID, and MAC address to it.
do you want to recheck your config.plist from your 0.7.7 folder as i check your audio section and it looks like
Code:
<key>Audio</key>
        <dict>
            <key>AudioCodec</key>
            <integer>0</integer>
            <key>AudioDevice</key>
            <string>PciRoot(0x0)/Pci(0x1f,0x3)</string>
            <key>AudioOut</key>
            <integer>0</integer>
            <key>AudioSupport</key>
            <true/>
            <key>MinimumVolume</key>
            <integer>0</integer>
            <key>PlayChime</key>
            <string>Auto</string>
            <key>ResetTrafficClass</key>
            <false/>
            <key>SetupDelay</key>
            <integer>0</integer>
            <key>VolumeAmplifier</key>
            <integer>0</integer>
        </dict>

but should be:
Code:
<key>Audio</key>
        <dict>
            <key>AudioCodec</key>
            <integer>0</integer>
            <key>AudioDevice</key>
            <string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
            <key>AudioOutMask</key>
            <integer>1</integer>
            <key>AudioSupport</key>
            <false/>
            <key>DisconnectHda</key>
            <false/>
            <key>MaximumGain</key>
            <integer>-15</integer>
            <key>MinimumAssistGain</key>
            <integer>-30</integer>
            <key>MinimumAudibleGain</key>
            <integer>-55</integer>
            <key>PlayChime</key>
            <string>Auto</string>
            <key>ResetTrafficClass</key>
            <false/>
            <key>SetupDelay</key>
            <integer>0</integer>
        </dict>
?
 
Back
Top