I have grub booting from a usb key. I have tried adding an entry to the menu to be able to boot off a local hard disk using lilo. Essentially I want to have grub pass off the booting to lilo which is on the local disk (and I have to boot the hard disk with lilo). Here is my entry that I added:
title hda-linux root (hd1,0) chainloader +1
I'm getting error 13 when I attempt to boot this entry. So I try to run the commands interactively in the grub shell:
grub > hda-linux
grub > (hd1,0) grub > chainloader +1 Error 13: Invalid or unsupported executable format
Is this a bug, or is there something here im missing? This is my last resort to use grub to boot the hard disk. Otherwise I'll revert to using lilo on usb disk.
any ideas?