I need to reset the BIOS. I took a look into my laptop, but the CMOS battery and the jumper are covered with a lot of stuff and I don't feel like taking all of that out. So is there a way of resetting the BIOS using Ubuntu?
Asked
Active
Viewed 3.8k times
1 Answers
6
modprobe nvram
dd if=/dev/zero of=/dev/nvram
Then reboot.
This resets the CMOS memory on most systems.

Zibri
- 739
/dev/nvram
. I've only really seen that on embedded systems. -1 – David Foerster Nov 22 '16 at 14:36