[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Multibooting DEBIAN+REDHAT+Windows



I have a laptop with 3 operating systems: Windows, Debian and RedHat (I
already had Debian and I installed RedHat hoping it had better driver
for my hardware). How can I configure LILO to boot the three of them? I
tried configuring it from Debian, and it works well for it and for
Windows, but if I choose to use RedHat, LILO keeps loading the Debian
kernel.

I copy below my /etc/lilo.conf file

Thank you very much
Best regards
Alessandro



LILO CONFIGURATION (/etc/lilo.conf):

boot=/dev/hda
append = "hdc=cdrom"	
compact
install=/boot/boot.b
delay=40
map=/boot/map
vga=normal

image=/vmlinuz
	label=redhat
	root=/dev/hda11
	read-only

image=/vmlinuz
	label=debian
	read-only
	root=/dev/hda5

other=/dev/hda1
   	label=win98









Reply to: