This command:
virt-install \
--name bla \
--ram=1024 \
--disk path=/home/me/libvirt/images/bla.qcow2,bus=virtio,size=10 \
--location /home/me/Downloads/ubuntu-18.10-desktop-amd64.iso
Reports:
ERROR Couldn't find hvm kernel for Ubuntu tree.
How can I fix this?
(Since there are many duplicate posts and answers with regard to this issue, I am answering it, too.)
Best Answer
Instead of using
use
The difference is (from the man page):
So the correct command in this case is: