TheLegendKiller
Newbie
- Joined
- Aug 3, 2019
- Messages
- 5
- Reaction score
- 0
Great script bro however it doesn't work for completely...it goes through upto the last point but the qemu isn't able to start the installation and complains that "qemu-system-x86_64: Initialization of device ide-hd failed: Device initialization failed.". when i see the command that starts the VM from the details file, it is below
if you see there is nothing after file=
any help is appreciated!!
Code:
/usr/bin/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -show-cursor -m 1742M -localtime -enable-kvm -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time,+nx -M pc -smp cores=40 -vga std -machine type=pc,accel=kvm -usb -device usb-tablet -k en-us -drive file=,index=0,media=disk,format=raw -boot c -vnc :9 & disown %1
if you see there is nothing after file=
any help is appreciated!!