Re: Error 15 problem - other posts don't seem to help me
And, to give you more of an idea what to look for, along with UUIDs, as Fintan said,
here's an entry from one of my menu.lst's (typical):
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,6)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=6f00b506-7174-4f0e-8f33-9baaf0293c9a ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
Of course, the (hd1,6) must be correct.
But, also, and especially since you just got an update that caused this, the two files vmlinuz-2.6.22-14-generic and initrd.img-2.6.22-14-generic must both be there and they must be in the /boot directory (or folder) on (hd1,6) = sdb7, exactly that way, as written in menu.lst -- OR, you must change menu.lst to match what really is your kernel & initrd files.
And, to give you more of an idea what to look for, along with UUIDs, as Fintan said,
here's an entry from one of my menu.lst's (typical):
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,6)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=6f00b506-7174-4f0e-8f33-9baaf0293c9a ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
Of course, the (hd1,6) must be correct.
But, also, and especially since you just got an update that caused this, the two files vmlinuz-2.6.22-14-generic and initrd.img-2.6.22-14-generic must both be there and they must be in the /boot directory (or folder) on (hd1,6) = sdb7, exactly that way, as written in menu.lst -- OR, you must change menu.lst to match what really is your kernel & initrd files.
Comment