Hello,
The default size of the /boot mount partition in Fedora 43 was changed from 1GB to 2GB. It’s almost impossible to do this change on an existing system before or after upgrade to Fedora 43. So the easiest way of doing it is installing Fedora 43 from scratch, but this is quite a long undertaking. So my question is - do I really need the bigger /boot or in my particular case 1GB would be enough?
My hardware:
HP EliteBook 840 G11
CPU: Intel Core™ Ultra 7 155H
GPU: embedded in the Intel CPU, no other GPU
RAM: 32 GB
Disk: 1TB NVME
$ df -h | grep -e "boot" -e "/$" -e "/home"
/dev/dm-0 953G 23G 926G 3% /
/dev/dm-0 953G 23G 926G 3% /home
/dev/nvme0n1p2 974M 288M 619M 32% /boot
/dev/nvme0n1p1 599M 63M 537M 11% /boot/efi
/ and /home are btrfs and encrypted, /boot is ext4 and /boot/efi is vfat.
I’ve read following discussions about the reasons why the default size of /boot was increased from 1GB to 2GB, but still doubt is it relevant in my particular case.
- Systems with <=1 GB /boot partition may see "need more space" error during system update
- Talk: Systems with <=1 GB /boot partition may see “need more space” error during system update
For instance this notebook doesn’t have Nvidia GPU and so it doesn’t need to install that huge 100MB firmware file that was an example in one of those discussions.
Please advise, should I just upgrade Fedora 42 to Fedora 43 or it’s better to install Fedora 43 from scratch with new defaults? Are there any other reasons why it is better to install or update Fedora?