• [^] # Re: MBR + Emplacement de disque.

    Posté par . En réponse au message ndtlr manquante. Évalué à 1.

    effectivement j'avais oublié l'espace entre cat et /ca
    désolée et merci encore de votre patience




    major minor #blocks name

    3 0 160086528 hda
    3 1 8185086 hda1
    3 2 1 hda2
    3 5 4088511 hda5
    3 6 147806001 hda6
    8 0 312571224 sda
    8 1 102398278 sda1
    8 2 1 sda2
    8 5 77031643 sda5
    8 6 133138656 sda6
    [rachel@localhost ~]$ cat /etc/lilo.conf
    # File generated by DrakX/drakboot
    # WARNING: do not forget to run lilo after modifying this file

    default="linux"
    boot=/dev/hda
    prompt
    nowarn
    timeout=100
    message=/boot/message
    image=/boot/vmlinuz
    label="linux"
    root=/dev/hda1
    initrd=/boot/initrd.img
    append="noapic nolapic resume=/dev/hda5 splash=silent acpi=ht"
    vga=788
    image=/boot/vmlinuz
    label="linux-nonfb"
    root=/dev/hda1
    initrd=/boot/initrd.img
    append="noapic nolapic resume=/dev/hda5 acpi=ht"
    image=/boot/vmlinuz
    label="failsafe"
    root=/dev/hda1
    initrd=/boot/initrd.img
    append="failsafe resume=/dev/hda5"
    other=/dev/sda1
    label="windows"
    map-drive=0x80
    to=0x81
    map-drive=0x81
    to=0x80
    other=/dev/hda1
    label="windows-0"
    [rachel@localhost ~]$