Arch Linux LXC Container unable to start

106 views Asked by At

I am running lxc containers from an Ubuntu host, but the container that has Arch Linux installed will not start up.

The container gets created correctly using this command: sudo lxc-create -n name -t download -- -d archlinux -r current -a amd64, but when running sudo lxc-start -n name, the container does not start. There is no error message.

Attached is a screenshot: enter image description here

the exit status of lxc-start is 0

I tried:

  • re-creating the container
  • updating lxc on the host system
  • rebooting my host system
  • checking the disk space of my host system
0

There are 0 answers