Grub error
MikE
-
MikE -
MikE -
Bonjour à tous, hier j'ai voulu installé ubuntu sur une clé usb, j'ai les instructions, mais j'ai un
petit soucis lorsque je redémarre j'ai un grub error 17
voici qq commandes que j'ai tapé dans la console qui pourrait vous aider
merci d'avance
Dans GRUB :
Code:
grub> find /boot/grub/stage1
(hd1,0)
fdisk -l donne
Code:
Disque /dev/sda: 120.0 Go, 120034123776 octets
255 heads, 63 sectors/track, 14593 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0xa003370c
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 1 1216 9764864 27 Inconnu
/dev/sda2 * 1216 10817 77116416 7 HPFS/NTFS
/dev/sda3 10817 14594 30337024 7 HPFS/NTFS
Disque /dev/sdc: 8061 Mo, 8061451776 octets
255 heads, 63 sectors/track, 980 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x0008c5c6
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdc1 * 1 932 7486258+ 83 Linux
/dev/sdc2 933 980 385560 5 Extended
/dev/sdc5 933 980 385528+ 82 Linux swap / Solaris
et mon menu.lst donne
Code:
# 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=42079533-555d-49d9-a4d6-f1b054ea7bf7 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## 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=(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 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=42079533-555d-49d9-a4d6-f1b054ea7bf7 ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=42079533-555d-49d9-a4d6-f1b054ea7bf7 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04, memtest86+
root (hd0,0)
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
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
chainloader +1
Merci encore de votre aide
petit soucis lorsque je redémarre j'ai un grub error 17
voici qq commandes que j'ai tapé dans la console qui pourrait vous aider
merci d'avance
Dans GRUB :
Code:
grub> find /boot/grub/stage1
(hd1,0)
fdisk -l donne
Code:
Disque /dev/sda: 120.0 Go, 120034123776 octets
255 heads, 63 sectors/track, 14593 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0xa003370c
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 1 1216 9764864 27 Inconnu
/dev/sda2 * 1216 10817 77116416 7 HPFS/NTFS
/dev/sda3 10817 14594 30337024 7 HPFS/NTFS
Disque /dev/sdc: 8061 Mo, 8061451776 octets
255 heads, 63 sectors/track, 980 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x0008c5c6
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdc1 * 1 932 7486258+ 83 Linux
/dev/sdc2 933 980 385560 5 Extended
/dev/sdc5 933 980 385528+ 82 Linux swap / Solaris
et mon menu.lst donne
Code:
# 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=42079533-555d-49d9-a4d6-f1b054ea7bf7 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## 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=(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 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=42079533-555d-49d9-a4d6-f1b054ea7bf7 ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=42079533-555d-49d9-a4d6-f1b054ea7bf7 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04, memtest86+
root (hd0,0)
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
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
chainloader +1
Merci encore de votre aide
11 réponses
Salut,
Modifie l'entrée d'Ubuntu dans le "menu.lst" comme suit :
Modifie l'entrée d'Ubuntu dans le "menu.lst" comme suit :
title Ubuntu 8.04, kernel 2.6.24-16-generic root (hd1,0) kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=42079533-555d-49d9-a4d6-f1b054ea7bf7 ro quiet splash initrd /boot/initrd.img-2.6.24-16-generic quietet ça devrait rouler ;-))
Salut jipicy merci de ta réponse, seulement j'ai tjrs l'erreur :(
faudrait t-il peut etre pas que je mette (hd1,0) à toutes les lignes ou apparait ubuntu (recovery mode, ...) ?
Si y a une commande que je dois faire pour pouvoir t'éguiller sur mon problème n'hésite pas
Merci encore
@+
faudrait t-il peut etre pas que je mette (hd1,0) à toutes les lignes ou apparait ubuntu (recovery mode, ...) ?
Si y a une commande que je dois faire pour pouvoir t'éguiller sur mon problème n'hésite pas
Merci encore
@+
salut :)
ce qui me chatouille c'est ceci:
grub> find /boot/grub/stage1
(hd1,0)
ce qui devrait correspondre a dev/sdb
hors,dans ton fdisk -l je ne vois pas de sdb
Disque /dev/sda: 120.0 Go, 120034123776 octets
255 heads, 63 sectors/track, 14593 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0xa003370c
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 1 1216 9764864 27 Inconnu
/dev/sda2 * 1216 10817 77116416 7 HPFS/NTFS
/dev/sda3 10817 14594 30337024 7 HPFS/NTFS
Disque /dev/sdc: 8061 Mo, 8061451776 octets
255 heads, 63 sectors/track, 980 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x0008c5c6
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdc1 * 1 932 7486258+ 83 Linux
/dev/sdc2 933 980 385560 5 Extended
/dev/sdc5 933 980 385528+ 82 Linux swap / Solaris
linux se trouve sur dev/sdc
ce qui correspond pour grub a hd2,0
donc depuis le live cd essayes en forçant grub a pointer sur hd2
ça ne coutes rien d'essayer :)
aussi: si grub s'affiche bien au démarrage suivant,il faudra que tu édites la ligne a booter en appuyant sur "e" lorsqu'elle sera en surbrillance,et tu change le chemin donné en (hd2,0),ensuite tu la valides et tu la boote
bonne chance
ce qui me chatouille c'est ceci:
grub> find /boot/grub/stage1
(hd1,0)
ce qui devrait correspondre a dev/sdb
hors,dans ton fdisk -l je ne vois pas de sdb
Disque /dev/sda: 120.0 Go, 120034123776 octets
255 heads, 63 sectors/track, 14593 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0xa003370c
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 1 1216 9764864 27 Inconnu
/dev/sda2 * 1216 10817 77116416 7 HPFS/NTFS
/dev/sda3 10817 14594 30337024 7 HPFS/NTFS
Disque /dev/sdc: 8061 Mo, 8061451776 octets
255 heads, 63 sectors/track, 980 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x0008c5c6
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdc1 * 1 932 7486258+ 83 Linux
/dev/sdc2 933 980 385560 5 Extended
/dev/sdc5 933 980 385528+ 82 Linux swap / Solaris
linux se trouve sur dev/sdc
ce qui correspond pour grub a hd2,0
donc depuis le live cd essayes en forçant grub a pointer sur hd2
root (hd2,0) setup (hd0) quit
ça ne coutes rien d'essayer :)
aussi: si grub s'affiche bien au démarrage suivant,il faudra que tu édites la ligne a booter en appuyant sur "e" lorsqu'elle sera en surbrillance,et tu change le chemin donné en (hd2,0),ensuite tu la valides et tu la boote
bonne chance
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
au préalable,avais tu déja essayer:
?
si grub se répare comme cela c'est que linux répertorie ta clé comme dev/sdc
mais que grub la répertorie comme (hd1,0)
ce serait comique,mais essayes,et ensuite,si grub est réparé comme ça,et que ubuntu ne boote pas,il faudra que tu essayes en éditant la ligne de boot de plusieurs façons différentes en essayant:
(hd1,0)
(hd2,0)
tiens nous au courant :)
root (hd1,0) setup (hd0) quit reboot
?
si grub se répare comme cela c'est que linux répertorie ta clé comme dev/sdc
mais que grub la répertorie comme (hd1,0)
ce serait comique,mais essayes,et ensuite,si grub est réparé comme ça,et que ubuntu ne boote pas,il faudra que tu essayes en éditant la ligne de boot de plusieurs façons différentes en essayant:
(hd1,0)
(hd2,0)
tiens nous au courant :)
dernier essais avant d'installer linux sur ton disque dur pour résoudre le problème:
dans ton menu.lst (celui de linux installé)
modifies ces lignes:
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
pour obtenir ceci:
## default grub root device
## e.g. groot=(hd1,0)
# groot=(hd1,0)
dans ton menu.lst (celui de linux installé)
modifies ces lignes:
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
pour obtenir ceci:
## default grub root device
## e.g. groot=(hd1,0)
# groot=(hd1,0)
"t au faite quand j'ai essayé ce que tu m'as dis "
"j'ai per du le mbr de window, mais j'ai réussi à le remettre ;)"
ne colle pas avec ton topic initial:
"Bonjour à tous, hier j'ai voulu installé ubuntu sur une clé usb, j'ai les instructions, mais j'ai un
petit soucis lorsque je redémarre j'ai un grub error 17 "
pour moi en lisant ton premier message,je comprend que ton ordinateur démarre sur un "grub error 17"
donc fatalement que ton MBR a déjà été écrasé......
"j'ai per du le mbr de window, mais j'ai réussi à le remettre ;)"
ne colle pas avec ton topic initial:
"Bonjour à tous, hier j'ai voulu installé ubuntu sur une clé usb, j'ai les instructions, mais j'ai un
petit soucis lorsque je redémarre j'ai un grub error 17 "
pour moi en lisant ton premier message,je comprend que ton ordinateur démarre sur un "grub error 17"
donc fatalement que ton MBR a déjà été écrasé......
je fatigue, je voulais répondre au message 16.
Ben oui quand j'enlevai la clé tout se passait bien ( bien lol y avait juste window)
Mais si mon bios n'était pas configurer pour booter sur la clé usb il ne verrai pas que j'ai installé grub dessus si ?
Avant il était pas configurer il a direct sur window puis j'ai les priorités et j'ai mis que l'usb est bootable.
Pour info le mon pc portable est un Sony
Ben oui quand j'enlevai la clé tout se passait bien ( bien lol y avait juste window)
Mais si mon bios n'était pas configurer pour booter sur la clé usb il ne verrai pas que j'ai installé grub dessus si ?
Avant il était pas configurer il a direct sur window puis j'ai les priorités et j'ai mis que l'usb est bootable.
Pour info le mon pc portable est un Sony
c'est justement ce qui m'échappe,
linux nomme ta clé sdc
grub nomme ta clé (hd1,0) déjà là ça colle pas
ensuite ton menu.lst rédigé par défaut donne (hd0,0) comme chemin a linux alors qu'il s'agit du chemin de ta recovery
ça fait trois incohérences impossible a paramétrer car grub refuse le chemin (hd2,0)
a moin qu'en réessayant:
root (hd1,0)
setup (hd1)
il n'y aie un changement,je calle
linux nomme ta clé sdc
grub nomme ta clé (hd1,0) déjà là ça colle pas
ensuite ton menu.lst rédigé par défaut donne (hd0,0) comme chemin a linux alors qu'il s'agit du chemin de ta recovery
ça fait trois incohérences impossible a paramétrer car grub refuse le chemin (hd2,0)
a moin qu'en réessayant:
root (hd1,0)
setup (hd1)
il n'y aie un changement,je calle