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
A voir également:

3 réponses

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

sOnO
0
Arno59 Messages postés 4753 Statut Contributeur 488
 
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
cede Messages postés 1243 Statut Contributeur 111
 
C'est la même chose, que tu aies 1 ou 2 disques,
tu n'as qu'UN SEUL FICHIER, menu.lst ou grub.conf ou lilo.conf je ne sais pas le nom exact avec lilo qui te donnes le choix de booter sur tel ou tel OS.

Voilà étudie un peu tout ça, et tu trouveras la solution :
http://www.linux-france.org/article/sys/chargeurs/ix86/lilo/boot-lilo.html
0