I have updated a second partition on my machine to run Karmic. After installing a fresh 9.04 the update all went fine. The problem is that when I update my menu.lst on my main install to include Karmic I get a grub error 15. The entry is just coppied from the .lst file from the Karmic install, with a little adjustment to point to the new partition as shown
title Karmic Koala - Pre Alpha
root (hd0,4) kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=ea478011-6b94-49d7-81a0-9ed38809aa6a ro quiet splash initrd /boot/initrd.img-2.6.28-11-generic savedefault boot
title Karmic Koala - Pre Alpha (recovery mode) root (hd0,4) kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=ea478011-6b94-49d7-81a0-9ed38809aa6a ro single initrd /boot/initrd.img-2.6.28-11-generic savedefault boot
I have checked all the file names and uuid number and they are all fine, the only other difference is that I am using ext4 on the Karmic install and ext3 on Jaunty. Any ideas.