Wondering if anyone else has solved this problem. I have Ubuntu Server 18.04 LTS running, and I'm trying to install Ubuntu desktop 18.04.1 as a KVM guest I'm performing the VM creation/install with this command:
sudo virt-install --connect qemu:///system --virt-type kvm --name evilmanage --vcpus=2 --ram 2048 --disk path=/var/lib/libvirt/images/evilmanage.img,size=50 --network bridge=br0 --graphics vnc,listen=0.0.0.0,port=5901 --cdrom ~/isos/ubuntu-18.04.1-desktop-amd64.iso --os-variant ubuntu17.10
The install completes, but upon rebooting, the OS hangs and won't boot.
Anybody have 18.04.1 running as a guest? How in the world did you do it?
sudo virt-install --connect qemu:///system --virt-type kvm --name evilmanage --vcpus=2 --ram 2048 --disk path=/var/lib/libvirt/images/evilmanage.img,size=50 --network bridge=br0 --graphics vnc,listen=0.0.0.0,port=5901 --cdrom ~/isos/ubuntu-18.04.1-desktop-amd64.iso --os-variant ubuntu17.10
The install completes, but upon rebooting, the OS hangs and won't boot.
Anybody have 18.04.1 running as a guest? How in the world did you do it?