Re: Probleme avec GRUB

Page principale

Répondre à ce message
Auteur: Crequy Alban
Date:  
À: guilde
Sujet: Re: Probleme avec GRUB
Le Jeudi 16 Janvier 2003 18:46, Regis.Gras@??? a écrit :
>   En consultant la doc, ce qu'il y a dans grub.conf me semble correct
> puisque on a (hd0,1) pour linux, ce qui correspond bien a /dev/hdc
> et           (hd1,1) pour windows.


Pour Windows, pourquoi as-tu (hd1,1) et pas (hd1,0)? Ta partition windows
n'est-elle pas sur la première partition de ton disque (/dev/sda)?

La page de "info grub" dit:

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' (*note map::), like this:

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


Il me semble que c'est ton cas: en ajoutant un disque, tu change les numéros
de disques.

> Par contre, si je debranche le disque hdc, la machine boote sans
> probleme
> sur sda, qui n'est donc pas endommagé


Je propose donc:
        map (hd0) (hd1)
        map (hd1) (hd0)
        rootnonverify (hd1,0)
        chainloader +1


--
Alban Crequy