Created
April 9, 2020 19:32
-
-
Save gabrielke/8d4cf05bac69c89d118f9bc81ce61408 to your computer and use it in GitHub Desktop.
Create bootable USB from CDROM-only ISO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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