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.

#76 Le 27/08/2008, à 15:30

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

c'est pareil

ubuntu@ubuntu:~$ ls /dev/sdb4
/dev/sdb4
ubuntu@ubuntu:~$ ls /dev/sdb2
/dev/sdb2

Hors ligne

#77 Le 27/08/2008, à 15:32

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

bon fait dans un terminal normal. (çà me gonfle là je veux juste savoir où est ta partition racine...) et avec le forum qui bug tout le temps c'est chiant...)

cd /dev/sdb2
ls

et fait la même chose avec sdb4.

Hors ligne

#78 Le 27/08/2008, à 15:34

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

ouais c'est clair c'st trop chiant.

Bon voilà le retour, on avance là ou pas?

ubuntu@ubuntu:~$ cd /dev/sdb2
bash: cd: /dev/sdb2: N'est pas un dossier
ubuntu@ubuntu:~$ ls
Desktop  Documents  Images  Modèles  Musique  Public  Vidéos
ubuntu@ubuntu:~$

Hors ligne

#79 Le 27/08/2008, à 15:37

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

meme chose avec sdb4

Hors ligne

#80 Le 27/08/2008, à 15:38

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

Non on n'avance pas trop.
j'ai simplement l'impression que le chroot que nous avons fait tout à l'heure n'était pas bon car quand tu m'a donné le retour du fstab on avait celui du CD et pas celui du système chrooté.
Donc ce que je crois c'est que nous avons mis à jour un système live CD mais je vois pas trop comment.
si tu fais ALT+F2 et tu tapes Gparted, gparted devrait démarrer et dans ces cas là tu devrais pouvoir me dire quelle est ta partition système (/).

Hors ligne

#81 Le 27/08/2008, à 15:41

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

"des privilèges d'administrateurs sont nécessaires pour lancer gparted"

Hors ligne

#82 Le 27/08/2008, à 15:42

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

bah alors ALT+F2 et tu tapes gksudo gparted

Hors ligne

#83 Le 27/08/2008, à 15:43

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

Merci d'y passer autant de temps en tout cas, meme moi qui suit le principal intéressé ça me saoule de perdre mon temps là dessus!

Hors ligne

#84 Le 27/08/2008, à 15:46

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

dans g parted---> partition , c'est écrit non allouée 149,05 GiO

Hors ligne

#85 Le 27/08/2008, à 15:48

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

sinon il y a aussi en haut a droite :  /dev/sda et /dev/sdb dans un menu déroulant

Dernière modification par Stunty (Le 27/08/2008, à 15:49)

Hors ligne

#86 Le 27/08/2008, à 15:52

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

wahou, gparted déconnes complètement là...

fait dans un terminal.

sudo mount /dev/sdb2 /mnt

puis un

ls /mnt

si çà ne te retourne rien alors fait

sudo nautilus /mnt

et regarde ce qu'il y a dedans...

Hors ligne

#87 Le 27/08/2008, à 15:53

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

Dasn dev/sdb j'ai plusieurs partitions, je te reproduit a peu pres le tableau:

sdb1       ntfs                                    74,90 Gio
sdb2       ext3                                   35,82 Gio
sdb4       ext3      /media/system     33,77
sdb3       extended                           4,56
sdb6       linux-swap                          1,49
sdb5       linux-swap                           3,06

Hors ligne

#88 Le 27/08/2008, à 15:58

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

EclairUbuntu a écrit :

wahou, gparted déconnes complètement là...

fait dans un terminal.

sudo mount /dev/sdb2 /mnt

puis un

ls /mnt

si çà ne te retourne rien alors fait

sudo nautilus /mnt

et regarde ce qu'il y a dedans...

ubuntu@ubuntu:~$ sudo mount /dev/sdb2 /mnt
ubuntu@ubuntu:~$ ls /mnt
bin    dev   initrd      lost+found  opt          root  sys  var
boot   etc   initrd.img  media       proc         sbin  tmp  vmlinuz
cdrom  home  lib         mnt         resolv.conf  srv   usr
ubuntu@ubuntu:~$

Hors ligne

#89 Le 27/08/2008, à 16:15

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

ok fait pareil avec sdb4

sudo umount -a
sudo mount /dev/sdb4 /mnt
ls /mnt

Hors ligne

#90 Le 27/08/2008, à 16:18

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

ubuntu@ubuntu:~$ sudo umount -a
umount: /media/system: périphérique occupé
umount: /tmp: périphérique occupé
umount: /dev/shm: périphérique occupé
umount: /dev: périphérique occupé
umount: /var/run: périphérique occupé
umount: tmpfs: n'a pas été trouvé
umount: /lib/modules/2.6.24-19-generic/volatile: n'est pas monté
ubuntu@ubuntu:~$ sudo mount /dev/sdb4 /mnt
ubuntu@ubuntu:~$ ls /mnt
bin    dev   initrd          lib         mnt   root  sys  var
boot   etc   initrd.img      lost+found  opt   sbin  tmp  vmlinuz
cdrom  home  initrd.img.old  media       proc  srv   usr  vmlinuz.old
ubuntu@ubuntu:~$

Hors ligne

#91 Le 27/08/2008, à 16:25

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

ok bah on dirait que tu as deux installs ubuntu (c'est certainement normale car c'est une MAJ de distrib que tu as voulu faire).
Bon on va décider laquelle prendre.
donne les retours de

cat /mnt/etc/fstab
cat /mnt/boot/menu.lst

Sachant qu'ici nous somme sur la partition sdb4.
Regarde aussi dans /home de sdb4 si tu vois tes documents.

gksudo nautilus /mnt/home

Ensuite quand tu auras les retours de ces deux commandes tu fais la même chose avec sdb2 soit :

sudo umount -a
sudo mount /dev/sdb2 /mnt
cat /mnt/etc/fstab
cat /mnt/boot/menu.lst

Regarde aussi dans /home de sdb2 si tu vois tes documents.

gksudo nautilus /mnt/home

voilà ramène tous ces retours çà va m'aider à trouver la bonne partition...

Hors ligne

#92 Le 27/08/2008, à 16:32

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

ubuntu@ubuntu:~$ cat /mnt/etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sdb4
UUID=24585b21-c718-4044-9f8d-91af2abd504a /               ext3    defaults,errors=remount-ro 0       1
# /dev/sdb6
UUID=b50e6213-cda5-4012-b4c1-163701dc0de0 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec 0       0
ubuntu@ubuntu:~$ cat /mnt/boot/menu.lst

Hors ligne

#93 Le 27/08/2008, à 16:34

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

et j'ai bien mes docs ds le home du sdb4!!
Ah j'ai l'impression qu'on avance ca fait plaiz!!:D

Hors ligne

#94 Le 27/08/2008, à 16:36

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

et j'ai les meme docs dans sdb2

Hors ligne

#95 Le 27/08/2008, à 16:38

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

bon déjà fait une sauvegarde de tes docs sur un disque dur externe.

Branche à chaud ton disque dur externe, il devrait pouvoir le reconnaitre.
Tu copies tout ton home dans ce disque dur.
Comme çà déjà tu ne perdras pas de données.

Ensuite il me manque quand même beaucoup de choses par rapport à ce que je t'ai demandé.
retours

cat /mnt/boot/menu.lst

et ensuite :

sudo umount -a
sudo mount /dev/sdb2 /mnt
cat /mnt/etc/fstab
cat /mnt/boot/menu.lst

OK? mais c'est vrai on avance tout doucement...

Hors ligne

#96 Le 27/08/2008, à 16:40

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

ubuntu@ubuntu:~$ sudo umount -a
umount: /media/system: périphérique occupé
umount: /tmp: périphérique occupé
umount: /dev/shm: périphérique occupé
umount: /dev: périphérique occupé
umount: /var/run: périphérique occupé
ubuntu@ubuntu:~$ sudo mount /dev/sdb2 /mnt
ubuntu@ubuntu:~$ cat /mnt/etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sdb2
UUID=704127e4-a173-4169-9b25-ce7d9a5d85fd /               ext3    defaults,errors=remount-ro 0       1
# /dev/sdb5
UUID=bdc2f20e-dcf2-4a6e-b0b7-ac33088a432a none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec 0       0
ubuntu@ubuntu:~$ cat /mnt/boot/menu.lst

Hors ligne

#97 Le 27/08/2008, à 16:44

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

oups pardon ya une erreur dans mes commandes.
retour de

cat /mnt/boot/grub/menu.lst

puis retour de

sudo umount -a
sudo mount /dev/sdb4 /mnt
cat /mnt/boot/grub/menu.lst

Hors ligne

#98 Le 27/08/2008, à 16:51

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

ubuntu@ubuntu:~$ cat /mnt/boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=704127e4-a173-4169-9b25-ce7d9a5d85fd ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,1)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title		Ubuntu 7.10, kernel 2.6.22-14-generic
root		(hd1,1)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=704127e4-a173-4169-9b25-ce7d9a5d85fd ro quiet splash
initrd		/boot/initrd.img-2.6.22-14-generic
quiet

title		Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root		(hd1,1)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=704127e4-a173-4169-9b25-ce7d9a5d85fd ro single
initrd		/boot/initrd.img-2.6.22-14-generic

title		Ubuntu 7.10, memtest86+
root		(hd1,1)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title		Windows Vista/Longhorn (loader)
root		(hd0,0)
savedefault
makeactive
chainloader	+1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title		Windows Vista/Longhorn (loader)
root		(hd0,1)
savedefault
makeactive
chainloader	+1

ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ sudo umount -a
umount: /media/system: périphérique occupé
umount: /tmp: périphérique occupé
umount: /dev/shm: périphérique occupé
umount: /dev: périphérique occupé
umount: /var/run: périphérique occupé
ubuntu@ubuntu:~$ sudo mount /dev/sdb4 /mnt
ubuntu@ubuntu:~$ cat /mnt/boot/grub/menu.lst

Hors ligne

#99 Le 27/08/2008, à 16:53

Stunty

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

oups pardon voilà le complet:

ubuntu@ubuntu:~$ sudo umount -a
umount: /media/system: périphérique occupé
umount: /tmp: périphérique occupé
umount: /dev/shm: périphérique occupé
umount: /dev: périphérique occupé
umount: /var/run: périphérique occupé
ubuntu@ubuntu:~$ sudo mount /dev/sdb4 /mnt
ubuntu@ubuntu:~$ cat /mnt/boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=24585b21-c718-4044-9f8d-91af2abd504a ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,3)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash locale=fr_FR

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title		Ubuntu 7.10, kernel 2.6.22-15-generic
root		(hd1,3)
kernel		/boot/vmlinuz-2.6.22-15-generic root=UUID=24585b21-c718-4044-9f8d-91af2abd504a ro quiet splash locale=fr_FR
initrd		/boot/initrd.img-2.6.22-15-generic
quiet

title		Ubuntu 7.10, kernel 2.6.22-15-generic (recovery mode)
root		(hd1,3)
kernel		/boot/vmlinuz-2.6.22-15-generic root=UUID=24585b21-c718-4044-9f8d-91af2abd504a ro single
initrd		/boot/initrd.img-2.6.22-15-generic

title		Ubuntu 7.10, kernel 2.6.22-14-generic
root		(hd1,3)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=24585b21-c718-4044-9f8d-91af2abd504a ro quiet splash locale=fr_FR
initrd		/boot/initrd.img-2.6.22-14-generic
quiet

title		Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root		(hd1,3)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=24585b21-c718-4044-9f8d-91af2abd504a ro single
initrd		/boot/initrd.img-2.6.22-14-generic

title		Ubuntu 7.10, memtest86+
root		(hd1,3)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb2.
title		Ubuntu 7.10, kernel 2.6.22-14-generic (on /dev/sdb2)
root		(hd1,1)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=704127e4-a173-4169-9b25-ce7d9a5d85fd ro quiet splash 
initrd		/boot/initrd.img-2.6.22-14-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb2.
title		Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode) (on /dev/sdb2)
root		(hd1,1)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=704127e4-a173-4169-9b25-ce7d9a5d85fd ro single 
initrd		/boot/initrd.img-2.6.22-14-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb2.
title		Ubuntu 7.10, memtest86+ (on /dev/sdb2)
root		(hd1,1)
kernel		/boot/memtest86+.bin  
savedefault
boot

ubuntu@ubuntu:~$

Hors ligne

#100 Le 27/08/2008, à 17:02

EclairUbuntu

Re : [Résolu] GROS PROBLEME avec la mise a jour d'Ubuntu!!

Bon ok alors apparemment la nouvelle version d'ubuntu serait sur le sdb4.
voilà ce que je te propose.
- sauvegarde ton /home du sdb2 avec un disque dur externe :

sudo umount -a
sudo mount /dev/sdb2 /mnt
gksudo nautilus /mnt/home

tu copies tous tes documents importants sur le disque dur externe.

Tu rebootes ton PC sur le livze CD (en enlevant le disque dur externe).
puis on chroot sdb4 :

sudo mkdir /media/system
sudo mount /dev/sdb4 /media/system
sudo cp /etc/resolv.conf /media/system/etc/resolv.conf
sudo mount --bind /dev /media/system/dev
sudo mount -t proc -o bind /proc /media/system/proc
sudo mount -t sys -o bind /sys /media/system/sys
sudo chroot /media/system /bin/bash

Puis on fait les mises à jour :

 sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

voilà à cahque question tu réponds par Y.
Si ya des erreurs postes les ici.

Tiens moi au courant OK?

Hors ligne