installing package kernel-core-6.17.6-300.fc43.x86_64 needs 2MB more space on the /boot filesystem
How to clean up or create 2MB more space, for the update to install. Does there have to be some basic clean-up in general for the future, if so how to accomplish that.
Hi J B, Last week I did the install Fed 43 on top of the Fed42. That all went pretty smoothly and I’ve done some updates since then.
There was a problem with gstreamer1plugins, but that has been resolved with late updates which were put out the next day.
Here is a screen shot from disc’s. This shot is from the Fed43 . the other 1.0 TB is Windows 10. it is a dual boot system, each with its own SSD of 1.0 TB
the proper command to find out used/free space on /boot is
df -h /boot
to find this out:
rpm -qa kernel-core
we can also take a look on what’s using up the space in your /boot partition:
ls -lh /boot
For new installs of F43, the recommended /boot size is 2 GB. You may need to reduce the number of kernels you have or, even better, remove the rescue kernels - they are not needed.
Do you have nvidia hardware (with that the firmware files get bigger and bigger).
The initial update has been installed in the meantime because I removed an older Fed 42 kernel and that gave enough room to do the update install.
All the read-outs above as per your instructions are after the update.
If you don’t want to adjust your partition sizes, you’ll likely want to change this line in your /etc/dnf/dnf.conf:
installonly_limit=3
to be a 2 instead of a 3. Disabling the creation of rescue kernels is also an option, as frankly they’re not very useful and if you’re at the point where you might need it, you likely need to do a reinstall anyway.
I would much rather delete the rescue kernel and ave 270 MB (=25% capacity) on your boot partition than deleting a regular kernel. You can always boot a rescue kernel from the live environment (installer iso).
I have gnome-disks and Gparted. Is one easier or safer to use than the other?
Does shrinking /home automatically increase the boot partition? or do I first shrink / home and then increase boot partition? I’m not exactly sure of the procedure. Sorry.