You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, the initrds are doubled: initrd.img-5.4.0-169-generic and initrd.img-5.4.0-169-generic.img (and same for -42-). However, the ones ending in .img are not referenced from the grub.cfg at all:
for some reason /boot contains both initrds with and without .img
even if the ones with are not used, however, as /boot space is limited
they prevent upgrades of packages, failing our pipelines
delete them
we don't really care about new kernels, or rebooting those VMs, but we
care about updated userland, and this prevents it
See lavabit/robox#294 for details
for some reason /boot contains both initrds with and without .img
even if the ones with are not used, however, as /boot space is limited
they prevent upgrades of packages, failing our pipelines
delete them
we don't really care about new kernels, or rebooting those VMs, but we
care about updated userland, and this prevents it
See lavabit/robox#294 for details
Ohai,
I've tested this on the following boxes, but I think others could be affected too:
When you boot the machine, you see there are at least two kernels installed:
Additionally, the initrds are doubled:
initrd.img-5.4.0-169-generic
andinitrd.img-5.4.0-169-generic.img
(and same for -42-). However, the ones ending in.img
are not referenced from thegrub.cfg
at all:Calling
apt-get update && apt-get upgrade
results in:Calling
rm -f /boot/*-generic.img
before doing the upgrade cleans up enough space to not break things.I think two optimizations can be made:
.img
files (wherever they come from)The text was updated successfully, but these errors were encountered: