Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 17/02/2016, à 20:31

Kokol655321

[RESOLU] Mémoire sur /boot

Bonjour,

J'ai reçu les notifications disant que je n'ai pas d'espace sur mon disque dur dans le /boot donc j'ai visité un Topic pour éliminer les anciens kernels (celui-ci : https://www.justegeek.fr/nettoyer-la-pa … mment-1365  )
Voici le Code

trachino@track-ubuntu4evr-ProBook:~$ 
trachino@track-ubuntu4evr-ProBook:~$     uname -r
3.13.0-66-generic
trachino@track-ubuntu4evr-ProBook:~$     dpkg -l | grep -Ei "linux-headers|linux-image"

Je vous épargne les nombreux kernels présents par soucis de visibilité

trachino@track-ubuntu4evr-ProBook:~$ sudo apt-get remove linux-image-3.13.0-24-generic linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic 

#j'en ai fait que 2 pour commencer

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances      
Lecture des informations d'état... Fait
Vous pouvez lancer « apt-get -f install » pour corriger ces problèmes :
Les paquets suivants contiennent des dépendances non satisfaites :
linux-image-extra-3.13.0-24-generic : Dépend: linux-image-3.13.0-24-generic mais ne sera pas installé
linux-image-extra-3.13.0-68-generic : Dépend: linux-image-3.13.0-68-generic mais ne sera pas installé
E: Dépendances non satisfaites. Essayez « apt-get -f install » sans paquet
trachino@track-ubuntu4evr-ProBook:~$

mais le probleme est que je ne peux pas faire sudo apt-get -f install car je n ai pas d'espace dispo sur le /boot

Voici ce que me renvoie le terminal quand j'exécute sudo apt-get -f install :

trachino@track-ubuntu4evr-ProBook:~$
trachino@track-ubuntu4evr-ProBook:~$ sudo apt-get install -f
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Correction des dépendances... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libaudio2:i386 libdbusmenu-qt2:i386 libgstreamer-plugins-base1.0-0:i386
  libgstreamer1.0-0:i386 libmysqlclient18:i386 liborc-0.4-0:i386
  libqt4-dbus:i386 libqt4-declarative:i386 libqt4-network:i386
  libqt4-opengl:i386 libqt4-script:i386 libqt4-sql:i386 libqt4-sql-mysql:i386
  libqt4-xml:i386 libqt4-xmlpatterns:i386 libqtcore4:i386 libqtdbus4:i386
  libqtgui4:i386 libqtwebkit4:i386 libssl1.0.0:i386 libxss1:i386 libxv1:i386
  mysql-common sni-qt:i386
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  linux-image-3.13.0-68-generic
Paquets suggérés :
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
Les NOUVEAUX paquets suivants seront installés :
  linux-image-3.13.0-68-generic
0 mis à jour, 1 nouvellement installés, 0 à enlever et 221 non mis à jour.
5 partiellement installés ou enlevés.
Il est nécessaire de prendre 0 o/15,2 Mo dans les archives.
Après cette opération, 42,5 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
(Lecture de la base de données... 443650 fichiers et répertoires déjà installés.)
Preparing to unpack .../linux-image-3.13.0-68-generic_3.13.0-68.111_amd64.deb ...
Done.
Unpacking linux-image-3.13.0-68-generic (3.13.0-68.111) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-3.13.0-68-generic_3.13.0-68.111_amd64.deb (--unpack):
 impossible de copier les données extraites pour « ./boot/vmlinuz-3.13.0-68-generic » vers « /boot/vmlinuz-3.13.0-68-generic.dpkg-new » : échec d'écriture (No space left on device)
Aucun rapport « apport » n'a été créé car un disque plein a été signalé
                                                                       dpkg-deb : erreur : le sous-processus coller a été tué par le signal (Broken pipe)
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-68-generic /boot/vmlinuz-3.13.0-68-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-68-generic /boot/vmlinuz-3.13.0-68-generic
Des erreurs ont été rencontrées pendant l'exécution :
 /var/cache/apt/archives/linux-image-3.13.0-68-generic_3.13.0-68.111_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
trachino@track-ubuntu4evr-ProBook:~$ 

Cela voudrait-il dire que je n'ai pas assez d'espace pour supprimer des données?

Voici des informations sur ma machine demandées dans le topic:

 trachino@track-ubuntu4evr-ProBook:~$ 
trachino@track-ubuntu4evr-ProBook:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 14.04.3 LTS
Release:	14.04
Codename:	trusty
trachino@track-ubuntu4evr-ProBook:~$ 
trachino@track-ubuntu4evr-ProBook:~$ printenv XDG_CURRENT_DESKTOP
Unity
trachino@track-ubuntu4evr-ProBook:~$ 
trachino@track-ubuntu4evr-ProBook:~$ printenv GDMSESSION
ubuntu
trachino@track-ubuntu4evr-ProBook:~$ uname -r
3.13.0-66-generic
trachino@track-ubuntu4evr-ProBook:~$ 
trachino@track-ubuntu4evr-ProBook:~$find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
     6	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    11	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://fr.archive.ubuntu.com/ubuntu/ trusty universe
    17	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
    19	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
    27	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    29	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    37	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    38	
    39	deb http://security.ubuntu.com/ubuntu trusty-security main restricted
    40	deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
    41	deb http://security.ubuntu.com/ubuntu trusty-security universe
    42	deb-src http://security.ubuntu.com/ubuntu trusty-security universe
    43	deb http://security.ubuntu.com/ubuntu trusty-security multiverse
    44	deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
    45	
    46	## Uncomment the following two lines to add software from Canonical's
    47	## 'partner' repository.
    48	## This software is not part of Ubuntu, but is offered by Canonical and the
    49	## respective vendors as a service to Ubuntu users.
    50	# deb http://archive.canonical.com/ubuntu trusty partner
    51	# deb-src http://archive.canonical.com/ubuntu trusty partner
    52	
    53	## This software is not part of Ubuntu, but is offered by third-party
    54	## developers who want to ship their latest software.
    55	deb http://extras.ubuntu.com/ubuntu trusty main
    56	deb-src http://extras.ubuntu.com/ubuntu trusty main
    57	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-proposed main multiverse restricted universe
    58	deb http://archive.canonical.com/ trusty partner
    59	# deb-src http://archive.canonical.com/ trusty partner
    60	# deb-src http://archive.canonical.com/ trusty partner
    61	# deb-src http://archive.canonical.com/ trusty partner

/etc/apt/sources.list.save

     1	# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
     6	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    11	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://fr.archive.ubuntu.com/ubuntu/ trusty universe
    17	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
    19	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
    27	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    29	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    37	deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    38	
    39	deb http://security.ubuntu.com/ubuntu trusty-security main restricted
    40	deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
    41	deb http://security.ubuntu.com/ubuntu trusty-security universe
    42	deb-src http://security.ubuntu.com/ubuntu trusty-security universe
    43	deb http://security.ubuntu.com/ubuntu trusty-security multiverse
    44	deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
    45	
    46	## Uncomment the following two lines to add software from Canonical's
    47	## 'partner' repository.
    48	## This software is not part of Ubuntu, but is offered by Canonical and the
    49	## respective vendors as a service to Ubuntu users.
    50	# deb http://archive.canonical.com/ubuntu trusty partner
    51	# deb-src http://archive.canonical.com/ubuntu trusty partner
    52	
    53	## This software is not part of Ubuntu, but is offered by third-party
    54	## developers who want to ship their latest software.
    55	deb http://extras.ubuntu.com/ubuntu trusty main
    56	deb-src http://extras.ubuntu.com/ubuntu trusty main
    57	deb http://fr.archive.ubuntu.com/ubuntu/ trusty-proposed main multiverse restricted universe
    58	deb http://archive.canonical.com/ trusty partner
    59	# deb-src http://archive.canonical.com/ trusty partner
    60	# deb-src http://archive.canonical.com/ trusty partner

/etc/apt/sources.list.d/oibaf-graphics-drivers-trusty.list.save

     1	deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu trusty main
     2	# deb-src http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu trusty main

/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_dofus_ubuntu.list

     1	deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/dofus/ubuntu trusty main #Added by software-center; credentials stored in /etc/apt/auth.conf

/etc/apt/sources.list.d/oibaf-graphics-drivers-trusty.list

     1	deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu trusty main
     2	# deb-src http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu trusty main

/etc/apt/sources.list.d/steam.list.save

     1	deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
     2	deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam

/etc/apt/sources.list.d/adobeair.list


/etc/apt/sources.list.d/steam.list

     1	deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
     2	deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam

/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_dofus_ubuntu.list.save

     1	deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/dofus/ubuntu trusty main #Added by software-center; credentials stored in /etc/apt/auth.conf

trachino@track-ubuntu4evr-ProBook:~$ 
trachino@track-ubuntu4evr-ProBook:~$ df -h
Filesystem                   Size  Used Avail Use% Mounted on
udev                         7,8G  4,0K  7,8G   1% /dev
tmpfs                        1,6G  1,3M  1,6G   1% /run
/dev/mapper/ubuntu--vg-root  443G   30G  391G   7% /
none                         4,0K     0  4,0K   0% /sys/fs/cgroup
none                         5,0M     0  5,0M   0% /run/lock
none                         7,8G  4,5M  7,8G   1% /run/shm
none                         100M   52K  100M   1% /run/user
/dev/sda1                    236M  235M     0 100% /boot

trachino@track-ubuntu4evr-ProBook:~$ 
trachino@track-ubuntu4evr-ProBook:~$ df -i
Filesystem                    Inodes  IUsed    IFree IUse% Mounted on
udev                         2040376    540  2039836    1% /dev
tmpfs                        2043169    567  2042602    1% /run
/dev/mapper/ubuntu--vg-root 29466624 543250 28923374    2% /
none                         2043169      2  2043167    1% /sys/fs/cgroup
none                         2043169      4  2043165    1% /run/lock
none                         2043169     25  2043144    1% /run/shm
none                         2043169     29  2043140    1% /run/user
/dev/sda1                      62248    340    61908    1% /boot

trachino@track-ubuntu4evr-ProBook:~$
trachino@track-ubuntu4evr-ProBook:~$ dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)"
ii  linux-generic                                         3.13.0.69.75                                        amd64        Complete Generic Linux kernel and headers
ii  linux-headers-3.13.0-24                               3.13.0-24.47                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-24-generic                       3.13.0-24.47                                        amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-45                               3.13.0-45.74                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-45-generic                       3.13.0-45.74                                        amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-46                               3.13.0-46.79                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-46-generic                       3.13.0-46.79                                        amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-62                               3.13.0-62.102                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-62-generic                       3.13.0-62.102                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-63                               3.13.0-63.103                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-63-generic                       3.13.0-63.103                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-65                               3.13.0-65.106                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-65-generic                       3.13.0-65.106                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-66                               3.13.0-66.108                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-66-generic                       3.13.0-66.108                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-67                               3.13.0-67.110                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-67-generic                       3.13.0-67.110                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-68                               3.13.0-68.111                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-68-generic                       3.13.0-68.111                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-69                               3.13.0-69.112                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-69-generic                       3.13.0-69.112                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-generic                                 3.13.0.69.75                                        amd64        Generic Linux kernel headers
ii  linux-image-3.13.0-24-generic                         3.13.0-24.47                                        amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-45-generic                         3.13.0-45.74                                        amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-46-generic                         3.13.0-46.79                                        amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-62-generic                         3.13.0-62.102                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-63-generic                         3.13.0-63.103                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-65-generic                         3.13.0-65.106                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-66-generic                         3.13.0-66.108                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
iF  linux-image-3.13.0-67-generic                         3.13.0-67.110                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
iF  linux-image-3.13.0-69-generic                         3.13.0-69.112                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-24-generic                   3.13.0-24.47                                        amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-45-generic                   3.13.0-45.74                                        amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-46-generic                   3.13.0-46.79                                        amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-62-generic                   3.13.0-62.102                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-63-generic                   3.13.0-63.103                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-65-generic                   3.13.0-65.106                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-66-generic                   3.13.0-66.108                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
iF  linux-image-extra-3.13.0-67-generic                   3.13.0-67.110                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
iF  linux-image-extra-3.13.0-68-generic                   3.13.0-68.111                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
iF  linux-image-extra-3.13.0-69-generic                   3.13.0-69.112                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-generic                                   3.13.0.69.75                                        amd64        Generic Linux kernel image
trachino@track-ubuntu4evr-ProBook:~$ 

