Hello!
After upgrading Fedora from Fedora 37 to Fedora 39(via Fedora 38). I have problem:
now:
uname -a
Linux localhost.localdomain 6.6.12-100.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jan 16 01:35:34 UTC 2024 x86_64 GNU/Linux
fc38? Why?, but:
cat /etc/redhat-release
Fedora release 39 (Thirty Nine)
I tried dnf update and dnf updated with “ALL Ok”, but i see that when dnf
updated my os, dnf writed warning:
dkms: running auto installation service for kernel 6.6.13-200.fc39.x86_64 Done.
cp: error writing '/boot/efi/adbce/6.6.13-200.fc39.x86_64/initrd': No space left on device
dracut: Creation of /boot/efi/adbce/6.6.13-200.fc39.x86_64/initrd failed
/usr/lib/kernel/install.d/50-dracut.install failed with exit status 1.
warning: %posttrans(kernel-core-6.6.13-200.fc39.x86_64) scriptlet failed, exit status 1
Unfortunately, I allowed automatic disk partitioning a few years ago when I installed Fedora 27.
And 200m(/boot/efi) is a very little!
fdisk -l
Device Start End Sectors Size Type
/dev/sdc1 2048 411647 409600 200M EFI System
/dev/sdc2 411648 2508799 2097152 1G Linux filesystem
/dev/sdc3 2508800 2000408575 1997899776 952,7G Linux LVM
du -hs /boot/efi/*
166M /boot/efi/adbceRemoved
7,2M /boot/efi/EFI
4,0K /boot/efi/mach_kernel
16K /boot/efi/System
4,0K /boot/efi/System Volume Information
df -h /boot/efi/adbceRemoved
130M 0-rescue
4,0K 4.17.19-100.fc27.x86_64
4,0K 4.18.7-100.fc27.x86_64
4,0K 4.18.9-100.fc27.x86_64
36M 6.6.12-200.fc39.x86_64
4,0K 6.6.13-200.fc39.x86_64
4,0K 7.00
Now i have os Fedora 39, but my kernel is 6.6.12-100.fc38. But directory(above)is 6.6.12-200.fc39.x86_6 FC39?
I don’t know why 0-rescue have 130M, I didn’t restored the system. This directory update 22 January, when i update os to Fedora 39.
- Can i remove all files from 0-rescue?
- How can I reinstall 6.6.13-200.fc39.x86_64 via dnf i have Nvidia card and i want that akmod-nvidia compiled automatically.
- Why did dnf report a successful update when it turned out during the update process that there was no free space on boot/efi? And as a result, the kernel did not install correctly!
Thanks.