• [^] # Re: plusieurs points ?

    Posté par . En réponse au message [HELP] - install Debian 4.0 : psychotage grave de GRUB.... Évalué à 2.

    Heu... merci pour l'idée, NeoX, mais ça ne l'a pas vraiment fait...
    J'explique...
    Mon /boot/grub/device.map initial était :
    (hd0) /dev/hda
    (hd1) /dev/hde
    (hd2) /dev/hdf
    Donc, on a bien hde=(hd1), et hde1=(hd1,0), et ça aurait du coller avec menu.lst, non ?!...
    Et pourtant GRUB plantait en error 15...

    Néanmoins, j'ai suivi tes conseils, et modifié device.map comme suit :
    (hd0) /dev/hda
    (hd5) /dev/hde
    (hd2) /dev/hdf

    Et aussi menu.lst comme suit :
    title Debian GNU/Linux, kernel 2.6.18-4-k7
    root (hd5,0)
    kernel /boot/vmlinuz-2.6.18-4-k7 root=/dev/hde1 ro
    initrd /boot/initrd.img-2.6.18-4-k7
    savedefault

    title Debian GNU/Linux, kernel 2.6.18-4-k7 (single-user mode)
    root (hd5,0)
    kernel /boot/vmlinuz-2.6.18-4-k7 root=/dev/hde1 ro single
    initrd /boot/initrd.img-2.6.18-4-k7
    savedefault

    Et re-paf GRUB plante en error 15...
    Grrr...
    Quelqu'un a une autre idée, svp ?!....
    :o)

    JMPX.