hello 
I have one problem with my LiLO... I installed PLD Linux on my computer but when it boots, the last thing I can see is:
request_module[block-major-3] Root fs not mounted
VFS: Cannot open root device 03:01
Kernel panic: VFS: unable to mount root fs on 03:01
and the system stops 
what should I do?
this is my /etc/lilo.conf:
# By default boot the pld entry
default=pld
# Wait 5 seconds for booting
timeout=50
# Default bootpartition
boot=/dev/hda
# well, we want to be asked...
prompt
# menu stuff
menu-title = "PLD Linux"
menu-scheme = "wk:kc:ck:Ck"
read-only
# additional:
lba32
# Linux image
image=/boot/vmlinuz
root=/dev/hda3
label=pld
initrd=/boot/initrd
# EOF
and this is my /etc/fstab:
/dev/hda3 / ext2 defaults 1 1
/dev/hda1 /boot ext2 defaults 1 2
/dev/hda2 swap swap defaults 0 0
proc /proc proc defaults 0 0
pts /dev/pts devpts gid=5,mode=600 0 0
/dev/fd0 /mnt/floppy vfat noauto 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,ro,user,unhide 0 0
please help my
have a nice day