Barry Scott wrote:

>> On 12 Aug 2024, at 03:40, Dave Close <d...@compata.com> wrote:
>> 
>> # df -h /boot
>> Filesystem      Size  Used Avail Use% Mounted on
>> /dev/sda6       974M  549M  358M  61% /boot
>> 
>> It is held at least three kernels in the past.

>That does seem to have a lot of space used.
>
>Here is mine that has 3 kernels.
>
>$ df -h /boot
>Filesystem      Size  Used Avail Use% Mounted on
>/dev/sda3       974M  265M  642M  30% /boot
>
>What does `du -sh /boot` show?

# du -sh /boot
549M    /boot

# du -sh /boot/*
268K    /boot/config-6.9.9-100.fc39.x86_64
307M    /boot/efi
1.1M    /boot/extlinux
16K     /boot/flask
11M     /boot/grub2
150M    /boot/initramfs-0-rescue-7cf63543075b47d48d09f1649641c3a1.img
41M     /boot/initramfs-6.9.9-100.fc39.x86_64.img
20K     /boot/loader
16K     /boot/lost+found
148K    /boot/memtest86+x64.bin
164K    /boot/symvers-6.10.3-200.fc40.x86_64.xz
160K    /boot/symvers-6.9.12-200.fc40.x86_64.xz
160K    /boot/symvers-6.9.9-100.fc39.x86_64.xz
8.7M    /boot/System.map-6.9.9-100.fc39.x86_64
15M     /boot/vmlinuz-0-rescue-7cf63543075b47d48d09f1649641c3a1
16M     /boot/vmlinuz-6.9.9-100.fc39.x86_64
4.0K    /boot/xen-4.18.2.config
1.2M    /boot/xen-4.18.2.gz

Comparing your list to mine, I was struck by the size of /boot/efi.
The size of mine is inflated by one directory of 288M,
/boot/efi/7cf63543075b47d48d09f1649641c3a1. I don't know what that
is or why it's there. But the contents look suggestive:

# ls -lR  /boot/efi/7cf63543075b47d48d09f1649641c3a1
/boot/efi/7cf63543075b47d48d09f1649641c3a1:
total 16
drwxr-xr-x 2 root root 4096 2024-07-20 19:03 0-rescue
drwxr-xr-x 2 root root 4096 2024-08-13 09:42 6.10.3-200.fc40.x86_64
drwxr-xr-x 2 root root 4096 2024-08-01 04:04 6.9.12-200.fc40.x86_64
drwxr-xr-x 2 root root 4096 2024-07-20 19:03 7.00

/boot/efi/7cf63543075b47d48d09f1649641c3a1/0-rescue:
total 188184
-rw------- 1 root root 176793402 2024-07-20 19:03 initrd
-rwxr-xr-x 1 root root  15898984 2024-07-20 19:02 linux

/boot/efi/7cf63543075b47d48d09f1649641c3a1/6.10.3-200.fc40.x86_64:
total 53844
-rw-r--r-- 1 root root 39122311 2024-08-13 09:42 initrd
-rw-r--r-- 1 root root 16009576 2024-08-13 09:42 linux

/boot/efi/7cf63543075b47d48d09f1649641c3a1/6.9.12-200.fc40.x86_64:
total 52776
-rw-r--r-- 1 root root 38149613 2024-08-01 04:04 initrd
-rw-r--r-- 1 root root 15890792 2024-08-01 04:04 linux

/boot/efi/7cf63543075b47d48d09f1649641c3a1/7.00:
total 0

>> dkms: running auto installation service for kernel 6.10.3-200.fc40.x86_64
>> dkms: autoinstall for kernel 6.10.3-200.fc40.x86_64 Done.
>
>What are you using dkms for? I wonder if that is causing your issue?
>
>I see you did the dnf reinstall and that also had the dkms messages.

I don't know why dkms is there. Must have been part of the initial
installation or an update. However, "dnf remove dkms" and then running
"dnf reinstall" did not fix the problem.

It certainly seems as though the installation of the last two kernels
got put into the efi directory. How could that happen?
-- 
Dave Close, Compata, Irvine CA      "Genius may have its limitations,
d...@compata.com, +1 714 434 7359    but stupidity is not thus
dhcl...@alumni.caltech.edu           handicapped." --Elbert Hubbard


-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to