Created
April 9, 2016 12:33
-
-
Save igor822/f152649882d0c8e55814e377e327311f to your computer and use it in GitHub Desktop.
Boot USB using Qemu
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
# 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