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

Re: Multibooting DEBIAN+REDHAT+Windows



On 17/12/99 Alessandro Ghigi wrote:

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.

you are having lilo load the same kernel for both I corrected your copy below it depends on you mounting your redhat root partition on /redhat before running lilo.


I copy below my /etc/lilo.conf file

Thank you very much
Best regards
Alessandro

corrected lilo.conf:


LILO CONFIGURATION (/etc/lilo.conf):

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

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

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

other=/dev/hda1
   	label=win98

Ethan


Reply to: