#1 Le 26/01/2010, à 01:17
- Fanchhh23
Impossible de booter sous Win 7 suite à l'utilisation de Grub rescue
Bonjour à tous,
Débutant sous linux j'ai quelques problèmes de boot avec grub, et votre aide me serait très utile,
Voici mon problème :
J'ai modifié une partition sous windows 7 et en redémarrant grub ne fonctionnait plus, avec le message suivant :
Grub loading ...
error !
grub rescue>
J'ai donc suivi les instructions données par Bertrand0 dans ce sujet :
http://forum.ubuntu-fr.org/viewtopic.php?id=358656
soit, le code suivant dans grub rescue :
set prefix=(hd0,5)/boot/grub
insmod sh
set root=(hd0,5)/boot/grub
insmod configfile
configfile (hd0,5)/boot/grub/grub.cfg
Puis sous linux, dans un terminal :
sudo grub-install /dev/sda
Maintenant Ubuntu fonctionne parfaitement cependant impossible de booter sous windows 7.
Voici les informations obtenues avec la commande sudo fdisk _l
255 têtes, 63 secteurs/piste, 60801 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Identifiant de disque : 0x683ef827
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 26 203776 7 HPFS/NTFS
La partition 1 ne se termine pas sur une frontière de cylindre.
/dev/sda2 26 39473 316861944 7 HPFS/NTFS
/dev/sda3 39474 59109 157718889 f W95 Etendue (LBA)
/dev/sda4 59109 60802 13599744 7 HPFS/NTFS
/dev/sda5 39474 45826 51030441 83 Linux
/dev/sda6 45827 46102 2216938+ 82 Linux swap / Solaris
/dev/sda7 46103 59108 104469504 7 HPFS/NTFS
en tentant de booter sur /dev/sda1 avec Grub j'obtiens un écran noir avec marqué "GRUB_" puis rien ne se passe.
Le fichier grub.cfg vous sera peut-être utile :
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s /boot/grub/grubenv ]; then
have_grubenv=true
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set ba3d42b3-4e68-44b3-9f93-aa1c25946bbe
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/white
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-17-generic" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set ba3d42b3-4e68-44b3-9f93-aa1c25946bbe
linux /boot/vmlinuz-2.6.31-17-generic root=UUID=ba3d42b3-4e68-44b3-9f93-aa1c25946bbe ro quiet splash
initrd /boot/initrd.img-2.6.31-17-generic
}
menuentry "Ubuntu, Linux 2.6.31-17-generic (recovery mode)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set ba3d42b3-4e68-44b3-9f93-aa1c25946bbe
linux /boot/vmlinuz-2.6.31-17-generic root=UUID=ba3d42b3-4e68-44b3-9f93-aa1c25946bbe ro single
initrd /boot/initrd.img-2.6.31-17-generic
}
menuentry "Ubuntu, Linux 2.6.31-14-generic" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set ba3d42b3-4e68-44b3-9f93-aa1c25946bbe
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=ba3d42b3-4e68-44b3-9f93-aa1c25946bbe ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
}
menuentry "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set ba3d42b3-4e68-44b3-9f93-aa1c25946bbe
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=ba3d42b3-4e68-44b3-9f93-aa1c25946bbe ro single
initrd /boot/initrd.img-2.6.31-14-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set aa3eed773eed3d47
chainloader +1
}
menuentry "Windows 7 (loader) (on /dev/sda2)" {
insmod ntfs
set root=(hd0,2)
search --no-floppy --fs-uuid --set 743e970b3e96c610
chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda4)" {
insmod ntfs
set root=(hd0,4)
search --no-floppy --fs-uuid --set c410d62410d61cec
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
D'avance merci pour votre aide.
Dernière modification par Fanchhh23 (Le 26/01/2010, à 01:29)
Hors ligne