Skip to content

Instantly share code, notes, and snippets.

@igor822
Created April 9, 2016 12:33
Show Gist options
  • Save igor822/f152649882d0c8e55814e377e327311f to your computer and use it in GitHub Desktop.
Save igor822/f152649882d0c8e55814e377e327311f to your computer and use it in GitHub Desktop.
Boot USB using Qemu
# lsusb to get bus and id
# https://weluse.de/blog/test-your-bootable-usb-drive-with-qemu.html
sudo qemu-system-x86_64 -m 512 -enable-kvm -usb -device usb-host,hostbus=1,hostaddr=8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment