• # Re: dual boot fedora et debian sur deux hd distincts

    Posté par . En réponse au journal dual boot fedora et debian sur deux hd distincts. Évalué à 1.

    Chez moi, j'ai un fichier /boot/grub/menu.lst

    Dedans il y a les entrées du menu, par exemple :

    -------------------------------------
    title Debian GNU/Linux V3.0r1
    kernel (hd0,0)/boot/bzImage-2.4.23 root=/dev/hda1 ro vga=0x317 video=vesa:mtrr agp=try_unsupported
    boot

    title Debian GNU/Linux V3.0r1old kernel
    kernel (hd0,0)/boot/bzImage-2.4.22 root=/dev/hda1 ro vga=0x317 video=vesa:mtrr agp=try_unsupported
    boot
    -------------------------------------

    il suffit donc que tu rajoute l'entrée qui va bien, sachant que (hd0,0) => /dev/hda1, (hd1,1) => /dev/hdb2, ...