If I'll install Ubuntu Jammy (host running on Jammy too) in LXC container, and try to upgrade to Noble like this:
do-release-upgrade -d
While apt upgrading system, container will be simply stopped, and can't be started/accessed anymore:[![enter image description here][1]][1]
Why is the image not showing?
If create container with Noble release (lxc-create -t ubuntu -n test2 -- --release noble), then container won't start too.
Is that a bug, or I doing something wrong?