Windows naast Linux in lilo.conf

# /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
# ---------------       `install-mbr(8)', `/usr/share/doc/lilo/',
#                       and `/usr/share/doc/mbr/'.
# Don't forget to run `lilo' after you make changes to this
# conffile, `/boot/bootmess.txt', or install a new kernel. 

# Support LBA for large hard disks.
lba32

# Specifies the boot device.
boot=/dev/hda

# Specifies the device that should be mounted as root. (`/')
root=/dev/hda1

# Installs the specified file as the new boot sector
# You have the choice between: bmp, compat, menu and text
install=menu

# Specifies the location of the map file
map=/boot/map

# Specifies the number of deciseconds (0.1 seconds) LILO should
# wait before booting the first image.
timeout=50
prompt

# Specifies the VGA text mode at boot time. (normal, extended, ask, )
vga=normal

# Boot up Linux by default.
default=Linux

# Linux image including initrd.
image=/vmlinuz
	label=Linux
	read-only
      initrd=/initrd.img

# Windows installation on the second logical partition.
other=/dev/hda6
	label=WinNT