I've been running Kubuntu 7.04 for over a year. I just installed a new motherboard: everything else is the same. The grub menu comes up at boot, but no matter what I choose, I get the "Error 15: file not found" message. I can use the SystemRescue Live CD to boot and mount all my drives. grub> geometry tells me that the partition that has the /boot directory is (hd1,0), which is what is listed in menu.lst. device.map also shows the boot drive as hd1. hd0 is an IDE drive, hd1 and hd2 are SATA.
The first entry in menu.lst is
title Ubuntu, kernel 2.6.20-17-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.20-17-generic root=UUID=[correct UUID for this drive] ro
initrd /boot/initrd.img-2.6.20-17-generic
savedefault
Those vmlinuz and initrd files are in the /boot directory. The contents of /boot/grub are
-rw-r--r-- 1 root root 197 Feb 4 2007 default
-rw-r--r-- 1 root root 30 Feb 4 2007 device.map
-rw-r--r-- 1 root root 7540 Feb 4 2007 e2fs_stage1_5
-rw-r--r-- 1 root root 7396 Feb 4 2007 fat_stage1_5
-rw-r--r-- 1 root root 16 Feb 4 2007 installed-version
-rw-r--r-- 1 root root 8128 Feb 4 2007 jfs_stage1_5
-rw-r--r-- 1 root root 6133 Aug 26 22:38 menu.lst
-rw-r--r-- 1 root root 6804 Feb 4 2007 minix_stage1_5
-rw-r--r-- 1 root root 9108 Feb 4 2007 reiserfs_stage1_5
-rw-r--r-- 1 root root 512 Feb 4 2007 stage1
-rw-r--r-- 1 root root 106228 Feb 4 2007 stage2
-rw-r--r-- 1 root root 8764 Feb 4 2007 xfs_stage1_5
Any idea what file grub can't find?
The first entry in menu.lst is
title Ubuntu, kernel 2.6.20-17-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.20-17-generic root=UUID=[correct UUID for this drive] ro
initrd /boot/initrd.img-2.6.20-17-generic
savedefault
Those vmlinuz and initrd files are in the /boot directory. The contents of /boot/grub are
-rw-r--r-- 1 root root 197 Feb 4 2007 default
-rw-r--r-- 1 root root 30 Feb 4 2007 device.map
-rw-r--r-- 1 root root 7540 Feb 4 2007 e2fs_stage1_5
-rw-r--r-- 1 root root 7396 Feb 4 2007 fat_stage1_5
-rw-r--r-- 1 root root 16 Feb 4 2007 installed-version
-rw-r--r-- 1 root root 8128 Feb 4 2007 jfs_stage1_5
-rw-r--r-- 1 root root 6133 Aug 26 22:38 menu.lst
-rw-r--r-- 1 root root 6804 Feb 4 2007 minix_stage1_5
-rw-r--r-- 1 root root 9108 Feb 4 2007 reiserfs_stage1_5
-rw-r--r-- 1 root root 512 Feb 4 2007 stage1
-rw-r--r-- 1 root root 106228 Feb 4 2007 stage2
-rw-r--r-- 1 root root 8764 Feb 4 2007 xfs_stage1_5
Any idea what file grub can't find?
Comment