Or is it? Actually I not, because the test in update-
initramfs::get_sorted_versions() expects an existing
initrd.img-$version:

get_sorted_versions()
{
        version_list="$(
                linux-version list |
                while read -r version; do
                      test -e "${BOOTDIR}/initrd.img-$version" && echo 
"$version"
                done |
                linux-version sort --reverse
                )"
        verbose "Available versions: ${version_list}"
}


I confused myself because I'd added a workaround for this in calamares by 
executing a shell 

"touch /boot/initrd.img-$(uname -r)"

and forgotten it was there whilst chasing the missing kernel!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1829805

Title:
  Lubuntu Eoan Daily Image fails to boot after install on KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1829805/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to