Suse 10.0 box the lilo bootloader has been corrupted. I'm trying to get it to boot but I'm coming up with errors I don't fully understand
The system has an IDE disk which has a vfat windows partition hda1 and an ext3 partition mounted as /home and a scsi disk with an sda1 being swap and sda2 ext3 mounted as /.
So far I've used a Suse 10.1 instillation DVD to get into the machine via rescue system option. I then mount the root partition as /mnt and chroot to make it the root filesystem. Running lilo gives me the following error message.
**************** Warning: '/proc/partitions' does not exist, disk scan bypassed. Warning: The boot sector and map file are on different disks. Added Windows Fatal: open (Hd2,1)/boot/vmlinuz: No such file or directory ****************
Windows will boot from this lilo configuration.
It needs to be able to boot between windows and suse 10 and at a later date have a suse 7 installation added to it.
Below is a copy of linux.conf.
Any help here would be really appreciated.
Cheers, BJ
lilo.conf **************** # Modified by YaST2. Last modification on Mon Oct 9 12:33:56 BST 2006
menu-scheme = Wb:kw:Wb:Wb timeout = 80 lba32 change-rules reset read-only prompt default = 2.6.13-15-d boot = /dev/hda
other = /dev/hda1 ###Don't change this comment - YaST2 identifier: Original name: windows### label = Windows
###other = /dev/fd0 ###Don't change this comment - YaST2 identifier: Original name: floppy### ### label = Floppy
image = (hd2,1)/boot/vmlinuz label = 2.6.13-15-d append = "selinux=0 resume=/dev/sda1 splash=silent showopts" vga = 0x317 root = /dev/sda2 ****************