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 26/10/2009, à 23:38

charlepagne

impossible de me connecter :erreur 11.

Bonjour.

Je suis sous ubuntu 9.04 et je n'arrive plus à me connecter avec ce message d'erreur
"error 11: unrecognized device string"

J'ai essayé de restaurer grub   http://doc.ubuntu-fr.org/tutoriel/comment_restaurer_grub

sudo fdisk -l  donne

Disque /dev/sda: 160.0 Go, 160041885696 octets
255 têtes, 63 secteurs/piste, 19457 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Identifiant de disque : 0x17df17de

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sda1   *           1       19272   154802308+  83  Linux
/dev/sda2           19273       19457     1486012+   5  Etendue
/dev/sda5           19273       19457     1485981   82  Linux swap / Solaris
ubuntu@ubuntu:~$

(je suis avec le live CD Ubuntu 9.04)
Merci

Hors ligne

#2 Le 27/10/2009, à 09:50

herberts

Re : impossible de me connecter :erreur 11.

alors, depuis le live cd, fais les commandes suivantes :

sudo mkdir /mnt/system
sudo mount /dev/sda1 /mnt/system
cat /mnt/system/boot/grub/menu.lst

donne le retour de cette dernière, ainsin que celui de

sudo blkid

Hors ligne

#3 Le 27/10/2009, à 11:57

charlepagne

Re : impossible de me connecter :erreur 11.

Bonjour et merci de ton aide , j'ai ramé toute la nuit pour trouver une solution , j'ai fait ce que tu m'as dit , cela ne marche pas.

Pour demarrer j'ai
"debian GNU/linux,kernel 2 2 28 16 generi" (plusieurs lignes) j'ai tout cassé mon grub en voulant installer "zenwalk" sur unr clé usb avec netbootin.

cat /mnt/system/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        3

## 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=58752c5c-199c-4917-9ca7-2a38acdc3435 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=58752c5c-199c-4917-9ca7-2a38acdc3435

## 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=(single-user) 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        Debian GNU/Linux, kernel 2.6.28-16-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-16-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-16-generic

title        Debian GNU/Linux, kernel 2.6.28-16-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-16-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-16-generic

title        Debian GNU/Linux, kernel 2.6.28-15-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-15-generic

title        Debian GNU/Linux, kernel 2.6.28-15-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-15-generic

title        Debian GNU/Linux, kernel 2.6.28-14-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-14-generic

title        Debian GNU/Linux, kernel 2.6.28-14-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-14-generic

title        Debian GNU/Linux, kernel 2.6.28-13-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-13-generic

title        Debian GNU/Linux, kernel 2.6.28-13-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-13-generic

title        Debian GNU/Linux, kernel 2.6.28-11-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-11-generic

title        Debian GNU/Linux, kernel 2.6.28-11-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-11-generic

title        Debian GNU/Linux, kernel memtest86+
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST
ubuntu@ubuntu:~$ sudo blkid
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="58752c5c-199c-4917-9ca7-2a38acdc3435" TYPE="ext3"
/dev/sda5: UUID="a475ce11-ee82-4fb8-b027-ad6b42930931" TYPE="swap"
/dev/ramzswap0: TYPE="swap"
ubuntu@ubuntu:~$

Hors ligne

#4 Le 27/10/2009, à 13:04

herberts

Re : impossible de me connecter :erreur 11.

Alors, tu va de nouveau booter sur un live cd, et faire :

sudo mkdir /mnt/system
sudo mount /dev/sda1 /mnt/system
sudo cp /mnt/system/boot/grub/menu.lst /mnt/system/boot/grub/menu.lst.bak
gksudo gedit /mnt/system/boot/grub/menu.lst

Dans le fichier menu.lst qui s'ouvre, il va falloir faire un changement :

# groot=58752c5c-199c-4917-9ca7-2a38acdc3435

a transformer en

# groot=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435

Ensuite tu enregistres le fichier, tu fermes et tu rebootes sans le live cd pour voir. Et tu me tiens au courant wink.

Hors ligne

#5 Le 27/10/2009, à 14:47

charlepagne

Re : impossible de me connecter :erreur 11.

salut

J'ai fait comme tu m'as dit , cela ne marche pas et j'ai toujours

debian GNU/linux,kernel 2 2 28 16 generi comme ligne de boot.

Hors ligne

#6 Le 27/10/2009, à 14:54

herberts

Re : impossible de me connecter :erreur 11.

et en refaisant la même chose mais en mettant

# groot=(hd0,0)

à la place de

# groot=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435

Tu me redonneras aussi le retour de

cat /mnt/system/boot/grub/menu.lst

Tu es certain d'avoir ubuntu ? parce que c'est bizarre que les lignes de titres indiquent Debian hmm

Hors ligne

#7 Le 27/10/2009, à 15:21

charlepagne

Re : impossible de me connecter :erreur 11.

Je vais voir si cela a marché.

ubuntu@ubuntu:~$ cat /mnt/system/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        3

## 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=58752c5c-199c-4917-9ca7-2a38acdc3435 ro

## default grub root device
## e.g. groot=(hd0,0)
# # groot=(hd0,0)
d 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=(single-user) 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        Debian GNU/Linux, kernel 2.6.28-16-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-16-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-16-generic

title        Debian GNU/Linux, kernel 2.6.28-16-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-16-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-16-generic

title        Debian GNU/Linux, kernel 2.6.28-15-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-15-generic

title        Debian GNU/Linux, kernel 2.6.28-15-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-15-generic

title        Debian GNU/Linux, kernel 2.6.28-14-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-14-generic

title        Debian GNU/Linux, kernel 2.6.28-14-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-14-generic

title        Debian GNU/Linux, kernel 2.6.28-13-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-13-generic

title        Debian GNU/Linux, kernel 2.6.28-13-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-13-generic

title        Debian GNU/Linux, kernel 2.6.28-11-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-11-generic

title        Debian GNU/Linux, kernel 2.6.28-11-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-11-generic

title        Debian GNU/Linux, kernel memtest86+
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST
ubuntu@ubuntu:~$

Hors ligne

#8 Le 27/10/2009, à 15:35

herberts

Re : impossible de me connecter :erreur 11.

Euh, oui, mais là tu n'as pas fait les modifications que je t'ai donné, tu as un # en trop et la ligne suivante est à moitié effacée ! Si tu n'applique pas correctement ce que je te dis, on ne va pas s'en sortir.

Bon, on va faire ça autrement :

Pour commencer, tu redémarre l'ordi sur le live cd (même si tu ai déjà dessus, tu redémarres.

Ensuite tu fais

sudo mkdir /mnt/system
sudo mount /dev/sda1 /mnt/system
gksudo gedit /mnt/system/boot/grub/menu.lst

Là, tu effaces tout ce qu'il y a dans ce fichier, et tu colles à la place ceci :

# 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        3

## 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=58752c5c-199c-4917-9ca7-2a38acdc3435 ro

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

## 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=(single-user) 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=2

## 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        Debian GNU/Linux, kernel 2.6.28-16-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-16-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-16-generic

title        Debian GNU/Linux, kernel 2.6.28-16-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-16-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-16-generic

title        Debian GNU/Linux, kernel 2.6.28-15-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-15-generic

title        Debian GNU/Linux, kernel 2.6.28-15-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-15-generic

title        Debian GNU/Linux, kernel 2.6.28-14-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-14-generic

title        Debian GNU/Linux, kernel 2.6.28-14-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-14-generic

title        Debian GNU/Linux, kernel 2.6.28-13-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-13-generic

title        Debian GNU/Linux, kernel 2.6.28-13-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-13-generic

title        Debian GNU/Linux, kernel 2.6.28-11-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-11-generic

title        Debian GNU/Linux, kernel 2.6.28-11-generic (recovery mode)
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro single
initrd        /boot/initrd.img-2.6.28-11-generic

title        Debian GNU/Linux, kernel memtest86+
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST

Pour finir tu enregistres et tu rebootes sans le live cd.

edit : et quand tu donnes des retour de commandes, mais les dans des balises code (au dessus des smileys), ce sera plus lisibles

Dernière modification par herberts (Le 27/10/2009, à 15:38)

Hors ligne

#9 Le 27/10/2009, à 16:19

charlepagne

Re : impossible de me connecter :erreur 11.

.ça n'a pas marché et j'ai toujours ces lignes avec "debian" alors que je suis sous ubuntu 9.04

debian GNU/linux,kernel 2 2 28 16 generi

Dernière modification par charlepagne (Le 27/10/2009, à 17:47)

Hors ligne

#10 Le 27/10/2009, à 18:52

charlepagne

Re : impossible de me connecter :erreur 11.

