Skip to content

Instantly share code, notes, and snippets.

@fmarcia
Last active April 10, 2016 07:05
Show Gist options
  • Save fmarcia/e6531bf882ca0b5f60dd to your computer and use it in GitHub Desktop.
Save fmarcia/e6531bf882ca0b5f60dd to your computer and use it in GitHub Desktop.
Lenovo firmware Update
wget https://download.lenovo.com/pccbbs/mobiles/jbuj57wd.iso
  • Convert iso to img
geteltorito.pl -o bios.img jbuj57wd.iso
  • Copy img to an USB key
sudo dd if=bios.img of=/dev/sdc bs=4M
sync
  • Reboot the laptop and press F12 when the lenovo logo appears
  • Select the usb key to boot on
  • Follow instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment