• [^] # Re: les autres systèmes démarrent ?

    Posté par . En réponse au message Grub et disque dur sur raid. Évalué à 1.

    J'ai changer ma configuration :

    IDE 1 :
    Maître : IBM 28Go, partiton principale = Ubuntu, /dev/hda1
    Esclave : Pioneer DVD

    IDE 2 :
    Maître : Plextor 716A
    Esclave : Plextor Premium

    HighPoint 370
    IDE 1 :
    Maître : Hitachi 160Go, partiton principale = Windows XP, /dev/hde1

    Aprés réinstallation, grub ne me fait plus l'erreur 21.
    Je peut démarrer ubuntu. Mais si je choisi Windows XP j'ai une erreur :

    Booting 'Microsoft Windows XP'
    root (hd1,0)
    Error 21: Selected disk does not exist

    Voici le rslt de /boot/grub/menu.lst

    title Ubuntu, kernel 2.6.12-9-386
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda1 ro quiet splash
    initrd /boot/initrd.img-2.6.12-9-386
    savedefault
    boot

    title Ubuntu, kernel 2.6.12-9-386 (recovery mode)
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda1 ro single
    initrd /boot/initrd.img-2.6.12-9-386
    boot

    title Ubuntu, memtest86+
    root (hd0,0)
    kernel /boot/memtest86+.bin
    boot

    ### END DEBIAN AUTOMAGIC KERNELS LIST

    # This is a divider, added to separate the menu items below from the Debian
    # ones.
    title Other operating systems:
    root


    # This entry automatically added by the Debian installer for a non-linux OS
    # on /dev/hde1
    title Microsoft Windows XP Professionnel
    root (hd1,0)
    savedefault
    makeactive
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader +1