X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/21d0b2d141cc2ddb33e001352d7fafdf8c72b4b8..d93c02bbe62d9404557db658694d24a00c598b84:/blog/archive/2022/04/index.html diff --git a/blog/archive/2022/04/index.html b/blog/archive/2022/04/index.html index 58bd7373f7..63b53cd3cc 100644 --- a/blog/archive/2022/04/index.html +++ b/blog/archive/2022/04/index.html @@ -4,15 +4,15 @@ Petter Reinholdtsen: entries from April 2022 - - + +

- Petter Reinholdtsen + Petter Reinholdtsen

@@ -23,7 +23,50 @@
+
+ 20th April 2022 +
+
+

Recently I wanted to upgrade the firmware of my thinkpad, and +located the firmware download page from Lenovo (which annoyingly do +not allow access via Tor, forcing me to hand them more personal +information that I would like). The +download +from Lenovo is a bootable ISO image, which is a bit of a problem +when all I got available is a USB memory stick. I tried booting the +ISO as a USB stick, but this did not work. But genisoimage came to +the rescue.

+ +

The geteltorito program in +the genisoimage binary +package is able to convert the bootable ISO image to a bootable +USB stick using a simple command line recipe, which I then can write +to the most recently inserted USB stick:

+ +
+geteltorito -o usbstick.img lenovo-firmware.iso
+sudo dd bs=10M if=usbstick.img of=$(ls -tr /dev/sd?|tail -1)
+
+ +

This USB stick booted the firmware upgrader just fine, and in a few +minutes my machine had the latest and greatest BIOS firmware in place.

+ +
+
+ + + Tags: debian, english. + + +
+
+
+ +
+
16th April 2022 @@ -104,14 +147,14 @@ activities, please send Bitcoin donations to my address
- Tags: english, standard, video. + Tags: english, standard, video.
-

RSS Feed

+

RSS Feed