Skip to content

Instantly share code, notes, and snippets.

@gabrielke
Created April 9, 2020 19:32
Show Gist options
  • Select an option

  • Save gabrielke/8d4cf05bac69c89d118f9bc81ce61408 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielke/8d4cf05bac69c89d118f9bc81ce61408 to your computer and use it in GitHub Desktop.
Create bootable USB from CDROM-only ISO
apt install genisoimage
geteltorito -o bios.img oldschool_bios_updater.iso
dd if=bios.img of=usb-stick status=progress conv=sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment