Neil Bothwick <neil <at> digimed.co.uk> writes:
> > > If /boot is on a separate partition, you should be using It is. > > > find /grub/stage1 grub> find /grub/stage1 Error 15: File not found grub> find /boot/grub/stage1 Error 15: File not found > > If the symlink is there for boot -> /boot -- and it is by default -- > > both work. # ls -alg <snip> lrwxrwxrwx 1 root 1 Apr 6 21:40 boot -> . drwxr-xr-x 2 root 1024 Apr 11 12:05 grub > I've found GRUB's handling of symlinks to be variable at best. Try > searching for the real file. Everything I try within grub indicated the filesystem is unknown. Maybe unmount the boot partition, reformat it to ext2 copy over the kernrel (run what mdadm commands again) remount and see if it works? Other ideas? James