not enough space for /boot

Asked by masesi

get the warning no enough space and purge and clean dont' work. I have lots of abi, config, initrid and others and don't know how to eliminate the older versions.

Question information

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

What is the output of:

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

Thanks

Revision history for this message
masesi (m1h9m1h9) said :
#2

this is the output thanks for help
rc linux-image-3.13.0-34-generic 3.13.0-34.60 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-3.13.0-35-generic 3.13.0-35.62 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-3.13.0-36-generic 3.13.0-36.63 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-3.13.0-40-generic 3.13.0-40.69 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-generic 3.13.0.40.47 amd64 Generic Linux kernel image
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Linux AsusR503A 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
siegfried@AsusR503A:~$

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

sudo dpkg -P linux-image-3.13.0-34-generic

sudo apt-get --purge remove linux-image-3.13.0-35-generic

sudo apt-get --purge remove linux-image-3.13.0-36-generic

sudo apt-get --purge autoremove

Revision history for this message
masesi (m1h9m1h9) said :
#4

is there any error? this is the result of the proposal:
siegfried@AsusR503A:~$ sudo dpkg -P linux-image-3.13.0-34-generic sudo apt-get --purge remove linux-image-3.13.0-35-generic sudo apt-get --purge remove linux-image-3.13.0-36-generic sudo apt-get --purge autoremove
[sudo] password for siegfried:
dpkg: Fehler: --purge benötigt einen gültigen Paketnamen. »--purge« ist kein solcher; ungültiger Paketname in Spezifizierer »--purge«: muss mit alphanumerischem Zeichen beginnen

Nutzen Sie dpkg --help für Hilfe zur Installation und Deinst. von Paketen [*];
Benutzen Sie »apt« oder »aptitude« für benutzerfreundliches Paketmanagement;
Nutzen Sie dpkg -Dhelp für eine Liste von Debug-Flags von dpkg;
Nutzen Sie dpkg --force-help für eine Liste von Optionen zum Erzwingen;
Nutzen Sie dpkg-deb --help für Hilfe zum Manipulieren von *.deb-Dateien;

Optionen mit [*] geben viel aus - schicken Sie es durch »less« oder »more«!

Revision history for this message
masesi (m1h9m1h9) said :
#5
Revision history for this message
masesi (m1h9m1h9) said :
#6

Thanks actionparsnip, that solved my question.