I am trying to load a guest Ubuntu using kvmtool. For this I am running following command.
This ends with "mounting /dev/vda on /root failed: No such device". Here is the output [link]
What is going on and how can I resolve it?
Code:
sudo ./lkvm run --disk ~/Downloads/ubuntu-core-16-amd64.img --kernel ~/kvmtool/guest_linux_kernel/linux-4.13/arch/x86_64/boot/bzImage --network virtio -c 2 -m 6000 -i ~/kvmtool/guest_linux_kernel/linux-4.13/initrd-4.13.0-41-generic.img --name ubuntu
What is going on and how can I resolve it?