Update lenovo/thinkpad BIOS using USB Flash
- Download firmware in .iso format (BIOS bootable update CD)
- dnf install geteltorito
- geteltorito -o bios.img j5uj62wd.iso
- Plug USB flash, umount manually if mounted, find out the device name (dmesg)
- Write bios.img to usb flash disk, be careful about device name, for example /dev/sdb, all data in USB flash will be deleted
dd if=bios.img of=/dev/sdb bs=1M - Boot and enter Setup, make sure system can boot in Legacy mode
UEFI / Legacy = both
Priority = Legacy First
CSM = yes - Save and boot using USB flash
Ref:
https://workaround.org/article/updating-the-bios-on-lenovo-laptops-from-linux-using-a-usb-flash-stick/
Comments