Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #233926

Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64

From IL Ka <kazakevichilya@gmail.com>
Newsgroups linux.debian.user
Subject Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64
Date 2021-04-07 14:50 +0200
Message-ID <C1fN7-4sn-5@gated-at.bofh.it> (permalink)
References <C1ftM-4lZ-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

>
>
> # df -h /boot
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/nvme0n1p1  236M  233M     0 100% /boot
>
> What do you recommend I do?
>

1. Autoremove old automatically installed stuff

$ apt purge --autoremove

2. Check packages:

$ dpkg-query --show -f='${Installed-Size}\t${Package}\t${Status}\n' | sort
-nr | head

This will give you the biggest packages (latest field should show if they
are really installed).
Find the one you do not need  (old kernel probably, but be sure not to
delete the current kernel: check "uname -r" !)

Then, purge them:
apt purge "package name"



>
> Doubt: after this, by default old kernels will be cleaned up in Bullseye Vs
>        Buster?
>
>
AFAIK yes, when you call "autoremove" , but one prev. kernel left untouched.

see
/etc/apt/apt.conf.d/01autoremove-kernels
or something like this

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Marco Ippolito <maroloccio@gmail.com> - 2021-04-07 14:30 +0200
  Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Greg Wooledge <greg@wooledge.org> - 2021-04-07 14:40 +0200
  Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64 IL Ka <kazakevichilya@gmail.com> - 2021-04-07 14:50 +0200
  Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64 Stefan Monnier <monnier@iro.umontreal.ca> - 2021-04-07 15:00 +0200
    Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64 Javier Barroso <javibarroso@gmail.com> - 2021-04-07 15:40 +0200
      Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Marco Ippolito <maroloccio@gmail.com> - 2021-04-07 16:10 +0200
    Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Erwan David <erwan@rail.eu.org> - 2021-04-07 15:40 +0200
    Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Marco Ippolito <maroloccio@gmail.com> - 2021-04-07 16:10 +0200
      Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64 Stefan Monnier <monnier@iro.umontreal.ca> - 2021-04-07 17:40 +0200
  Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64 Hans <hans.ullrich@loop.de> - 2021-04-07 15:20 +0200
    Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Marco Ippolito <maroloccio@gmail.com> - 2021-04-07 16:20 +0200
      Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Andrei POPESCU <andreimpopescu@gmail.com> - 2021-04-07 19:50 +0200
        Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Greg Wooledge <greg@wooledge.org> - 2021-04-07 20:10 +0200
          Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 David Wright <deblis@lionunicorn.co.uk> - 2021-04-07 20:40 +0200
            Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Marco Ippolito <maroloccio@gmail.com> - 2021-04-08 14:30 +0200
              Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64 David <bouncingcats@gmail.com> - 2021-04-08 15:20 +0200
                Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Marco Ippolito <maroloccio@gmail.com> - 2021-04-08 15:40 +0200
                Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64 David <bouncingcats@gmail.com> - 2021-04-09 13:00 +0200
                Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Marco Ippolito <maroloccio@gmail.com> - 2021-04-10 03:20 +0200
        Re: No space left when: update-initramfs: Generating /boot/initrd.img-5.10.0-5-amd64 Hans <hans.ullrich@loop.de> - 2021-04-07 20:30 +0200
  Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Eduard Bloch <edi@gmx.de> - 2021-04-07 21:30 +0200
    Re: No space left when: update-initramfs: Generating  /boot/initrd.img-5.10.0-5-amd64 Marco Ippolito <maroloccio@gmail.com> - 2021-04-07 23:00 +0200

csiph-web