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
man 8 lilobzw.man 5 lilo.confoder- bei der Installation aus einem tar.gz unter
docoder bei einem rpm unter/usr/share/doc/lilo-version
Festplattenaufteilung ist:
- hda: Windows 2000
- hdb: Linux
- hde: Windows 98
- hdf: Windows 98
hda und hdb hängen am normalen IDE-Controller und hde und hdf an einem Promise Ultra DMA 66 - Controller.