Closed sooyun802 closed 6 years ago
Looks like you're missing your os image or something to boot from. Did you create an OS image to as the "path to vm image"?
Yes, and I know it should work because it worked with FEMU.
Ok. Instead of
-drive file={path to vm image},id=diskdrive,format=raw,if=none \ -device virtio-blk-pci,drive=diskdrive,scsi=off,config-wce=off,x-data-plane=on \
You can try:
-hda {path to vm image} \
Then the virtio acceleration is disabled.
Hello, I am currently using the following options to boot my VM.
This is what it looks like when I execute the command.
Are there any more options I need to add to get this to work?
Thank you.