-
Notifications
You must be signed in to change notification settings - Fork 119
BIOS Reset #279
Comments
Can you still boot? If so you have some options:
|
@lucasdemarchi thank you for your response.
I really don't understand why there is no switch/jumper to reset bios. |
The command with efibootmgr was changing only the next boot, not the boot order. I agree with you it's not a good idea to change the boot order. I thought that after entering the efi interface you would be able to control it, but I was wrong. Another possibility is to check if the setting is exported as an efivar and set it from Linux. However this may be risky of bricking your board. I can try something tomorrow on one of my boards. I agree with you there should be an easier option to reset the bios. |
Can you use keyboard when grub(or your bootmanager) shows up? If so I think you could add a entry to boot from USB and install the Yocto image. I guess Ubuntu created the /boot partition different than BIOS expected to run the auto-update. |
What Lucas was asking you to try was this:
But after testing several combinations of arguments I always get a invalid argument error. |
Sorry to hijack this thread but I have been trying this as well since I have ended up with a BIOS that I can't make changes to. *RestoreFactoryDefault has "Authenticated Write Access" in the attributes and according to the spec, the data buffer should begin with an authentication descriptor. This seems to be the reason as to why writing a 1 doesn't succeed. I am pretty much stuck now, wondering if there are any other workarounds to do a factory reset on the Aero board. |
@zehortigoza USB is completely disabled. Only way I can interact with the the card is after booting to OS and using remote desktop connection.
is giving invalid argument error as I believe write option does not exist. I also asked help from intel community: @whitebrandy I am also stuck, and I have already lost my hope. Just keep in mind that Intel Aero Computing Board also can be used as a very nice, expensive paperweight. |
I am using Ubuntu 16.04. USB 3 camera was being detected as USB2, so I was trying BIOS settings to solve it.
I have disabled xHCI mode, it disabled only USB connection available. It is not detecting keyboard so I can't go back to BIOS to revert the settings or boot from USB to flash an official release to revert the changes.
Is there any way to reset the BIOS?
The text was updated successfully, but these errors were encountered: