[?] lilo

Bonjour,

Habitué de Grub j’ai qq soucis avec lilo (malgres les explications lues sur lea)
Mon premier HDD est sur une mandrake, le second en master est sur une ubuntu

voici un extrait du menu.lst de mon grub du second HDD en slave :
[cpp]title Ubuntu, kernel 2.6.8.1-3-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.8.1-3-386 root=/dev/hdb1 ro quiet splash
initrd /boot/initrd.img-2.6.8.1-3-386
savedefault
boot[/cpp]

Dans le lilo de mon primary je voudrais integrer la possibilite de booter sur le second disque voici mon lilo.conf :
[cpp]default=“linux”
boot=/dev/hda
map=/boot/map
keytable=/boot/fr-latin1.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=“linux”
root=/dev/hda9
initrd=/boot/initrd.img
append=“acpi=ht resume=/dev/hda1 splash=silent”
vga=788
read-only
image=/boot/vmlinuz
label=“linux-nonfb”
root=/dev/hda9
initrd=/boot/initrd.img
append=“acpi=ht resume=/dev/hda1”
read-only
image=/boot/vmlinuz
label=“failsafe”
root=/dev/hda9
initrd=/boot/initrd.img
append=“failsafe acpi=ht resume=/dev/hda1”
read-only[/cpp]

Comment procéder ?
merci d’avance
++

je crois qu’il faut rajouter

other=/dev/hdXY
label=Ubuntu

pour donner la main à l’autre boot manager (en l’occurence /dev/hdb pour filer la main à grub ?)

arf je modifie mon /etc/lilo.confca ne marche pas
le label “Ubuntu” n’apparait meme pas au demmarrage …

copicol ton lilo.conf modifié

T’as relancé la commande ‘lilo’ après avoir modifié ton lilo.conf?

voici mon /etc/lilo.conf modifié :

[cpp]

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
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=“linux”
root=/dev/hda9
initrd=/boot/initrd.img
append=“acpi=ht resume=/dev/hda1 splash=silent”
vga=788
read-only
image=/boot/vmlinuz
label=“linux-nonfb”
root=/dev/hda9
initrd=/boot/initrd.img
append=“acpi=ht resume=/dev/hda1”
read-only
image=/boot/vmlinuz
label=“failsafe”
root=/dev/hda9
initrd=/boot/initrd.img
append=“failsafe acpi=ht resume=/dev/hda1”
read-only
other=/dev/hdb1
label=“Ubuntu”
[/cpp]

salut liptonic,
non je n’ai pas mdk et ubuntu sur la memem machine cependant sur la machine de mes parents il y a win2k, je pense que cela pourrait si je te dit que j’ai ceci en plus :

[cpp]other=/dev/hda1
label=“windows”
table=/dev/hda
other=/dev/fd0
label=“floppy”
unsafe[/cpp]

t’as pas oublié de lancer lilo en root après ? (bis)

avec l’astuce de weed toujours le meme probleme le label n 'apparait pas …

T’as lu ce que t’as dit Sufflope ???