update problem : liberer de la place sur /boot

Asked by tanja hild

La mise à niveau nécessite 59,1 M d'espace libre au total sur le disque « /boot ». Veuillez libérer au moins 9 278 k d'espace disque sur « /boot ». Videz votre corbeille et supprimez les paquets temporaires des précédentes installations en utilisant « sudo apt-get clean ».
I didn't find where I can make place on "/boot" and "sudo apt-get clean" don't seem to work
thank you

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
tanja hild
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; dpkg -l | grep linux-image

Thanks

Revision history for this message
tanja hild (tanxala) said :
#2

this is what appears after using your code line :
tanja@tanja-HP-Pavilion-dv7-Notebook-PC:~$ lsb_release -a; uname -a; dpkg -l | grep linux-image
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy
Linux tanja-HP-Pavilion-dv7-Notebook-PC 3.11.0-17-generic #31-Ubuntu SMP Mon Feb 3 21:52:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
ii linux-image-3.11.0-12-generic 3.11.0-12.19 amd64 Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii linux-image-3.11.0-13-generic 3.11.0-13.20 amd64 Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii linux-image-3.11.0-14-generic 3.11.0-14.21 amd64 Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii linux-image-3.11.0-15-generic 3.11.0-15.25 amd64 Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii linux-image-3.11.0-17-generic 3.11.0-17.31 amd64 Linux kernel image for version 3.11.0 on 64 bit x86 SMP
rc linux-image-3.8.0-19-generic 3.8.0-19.30 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-3.8.0-32-generic 3.8.0-32.47 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-extra-3.11.0-12-generic 3.11.0-12.19 amd64 Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii linux-image-extra-3.11.0-13-generic 3.11.0-13.20 amd64 Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii linux-image-extra-3.11.0-14-generic 3.11.0-14.21 amd64 Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii linux-image-extra-3.11.0-15-generic 3.11.0-15.25 amd64 Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii linux-image-extra-3.11.0-17-generic 3.11.0-17.31 amd64 Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
rc linux-image-extra-3.8.0-19-generic 3.8.0-19.30 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-extra-3.8.0-32-generic 3.8.0-32.47 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-generic 3.11.0.17.18 amd64 Generic Linux kernel image

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

sudo dpkg -P linux-image-extra-3.8.0-19-generic linux-image-3.8.0-19-generic

sudo apt-get --purge remove linux-image-extra-3.8.0-32-generic linux-image-3.8.0-32-generic linux-image-3.11.0-12-generic linux-image-3.11.0-13-generic linux-image-3.11.0-14-generic

sudo apt-get --purge autoremove

Should do it

Revision history for this message
tanja hild (tanxala) said :
#4

thank you , it worked