[GRUB] erreur 13 plus d'XP !

Résolu
Slici Messages postés 428 Date d'inscription   Statut Membre Dernière intervention   -  
Slici Messages postés 428 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,
j'ai (encore) un problème de Grub !!!
voila j'explique la situation : je suis sous Mandriva One 2009 et j'ai recemment réinstallé sur une partition a part XP. Voulant re-avoir accès à Mandraiva après l'installation de celui-ci, je réinstalle le grub :

$ grub --batch
...
grub> setup (hd0,0)

donc je recupere mon Grub mais je n'ai plus accès à Windows du coup !! dans l'explorateur de fichier je vois mes deux partitions NTFS (j'en ai encore une autre pour mes données). Mais impossible d'y acceder...

Problème de montage?

mon menu.lst ne contient pas d'entrée relative à windows

--> Voici ce que me donne la commande : # fdisk -l

Disque /dev/sda: 500.1 Go, 500106780160 octets
255 heads, 63 sectors/track, 60801 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0f690f69

Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 1912 15358108+ 83 Linux
/dev/sda2 1913 2166 2040255 5 Extended
/dev/sda3 2167 4716 20482875 7 HPFS/NTFS
/dev/sda4 4717 60801 450502762+ 7 HPFS/NTFS
/dev/sda5 1913 2166 2040223+ 82 Linux swap / Solaris

donc ma partition XP est /dev/sda3

Comment y avoir accès? et comment puis-je ensuite modifier mon menu.lst pour pouvoir booter sur XP?

d'avance merci, j'attends vos réponses avec impatience =)

Slici
A voir également:

4 réponses

jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 896
 
Salut,

Affiche aussi ton menu.lst (sans les lignes commentées) sans quoi à l'aveuglette ça ne va pas le faire ;-))
egrep -v '^(#|$)' /boot/grub/menu.lst

0
Slici Messages postés 428 Date d'inscription   Statut Membre Dernière intervention   86
 
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0

title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=eaa3e7b5-aae9-475b-8987-94e2dcab4a74 splash=silent vga=788
initrd (hd0,0)/boot/initrd.img

title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=eaa3e7b5-aae9-475b-8987-94e2dcab4a74
initrd (hd0,0)/boot/initrd.img

title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=eaa3e7b5-aae9-475b-8987-94e2dcab4a74 failsafe
initrd (hd0,0)/boot/initrd.img

title 2.6.27-desktop586rc8-2mnb
kernel (hd0,0)/boot/vmlinuz-2.6.27-desktop586-0.rc8.2mnb BOOT_IMAGE=2.6.27-desktop586rc8-2mnb root=UUID=eaa3e7b5-aae9-475b-8987-94e2dcab4a74 splash=silent vga=788
initrd (hd0,0)/boot/initrd-2.6.27-desktop586-0.rc8.2mnb.img

title desktop586 2.6.27.5-2mnb
kernel (hd0,0)/boot/vmlinuz-2.6.27.5-desktop586-2mnb BOOT_IMAGE=desktop586_2.6.27.5-2mnb root=UUID=eaa3e7b5-aae9-475b-8987-94e2dcab4a74 splash=silent vga=788
initrd (hd0,0)/boot/initrd-2.6.27.5-desktop586-2mnb.img


voila !
0
jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 896
 
title Windows
root (hd0,2)
makeactive
chainloader  +1

0
Slici Messages postés 428 Date d'inscription   Statut Membre Dernière intervention   86
 
merci jipicy ca marche !!

encore une fois tu me sauve de mon abîme !

allez tchao bonne soirée ;)
0