Contribute
Register

Err(0x5) <- RT.GV wake-failure

Status
Not open for further replies.
EFI zipped with your last changes
you have to remove:
alcid=1 from your boot arguments

then test

when you reboot, make sure to also clear nvram to be on the safe side
 
Ho
you have to remove:
alcid=1 from your boot arguments

then test

when you reboot, make sure to also clear nvram to be on the safe side
you have to remove:
alcid=1 from your boot arguments

then test

when you reboot, make sure to also clear nvram to be on the safe side
How to clear nvram in opencore?
 
Ho


How to clear nvram in opencore?
when you first boot up, you may see a picker / boot menu and have the option there

or turn on laptop and hold the alt button and a menu should appear
 
when you first boot up, you may see a picker / boot menu and have the option there

or turn on laptop and hold the alt button and a menu should appear
DONE!!!!!
OMG bro! you really a blessed guy! you help me alot with all this informations!
May God bless you, i really have no words to thank you, now everything is working as spected.

Opencore is really much better than clover, it's more stable, so let's work now hahaha, see ya bro!
 
DONE!!!!!
OMG bro! you really a blessed guy! you help me alot with all this informations!
May God bless you, i really have no words to thank you, now everything is working as spected.

Opencore is really much better than clover, it's more stable, so let's work now hahaha, see ya bro!
didn't realise you had that boot argument before, hence the reason it didn't work, enjoy your hack! :)
 
didn't realise you had that boot argument before, hence the reason it didn't work, enjoy your hack! :)
thank you so much! you really save my life from the hack hahahaha God bless you!
 
didn't realise you had that boot argument before, hence the reason it didn't work, enjoy your hack! :)
Do you know if is possible to recovery my windows boot in opencore too?
my Windows was installed in another partition, but i can't see this option or mount the Windows EFI partition, but if i insert a Catalina's pendrive bootable with clover (my old version), i can see and boot in this partition.
 
Do you know if is possible to recovery my windows boot in opencore too?
my Windows was installed in another partition, but i can't see this option or mount the Windows EFI partition, but if i insert a Catalina's pendrive bootable with clover (my old version), i can see and boot in this partition.
i don't dual boot but you need to enable bootstrap.efi under the security options:
Code:
<key>Security</key>
        <dict>
            <key>AllowNvramReset</key>
            <true/>
            <key>AllowSetDefault</key>
            <true/>
            <key>ApECID</key>
            <integer>0</integer>
            <key>AuthRestart</key>
            <false/>
            <key>BootProtect</key>
            <string>Bootstrap</string>
            <key>DmgLoading</key>
            <string>Signed</string>
            <key>EnablePassword</key>
            <false/>
            <key>ExposeSensitiveData</key>
            <integer>6</integer>
            <key>HaltLevel</key>
            <integer>2147483648</integer>
            <key>PasswordHash</key>
            <data>
            </data>
            <key>PasswordSalt</key>
            <data>
            </data>
            <key>ScanPolicy</key>
            <integer>0</integer>
            <key>SecureBootModel</key>
            <string>Disabled</string>
            <key>Vault</key>
            <string>Optional</string>
        </dict>

make sure the other settings are set as above

then you should have a new boot option in your bios called opencore that you can boot from

also make sure your picker is enabled:

Code:
<key>Misc</key>
    <dict>
        <key>BlessOverride</key>
        <array/>
        <key>Boot</key>
        <dict>
            <key>ConsoleAttributes</key>
            <integer>0</integer>
            <key>HibernateMode</key>
            <string>None</string>
            <key>HideAuxiliary</key>
            <false/>
            <key>PickerAttributes</key>
            <integer>1</integer>
            <key>PickerAudioAssist</key>
            <false/>
            <key>PickerMode</key>
            <string>Builtin</string>
            <key>PollAppleHotKeys</key>
            <false/>
            <key>ShowPicker</key>
            <true/>
            <key>TakeoffDelay</key>
            <integer>0</integer>
            <key>Timeout</key>
            <integer>5</integer>
        </dict>
 
the same, no windows partition, everything almost like your code above, i just changed PickerMode from External to Builtin because i'm using Graphical Opencore GUI.

Do you know if i format my windows partition and reinstall, this partition appear automatically in my boot options? no problem if i need to do it to fix it.
 
Status
Not open for further replies.
Back
Top