Lilo 21.6 für Linux, Windows 98 und Windows 2000 konfigurieren

/etc/lilo.conf:

boot = /dev/hda
timeout = 500
lba32

menu-title = " alpha.antje-baumann.de "
# Format: menu-scheme = <text>:<highlight>:<border>:<title>
menu-scheme = Yk:kw

prompt
default = Windows98
vga = normal
read-only
map=/boot/map
install=/boot/boot.b

image = /boot/vmlinuz-2.4.0-test10-apm
  label = linux-2.4-apm
  root = /dev/hdb1
  append="apm=power-off"

other = /dev/hde1
  table = /dev/hde
  label = Windows98

# Umsortieren der Platten,
# alles fuer Win kommt nach vorne:
  map-drive = 0x80
     to = 0x82
  map-drive = 0x82
     to = 0x80
  map-drive = 0x81
     to = 0x83
  map-drive = 0x83
     to = 0x81

other = /dev/hda1
  table = /dev/hda
  label = Windows2000

Dokumentation zu lilo ist unter
  1. man 8 lilo bzw. man 5 lilo.conf oder
  2. bei der Installation aus einem tar.gz unter doc oder bei einem rpm unter /usr/share/doc/lilo-version

Festplattenaufteilung ist:

  1. hda: Windows 2000
  2. hdb: Linux
  3. hde: Windows 98
  4. hdf: Windows 98

hda und hdb hängen am normalen IDE-Controller und hde und hdf an einem Promise Ultra DMA 66 - Controller.