Hi,
I've been trying to convert an Ubuntu 16.04 LXC to a virtual machine. The problem is that not the machine boots once each 6-7 restarts. It makes no difference is these are restarts or if I start it from "off".
I'm not sure what packages I'm supposed to be installing after copying the lxc files to the vm. I did install the kernel, grub, of course, acpi and not much else.
I'm not sure where to go from here.
I'm using a live cd to offer this info:
cat /etc/fstab:
I'm not really sure that this is a boot problem. It might be related to uninstalled packages, unidentified drivers, not really sure. Maybe I should also install some packages related to qemu/kvm? Is it dependent on that in any way in order to work? I'm at a loss as to what is going on. Not sure where I should continue troubleshooting.
I've been trying to convert an Ubuntu 16.04 LXC to a virtual machine. The problem is that not the machine boots once each 6-7 restarts. It makes no difference is these are restarts or if I start it from "off".
I'm not sure what packages I'm supposed to be installing after copying the lxc files to the vm. I did install the kernel, grub, of course, acpi and not much else.
I'm not sure where to go from here.
I'm using a live cd to offer this info:
Code:
blkid
/dev/sda1: UUID="3e671c97-7695-49e7-8c83-4527c94d8f14" TYPE="ext4" PARTUUID="406cef0c-01"
/dev/sda2: UUID="c555438a-fd29-4cad-a8cf-fe92c3b78e0b" TYPE="ext4" PARTUUID="406cef0c-02"
/dev/sr0: UUID="2018-07-31-01-12-13-00" LABEL="Ubuntu 16.04.5 LTS amd64" TYPE="iso9660" PTUUID="6be2cd0d" PTTYPE="dos"
/dev/sda3: UUID="688b6a9b-0f30-450c-b8d6-1316c0d17798" TYPE="swap" PARTUUID="406cef0c-03"
cat /etc/fstab:
Code:
UUID="3e671c97-7695-49e7-8c83-4527c94d8f14" /boot ext4 defaults,noatime0 0
UUID="c555438a-fd29-4cad-a8cf-fe92c3b78e0b" / ext4 defaults,noatime0 1
UUID="688b6a9b-0f30-450c-b8d6-1316c0d17798" none swap defaults 00
I'm not really sure that this is a boot problem. It might be related to uninstalled packages, unidentified drivers, not really sure. Maybe I should also install some packages related to qemu/kvm? Is it dependent on that in any way in order to work? I'm at a loss as to what is going on. Not sure where I should continue troubleshooting.