> On 19 May 2023, at 20:22, home user <mattis...@comcast.net> wrote:
> 
> On 5/19/23 12:16 PM, George N. White III wrote:
>> Have you checked for excessive space used in sub-directories of /boot?  Here:
>> % doas du -sm /boot/efi /boot/extlinux /boot/loader /boot/lost+found 
>> /boot/grub2
>> 19 /boot/efi
>> 2 /boot/extlinux
>> 1 /boot/loader
>> 1 /boot/lost+found
>> 3 /boot/grub2
> 
> doas?
> no such command.
> 
> How about this:
> -----
> -bash.7[~]: cd /boot
> -bash.8[boot]: du -m
> 1     ./lost+found
> 3     ./grub2/fonts
> 1     ./grub2/themes/system
> 3     ./grub2/themes/starfield
> 3     ./grub2/themes
> 3     ./grub2/i386-pc
> 5     ./grub2/locale
> 12    ./grub2
> 6     ./efi/EFI/fedora
> 1     ./efi/EFI/BOOT
> 7     ./efi/EFI
> 7     ./efi
> 2     ./grub/fonts
> 3     ./grub/i386-pc
> 2     ./grub/locale/fonts
> 3     ./grub/locale/i386-pc
> 4     ./grub/locale
> 8     ./grub
> 1     ./loader/entries
> 1     ./loader
> 317   .

317 - that is very big.

What is that 317M consistening of?

Try this command to see what is going on:

du -sh /boot/*

And you do not need /boot/grub you are using /boot/grub2 now not /boot/grub.

Barry




> -bash.9[boot]:
> -----
> 
> 
> _______________________________________________
> 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
_______________________________________________
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