Skip to content

How to work with 0071 Bios #5

@rjocoleman

Description

@rjocoleman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions