Hier is de test op mijn PC, met voyager, lilo met -t optie, het zou dus lukken...
Op sda6 is een MDV systeem.
..........
/dev/root on / type rootfs (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbfs (rw)
none on /sys type sysfs (rw)
/dev/sda1 on /mnt/sda1 type ext3 (rw,nosuid,nodev)
/dev/sda2 on /mnt/win_c type vfat (rw,nosuid,nodev,iocharset=iso8859-1,codepage=850,umask=0)
/dev/sda3 on /mnt/sda3 type ext3 (rw,nosuid,nodev)
/dev/sda5 on /mnt/sda5 type ext3 (rw,nosuid,nodev)
/dev/sda6 on /mnt/sda6 type ext3 (rw,nosuid,nodev)
/dev/sda7 on /mnt/sda7 type ext3 (rw,nosuid,nodev)
/dev/sda8 on /mnt/win_d type vfat (rw,nosuid,nodev,iocharset=iso8859-1,codepage=850,umask=0)
[root@localhost root]# mount -t proc none /mnt/sda6/proc
[root@localhost root]# mount -t none /dev /mnt/sda6/dev -o bind
[root@localhost root]# chroot /mnt/sda6
[root@localhost /]# lilo -t -v
LILO version 22.6.1 (test mode), Copyright © 1992-1998 Werner Almesberger
Development beyond version 21 Copyright © 1999-2004 John Coffman
Released 17-Nov-2004, and compiled at 14:16:24 on Sep 12 2005
Reading boot sector from /dev/sda6
Using GRAPHIC secondary loader
Calling map_insert_data
Mapping message file /boot/message -> message-graphic
Calling map_insert_file
Boot other: /dev/sda2, on /dev/sda, loader CHAIN
Added windows
Boot image: /boot/vmlinuz-i686-up-4GB -> vmlinuz-2.6.14-2mdk-i686-up-4GB
Mapping RAM disk /boot/initrd-i686-up-4GB.img -> initrd-2.6.14-2mdk-i686-up-4GB.img
Added linux-i686-up-4GB
Boot image: /boot/vmlinuz-2.6.14-2mdk-i686-up-4GB
Mapping RAM disk /boot/initrd-2.6.14-2mdk-i686-up-4GB.img
Added 2614i686up4G-2
Boot image: /boot/vmlinuz -> vmlinuz-2.6.14-2mdk-i686-up-4GB
Mapping RAM disk /boot/initrd.img -> initrd-2.6.14-2mdk-i686-up-4GB.img
Added linux *
The boot sector and the map file have *NOT* been altered.
[root@localhost /]#