You are not logged in.

#1 2017-09-07 12:47:21

tacchinotacchi
Member
Registered: 2014-08-18
Posts: 32

Stuck at "Booting from Hard Disk..." in qemu

I'm trying to boot from a Windows 10 live usb drive.

This is the command line:
QEMU_AUDIO_DRV=alsa qemu-system-x86_64 -enable-kvm -cpu host -m 12G  -usb -device usb-host,hostbus=2,hostaddr=2 -net nic,model=virtio -vga none -device qxl-vga,vgamem_mb=40 -soundhw sb16 -drive format=raw,file=Windows10,if=virtio  -boot menu=on

It doesn't seem to be a permission problem with the usb bus as I admit I tried running it as root as well.

Offline

#2 2017-09-08 08:33:51

kora
Member
Registered: 2017-09-08
Posts: 4

Re: Stuck at "Booting from Hard Disk..." in qemu

first of all, two things:
   1. why not just "-vga qxl"?
   2. why not just "-soundhw all"? [qemu should get alsa by default]

then, I have not understood if qemu starts or not.
If starts, where is the issue?

Offline

Board footer

Powered by FluxBB