Salut
J'ai refait la manoeuvre une deuxième fois , cela ne marche toujours pas et j'ai toujours  "debian" pour demarrer Ubuntu !
je vais essayé avec "super grub disk" ......
Merci.

Hors ligne

#11 Le 27/10/2009, à 19:34

charlepagne

Re : impossible de me connecter :erreur 11.

Je n'ai pas réussi à réintaller grub avec "super grub disk"

Hors ligne

#12 Le 27/10/2009, à 19:50

herberts

Re : impossible de me connecter :erreur 11.

Et quandut esayes de restaurer grub avec le tuto de la doc : http://doc.ubuntu-fr.org/tutoriel/comment_restaurer_grub

Tu as des messages d'erreur, quelque chose ? Que donne le find /boot/grub/stage1 ?

Parce que avec "ça ne marche pas", ça ne nous permet pas vraiment de mieux comprendre le problème.

Hors ligne

#13 Le 27/10/2009, à 20:31

charlepagne

Re : impossible de me connecter :erreur 11.

Salut
Quand je fais le tuto de la doc , il ne se passe rien , je n'ai plus grub , c'est debian qui a pris sa place. Quand je dis "cela ne marche pas"  cela veut dire qu'il ne s'est rien passé , si il y avait eu un message d'erreur je l'aurais signalé. Je te remercie encore "herberts" pour ton aide.


ubuntu@ubuntu:~$ find /boot/grub/stage1
find: "/boot/grub/stage1": Aucun fichier ou dossier de ce type
ubuntu@ubuntu:~$

Hors ligne

#14 Le 27/10/2009, à 20:40

herberts

Re : impossible de me connecter :erreur 11.

Mais as tu suivi les étapes donné sur le lien ?

Avant de faire

find /boot/grub/stage1

, il faut faire la commande

sudo grub

Hors ligne

#15 Le 27/10/2009, à 20:58

Compte anonymisé

Re : impossible de me connecter :erreur 11.

Salut

En LiveCD :
sudo  grub  --> grub>
find  /boot/grub/menu.lst    devrait te retourner (hd0,0)
si ok
root  (hd0,0)
puis
setup  (hd0)
quit

Puis tu listes le contenu du répertoire de boot après avoir monté la partition /:
sudo  mount  /dev/sda1  /mnt
sudo  ls  -l  /mnt/boot

Et tu vérifies que tu as bien au moins les 2 fichiers :
vmlinuz-2.6.28-13-generic et initrd.img-2.6.28-13-generic

Sinon tu adaptes le premier paragraphe de menu.lst avec les bonnes valeurs :

## ## End Default Options ##

title        Debian GNU/Linux, kernel 2.6.28-16-generic
root        58752c5c-199c-4917-9ca7-2a38acdc3435
kernel        /boot/vmlinuz-2.6.28-16-generic root=UUID=58752c5c-199c-4917-9ca7-2a38acdc3435 ro quiet splash
initrd        /boot/initrd.img-2.6.28-16-generic

Dans ton fichier menu.lst tu peux aussi modifier les valeurs :
hiddenmenu
par
# hiddenmenu  afin d'afficher le menu


Tu rebootes.

Si ça fonctionne, dans un terminal tu tapes la commande :
sudo  update-grub  en acceptant les modifs.

@+

#16 Le 27/10/2009, à 22:50

charlepagne

Re : impossible de me connecter :erreur 11.

Je n'y arrive pas , "Sinon tu adaptes le premier paragraphe de menu.lst avec les bonnes valeurs"

je ne connais pas le menu lst ?

:sudo  ls  -l  /mnt/boot     me donne


