• [^] # Re: lilo.conf?

    Posté par . En réponse au message Pb de coexistence.... Évalué à 1.

    Ok, j'ai trouvé comment éditer en direct les arguments grub. J'ai beau cherché la bonne formule, j'ai toujours le message "disk doesn't exist" ( ou un truc comme ça ). Pourtant, j'ai bel et bien installé Fedora sur mon troisième disque dur hd2. Sous mandrake, il s'appelle hdd2.

    Ma config lilo:

    # File generated by DrakX/drakboot
    # WARNING: do not forget to run lilo after modifying this file

    default="Windows_XP"
    boot=/dev/hda
    map=/boot/map
    keytable=/boot/fr-latin1.klt
    prompt
    nowarn
    timeout=50
    message=/boot/message
    menu-scheme=wb:bw:wb:bw
    image=/boot/vmlinuz
    label="Mandrake_10.1"
    root=/dev/hda4
    initrd=/boot/initrd.img
    append="acpi=ht resume=/dev/hdd3 splash=silent"
    vga=788
    read-only
    image=/boot/vmlinuz
    label="linux-nonfb"
    root=/dev/hda4
    initrd=/boot/initrd.img
    append="acpi=ht resume=/dev/hdd3"
    read-only
    image=/boot/vmlinuz
    label="failsafe"
    root=/dev/hda4
    initrd=/boot/initrd.img
    append="failsafe acpi=ht resume=/dev/hdd3"
    read-only
    other=/dev/hda2
    label="Windows_XP"
    table=/dev/hda
    image=/dev/hdd2
    label="Fedora"
    root=/dev/hdd2
    initrd /boot/initrd-2.6.9-1.667smp.img

    A quel niveau je me plante ??? Quelqu'un(e) a une idée :) ? Merci !