Click to See Complete Forum and Search --> : LILO question: How do I configure to boot multiple OS's


LittleGreenGecko
10-20-2001, 11:39 PM
I configured the Win2K operating system loader to boot with two operating systems. How does one configure LILO to boot with both , to use LILO as the primary boot loader.

Thanks.....


:p

X_console
10-21-2001, 12:13 AM
Edit /etc/lilo.conf and rerun lilo. Check the manual pages for lilo and lilo.conf Generally to boot between Win98 and Linux for instance, you'd have something like this:


# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /vmlinuz
root = /dev/hda3
label = Linux
read-only
# Linux bootable partition config ends

LittleGreenGecko
10-21-2001, 01:03 AM
Thanks, that helped alot!