ubuntu@ubuntu:~$ sudo  ls  -l  /mnt/boot
total 64428
-rw-r--r-- 1 root root  529118 2009-04-17 03:41 abi-2.6.28-11-generic
-rw-r--r-- 1 root root  528128 2009-06-30 21:56 abi-2.6.28-13-generic
-rw-r--r-- 1 root root  528128 2009-07-25 02:12 abi-2.6.28-14-generic
-rw-r--r-- 1 root root  528310 2009-09-09 12:56 abi-2.6.28-15-generic
-rw-r--r-- 1 root root  528310 2009-10-20 21:56 abi-2.6.28-16-generic
-rw-r--r-- 1 root root   96795 2009-04-17 03:41 config-2.6.28-11-generic
-rw-r--r-- 1 root root   96768 2009-06-30 21:56 config-2.6.28-13-generic
-rw-r--r-- 1 root root   96768 2009-07-25 02:12 config-2.6.28-14-generic
-rw-r--r-- 1 root root   96804 2009-09-09 12:56 config-2.6.28-15-generic
-rw-r--r-- 1 root root   96866 2009-10-20 21:56 config-2.6.28-16-generic
drwxr-xr-x 2 root root    4096 2009-10-27 14:45 grub
-rw-r--r-- 1 root root 7548415 2009-07-04 21:42 initrd.img-2.6.28-11-generic
-rw-r--r-- 1 root root 7558330 2009-07-15 15:16 initrd.img-2.6.28-13-generic
-rw-r--r-- 1 root root 7560911 2009-07-29 16:41 initrd.img-2.6.28-14-generic
-rw-r--r-- 1 root root 7559946 2009-09-29 21:12 initrd.img-2.6.28-15-generic
-rw-r--r-- 1 root root 7559228 2009-10-23 15:46 initrd.img-2.6.28-16-generic
-rw-r--r-- 1 root root  128796 2009-03-27 17:15 memtest86+.bin
-rw-r--r-- 1 root root 1456232 2009-04-17 03:41 System.map-2.6.28-11-generic
-rw-r--r-- 1 root root 1449810 2009-06-30 21:56 System.map-2.6.28-13-generic
-rw-r--r-- 1 root root 1449836 2009-07-25 02:12 System.map-2.6.28-14-generic
-rw-r--r-- 1 root root 1450680 2009-09-09 12:56 System.map-2.6.28-15-generic
-rw-r--r-- 1 root root 1450875 2009-10-20 21:56 System.map-2.6.28-16-generic
-rw-r--r-- 1 root root    1074 2009-04-17 03:43 vmcoreinfo-2.6.28-11-generic
-rw-r--r-- 1 root root    1074 2009-06-30 21:58 vmcoreinfo-2.6.28-13-generic
-rw-r--r-- 1 root root    1074 2009-07-25 02:13 vmcoreinfo-2.6.28-14-generic
-rw-r--r-- 1 root root    1074 2009-09-09 12:58 vmcoreinfo-2.6.28-15-generic
-rw-r--r-- 1 root root    1074 2009-10-20 21:58 vmcoreinfo-2.6.28-16-generic
-rw-r--r-- 1 root root 3501776 2009-04-17 03:41 vmlinuz-2.6.28-11-generic
-rw-r--r-- 1 root root 3488208 2009-06-30 21:56 vmlinuz-2.6.28-13-generic
-rw-r--r-- 1 root root 3490224 2009-07-25 02:12 vmlinuz-2.6.28-14-generic
-rw-r--r-- 1 root root 3491312 2009-09-09 12:56 vmlinuz-2.6.28-15-generic
-rw-r--r-- 1 root root 3491696 2009-10-20 21:56 vmlinuz-2.6.28-16-generic
ubuntu@ubuntu:~$

Dernière modification par charlepagne (Le 27/10/2009, à 22:51)

Hors ligne

#17 Le 28/10/2009, à 00:07

lekokeliko

Re : impossible de me connecter :erreur 11.

tous les deux on été clair on peut pas mieux ... donc relis bien attentivement fait attention a comment tu tape les commandes syntaxe etc...

le menu.lst se trouve la  /boot/grub/menu.lst c'est ce que herbert t'a dit de modifier plus haut

je sais pas quoi rajouter


No brain, No fear !
http://www.dailymotion.com/lekokeliko    ~Tictactux~  site internet crée par moi     
On em#%*de les ingénieurs, on test et on voit si ca l'fait ou pas ;)
A Embrun

Hors ligne

#18 Le 28/10/2009, à 00:37

charlepagne

Re : impossible de me connecter :erreur 11.

"Puis tu listes le contenu du répertoire de boot après avoir monté la partition /:"  ?
Pour moi c'est du chinois.

Hors ligne

#19 Le 28/10/2009, à 00:43

lekokeliko

Re : impossible de me connecter :erreur 11.

ls /boot

la liste de tout les fichiers que contient le répertoire /boot

tu l'a fait plus haut


No brain, No fear !
http://www.dailymotion.com/lekokeliko    ~Tictactux~  site internet crée par moi     
On em#%*de les ingénieurs, on test et on voit si ca l'fait ou pas ;)
A Embrun

Hors ligne

#20 Le 28/10/2009, à 05:44

charlepagne

Re : impossible de me connecter :erreur 11.

J'abandonne , je vais tout réinstaller , merci de votre aide.

Hors ligne