Last active
July 8, 2019 00:00
-
-
Save DavidLutton/106fab8a49c02c4075e5a0d9fdb6bc67 to your computer and use it in GitHub Desktop.
Boot .img in qemu-kvm with a physical disk /dev/sdb
This file contains 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
sudo chown root:$USER /dev/sdb && qemu-kvm -hda LibreELEC*.img -m 4096 -drive format=raw,file=/dev/sdb ; sudo chown root:disk /dev/sdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how-to-install-kvm-on-fedora
Fedora getting-started-with-virtualization
SE