Re: Pb de double-boot

Page principale

Répondre à ce message
Auteur: Olivier_Allard-Jacquin
Date:  
À: guilde
Sujet: Re: Pb de double-boot
Hello,

> In extenso : /boot/grub/menu.lst.


        Je pense que ton problème vient du fait que tu n'as pas mis
la commande "boot" à la fin de ton menu "Windows 2000"


title Microsoft Windows 2000 Professional Bootloader (IDE)
root (hd0,1)
makeactive
chainloader +1
boot



> La derniere entree est une tentative
> (sans succes) pour demarrer le Win2k installe sur le disque SCSI livre
> avec la machine.


        D'après ton menu.lst, j'en déduis que tu as uniquement 2 disques
durs sur cette machine: 1 IDE et 1 SCSI. C'est ca ?


Si ce n'est pas le cas, c'est que tu utilises mal la commande
"root (hd1,0)"

        Voir la doc de grub à ce sujet:
<extrait>
Note that GRUB does not distinguish IDE from SCSI - it simply counts the
drive numbers from zero, regardless of their type. Normally, any IDE drive
number is less than any SCSI drive number, although that is not true if
you change the boot sequence by swapping IDE and SCSI drives in your BIOS.
</extrait>


En fonction du nombre de DD IDE, il faut mettre (hd2,0), (hd3,0), etc
...



        Sinon, il doit s'agir d'un problème de configuration du fichier
"boot.ini". Tu dois avoir quelque chose comme ceci:


[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000"

        Alors qu'à première vu, il faurdait plutôt avoir quelque chose 
comme
ca:


[boot loader]
timeout=30
default=multi(1)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(1)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000"

        Pour plus d'informations sur le boot de NT, regarde ce site:
http://www.bellamyjc.net/fr/multiboot.html



                                                Olivier



> Merci de ton aide.
>
> FiX
>
> default=0
> timeout=10
> splashimage=(hd0,0)/grub/splash.xpm.gz
> title Red Hat Linux (2.4.18-19.7.xsmp)
>                root (hd0,0)
>                kernel /vmlinuz-2.4.18-19.7.xsmp ro root=/dev/hda6
>                initrd /initrd-2.4.18-19.7.xsmp.img
> title Red Hat Linux (2.4.18-10smp)
>                root (hd0,0)
>                kernel /vmlinuz-2.4.18-10smp ro root=/dev/hda6
>                initrd /initrd-2.4.18-10smp.img
> title Red Hat Linux (2.4.18-18.7.x)
>                root (hd0,0)
>                kernel /vmlinuz-2.4.18-18.7.x ro root=/dev/hda6
>                initrd /initrd-2.4.18-18.7.x.img
> title Red Hat Linux (2.4.18-18.7.xsmp)
>                root (hd0,0)
>                kernel /vmlinuz-2.4.18-18.7.xsmp ro root=/dev/hda6
>                initrd /initrd-2.4.18-18.7.xsmp.img
> title Red Hat Linux 7.3 (2.4.18-3smp)
>                root (hd0,0)
>                kernel /vmlinuz-2.4.18-3smp ro root=/dev/hda6
>                initrd /initrd-2.4.18-3smp.img
> title Microsoft Windows 2000 Professional Bootloader (IDE)
>                root (hd0,1)
>                makeactive
>                chainloader +1
> title Microsoft Windows 2000 Professional Bootloader (SCSI)
>                root (hd1,0)
>                makeactive
>                chainloader +1