Aller au contenu

problème avec grub ... winxp ne se lance pas


ramouz

Messages recommandés

Bonjour a tous,

J'ai installer grub pour un dual boot entre linux debian 2.6.7 & win xp... linux boot mais winxp pas.

voici mes partition :

>/sbin/fdisk -l /dev/hdc

Disk /dev/hdc: 81.9 GB, 81964302336 bytes

255 heads, 63 sectors/track, 9964 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System

/dev/hdc1 * 1 6374 51199123+ 7 HPFS/NTFS

/dev/hdc2 9868 9964 779152+ 82 Linux swap

/dev/hdc3 6375 9867 28057522+ 83 Linux

>grub-install /dev/hdc

Partition table entries are not in disk order

grub-install /dev/hdc

Installation finished. No error reported.

This is the contents of the device map /boot/grub/device.map.

Check if this is correct or not. If any of the lines is incorrect,

fix it and re-run the script `grub-install'.

(fd0) /dev/fd0

(hd0) /dev/hdc

(hd1) /dev/sda

et voici mon fichier /boot/grub/menu.lst

# Windows

title Windows XP Pro

rootnoverify (hd0,0)

makeactive

chaineloader +1

# GNU/Linux Debian

title GNU/Linux Debian 2.6.7

kernel (hd0,2)/vmlinuz root=/dev/hdc3

merci d'avance pour votre aide

a+

Lien vers le commentaire
Partager sur d’autres sites

tu as d'autre disque dur?

parce que dans ce cas, il faut faire un map

grub.info.gz

If you have installed DOS (or Windows) on a non-first hard disk, you
have to use the disk swapping technique, because that OS cannot boot
from any disks but the first one. The workaround used in GRUB is the
command `map' ( map), like this:

     grub> map (hd0) (hd1)
     grub> map (hd1) (hd0)

Lien vers le commentaire
Partager sur d’autres sites

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...