qemu-system-x86_64: Could not reopen file: Permission denied
- I agree that I have searched opened and closed issues to prevent duplicates.
Description
The command mentioned in the tutorial Trying Redox in a virtual machine fails to run without sudo.
Environment info
Manjaro 20.2, Qemu 5.1.0
- Redox OS Release: 0.5.0
Steps to reproduce
qemu-system-x86_64 -serial mon:stdio -d cpu_reset -d guest_errors -smp 4 -m 1024 -s -machine q35 -device ich9-intel-hda -device hda-duplex -net nic,model=e1000 -net user -device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0 -enable-kvm -cpu host -drive file=harddrive.bin,format=raw
Behavior
- Expected behavior: It should work.
-
Actual behavior:
It complains
qemu-system-x86_64: Could not reopen file: Permission denied
.