-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Can't downgrade from 0071 bios, the usual recovery methods including pulling the security jumper and the power button menu do not work. 0071 bios includes security updates and is one-way upgrade.
With this bios you can't boot, to fix this you need to add a patch for RTC to the clover DSDT patches.:
<dict>
<key>Comment</key>
<string>Fix NUC BIOS DSDT Device(RTC)</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>oAqTU1RBUwE=</data>
<key>Replace</key>
<data>oAqRCv8L//8=</data>
</dict>
After applied the system can boot again.
huangzonghao
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers