A resposta parece ser que há muitos kernels instalados e eu deveria removê-los.
Eu removi o mais antigo usando sudo apt-get uninstall
e um curinga. Arriscado se você errar, mas de outra forma eficaz.
Em /boot
, há muitos arquivos vmlinuz.*
que remontam a 4 anos. É seguro remover alguns desses?
Editar: a maioria parece ter arquivos congig-3.*
e System.map.*
para acompanhá-los. Eu provavelmente gostaria de me livrar deles também? Ou então?
A resposta parece ser que há muitos kernels instalados e eu deveria removê-los.
Eu removi o mais antigo usando sudo apt-get uninstall
e um curinga. Arriscado se você errar, mas de outra forma eficaz.
Eles serão removidos automaticamente se você executar o seguinte:
sudo apt-get autoremove
Update: Encontrei uma VM em que não executei esses comandos em algumas semanas. Aqui está a saída, mostrando que autoremove
limpa os arquivos em / boot, passando de 127M em tamanho para 96M em tamanho:
stephane@steph-dev-vm ~> du -hs /boot/
127M /boot/
stephane@steph-dev-vm ~> sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.16.0-30 linux-headers-3.16.0-30-generic linux-image-3.16.0-30-generic
linux-image-extra-3.16.0-30-generic
Use 'apt-get autoremove' to remove them.
stephane@steph-dev-vm ~> sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
linux-headers-3.16.0-30 linux-headers-3.16.0-30-generic linux-image-3.16.0-30-generic
linux-image-extra-3.16.0-30-generic
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
After this operation, 281 MB disk space will be freed.
Do you want to continue? [Y/n] y
...
Found linux image: /boot/vmlinuz-3.16.0-31-generic
Found initrd image: /boot/initrd.img-3.16.0-31-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
stephane@steph-dev-vm ~> du -hs /boot/
96M /boot/