Mount the partition which hosts the 6.0 install and then post it's /etc/lilo.conf
fdisk -l should be the same from either side.
Ouch, that simple! sorry.... lilo.conf reads as follows:
# LILO Configuration file
# Generated by the VectorLinux installer
#
# Begin lilo global configuration
#
boot = /dev/hda
default = VectorLinux
prompt
compact
timeout = 100
#
#
# Override dangerous defaults that require the partition table:
change-rules
reset
bitmap = /boot/bitmap/boot.bmp
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
#vga = normal
#VESA framebuffer console @ 1024 x768x64k
#vga = 791
#VESA framebuffer console @ 1024 x768x32k
#vga = 790
#VESA framebuffer console @ 1024 x768x256
#vga = 773
#VESA framebuffer console @ 800 x600x64k
#vga = 788
#VESA framebuffer console @ 800 x600x32k
#vga = 787
#VESA framebuffer console @ 800 x600x256
#vga = 771
#VESA framebuffer console @ 640 x480x64k
#vga = 785
#VESA framebuffer console @ 640 x480x32k
#vga = 784
#VESA framebuffer console @ 640 x480x256
#vga = 769
# Begin listing OS Choices
image = /boot/vmlinuz
root = /dev/hda1
label = VectorLinux
append = "splash=silent"
initrd = /boot/initrd
read-only
image = /boot/tamu/vmlinuz-hda3
root = /dev/hda3
label = Vector-hda3
append = "splash=silent"
initrd = /boot/tamu/initrd-hda3
read-only
+++++++++++++++++++
On the fdisk -l command, does this need to be run as root, because I get a "command not found" message as reply?