⇤ ← Revision 1 as of 2016-05-06 00:52:33
Size: 604
Comment:
|
Size: 623
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Sub-pages == |
Sub-pages
/T530 /T560 /X1E1 |
Updating BIOSes from Linux
- Download appropriate CD image from support.lenovo.com
- Convert the CD image into a USB-bootable image w/ geleltorito, e.g.
geteltorito -o bios.img g2uj18us.iso
- dd the image to a USB stick, e.g.
dd if=bios.img of=/dev/sdb bs=1M
- Reboot machine w/ USB stick inserted. Hit F12 on bootup to see boot menu.
Source: Updating the BIOS on Lenovo laptops from Linux using a USB flash stick