Skip to content

Instantly share code, notes, and snippets.

@DavidLutton
Last active July 8, 2019 00:00
Show Gist options
  • Save DavidLutton/106fab8a49c02c4075e5a0d9fdb6bc67 to your computer and use it in GitHub Desktop.
Save DavidLutton/106fab8a49c02c4075e5a0d9fdb6bc67 to your computer and use it in GitHub Desktop.
Boot .img in qemu-kvm with a physical disk /dev/sdb
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