Merci de m'aider, je vous en serai énormément reconnaissant!
Hugo


Modération : merci à l'avenir d'utiliser les balises code (explications ici).

Dernière modification par Kokol655321 (Le 18/02/2016, à 22:54)

Hors ligne

#2 Le 17/02/2016, à 20:44

nany

Re : [RESOLU] Mémoire sur /boot

Bonjour,

difficile de lire ton retour de commande.
Lis ce message.
Pas besoin d’appliquer le point 2 puisque tu a déjà créé ce fil.
Mais donne ici les retours du point 3 en ayant bien pris soin au préalable d’avoir suivi le point 1.

Hors ligne

#3 Le 17/02/2016, à 20:51

jplemoine

Re : [RESOLU] Mémoire sur /boot

Kokol655321 a écrit :

Cela voudrait-il dire que je n'ai pas assez d'espace pour supprimer des données?

C'est exactement ça....
Pour avoir de la place, il faudrait supprimer les données mais pour supprimer les données, il faut de la place car tu as bloqué apt-get.
Donc :
1 - Tu suis les préconisations de nany car là, il faut que l'on ait une vision exacte et claire de la situation
2 - L'un (l'une) d'entre nous te donnera alors les bonnes instructions pour récupérer un système opérationnel


Ce compte ne servira plus : vous pouvez le supprimer si le coeur vous en dit...
Laissé par l'auteur pour historique.

Hors ligne

#4 Le 18/02/2016, à 22:51

Kokol655321

Re : [RESOLU] Mémoire sur /boot

Bonjour à tous,
Merci d'avoir voulu m'aider mais grâce à ce topic et son gentil créateur href :https://www.justegeek.fr/nettoyer-la-partition-boot-des-kernels-non-utilises-sous-ubuntu/#comment-1365

Donc si vous avez le même problème que moi référez vous aux questions de kokol et aux réponses de Sandstorm. Si le temps me vient a disposition, je me ferais un plaisir de faire un topic sur ce forum smile encore merci à vous, vous êtes au top

Hugo

Hors ligne

#5 Le 18/02/2016, à 23:29

cqfd93

Re : [RESOLU] Mémoire sur /boot

Bonjour,

Kokol655321 a écrit :

Donc si vous avez le même problème que moi référez vous aux questions de kokol et aux réponses de Sandstorm. Si le temps me vient a disposition, je me ferais un plaisir de faire un topic sur ce forum smile encore merci à vous, vous êtes au top

Pas la peine d'aller chercher ailleurs ce qu'on a déjà ici : de nombreux fils résolus sur ces problèmes de /boot plein.


cqfd93

Hors ligne