Skip to content

Instantly share code, notes, and snippets.

@njuettner
Created August 18, 2019 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njuettner/b4b7b4b67e233a0cc8ddb774e87b6322 to your computer and use it in GitHub Desktop.
Save njuettner/b4b7b4b67e233a0cc8ddb774e87b6322 to your computer and use it in GitHub Desktop.
Bios Update Lenovo Arch Linux

Install tool to extract bootable image from Lenovo

yay -S geteltorito

Create bootable image

geteltorito.pl -o bios.img gkuj17ww.iso
sudo dd if=bios.img of=/dev/sdb
sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment