On Tue, 2019-06-04 at 20:14 +0200, Patrick Dupre wrote: > Hello, > > It is say: > You can test your stick using QEMU. > qemu -hda /dev/sdX -m 1024 -vga std > I installed qemu (dnf install qemu). > Then > qemu -hda /dev/sdc -m 1024 -vga std > > bash: qemu: command not found... > > What I am doing wrong? 'qemu' is a pseudo-package that installs some support files for non- Intel architectures which you almost certainly don't need. There is no 'qemu' command. $ sudo dnf install qemu-kvm then either use the qemu-system-x86_64 command, or (better) run virtmanager or virsh to set up a new VM. poc _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx