Lilo et Win XP

sOnO -  
cede Messages postés 1243 Statut Contributeur -
J'ai tenté de faire un multiboo avec lilo. seulement, au démarrage, si je lui demande XP, l'écran reste noir et le curseur clignote. pourtant, tout a l'air cleen dans le lilo.conf. koi qui cloche?

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

boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/fr-latin1.klt
prompt
nowarn
timeout=150
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
	label="linux"
	root=/dev/hda5
	initrd=/boot/initrd.img
	append="devfs=mount acpi=ht resume=/dev/hda6 splash=silent"
	vga=788
	read-only
image=/boot/vmlinuz
	label="linux-nonfb"
	root=/dev/hda5
	initrd=/boot/initrd.img
	append="devfs=mount acpi=ht resume=/dev/hda6"
	read-only
image=/boot/vmlinuz
	label="failsafe"
	root=/dev/hda5
	initrd=/boot/initrd.img
	append="failsafe acpi=ht resume=/dev/hda6 devfs=nomount"
	read-only
other=/dev/hda1
	label="windows_XP"
	table=/dev/hda1
other=/dev/hda2
	label="windows2"
	table=/dev/hda
other=/dev/fd0
	label="floppy"
	unsafe

3 réponses

  1. sono
     
    J'ai mis mon hd en LBA dans le BIOS... et ça bot nickel. Me demandez pas pkoi.

    sOnO
    0
  2. Arno59 Messages postés 4603 Date d'inscription   Statut Contributeur Dernière intervention   499
     
    Bonjour,

    Est-ce la même méthode pour un second disque dur ?

    Disque dur 1 : Linux Mandriva 2006 (mode maître)

    Disque 2: Windows XP Pro en NTFS: (Mode esclave)

    /etc/lilo.conf:

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

    default="linux"
    boot=/dev/hda
    map=/boot/map
    keytable=/boot/fr-latin1.klt
    menu-scheme=wb:bw:wb:bw
    prompt
    nowarn
    timeout=100
    message=/boot/message
    image=/boot/vmlinuz
    label="linux"
    root=/dev/hda1
    initrd=/boot/initrd.img
    append="resume=/dev/hda5 splash=silent"
    vga=788
    image=/boot/vmlinuz
    label="linux-nonfb"
    root=/dev/hda1
    initrd=/boot/initrd.img
    append="splash=silent resume=/dev/hda5"
    image=/boot/vmlinuz
    label="failsafe"
    root=/dev/hda1
    initrd=/boot/initrd.img
    append="failsafe splash=silent resume=/dev/hda5"
    # Chargement d'un système Windows
    0