Yes, I understand. I actually have no problem booting from the BIOS - just press F12, select the USB and I'm off. Runs a full installation right off the USB stick drive - pretty cool actually, and seemingly no different than a USB drive.
Using the Linux module, i get the error "cannot load form harddisk"
I've tried Neogrub with the following code, which I copied right out of GRUB:
title Ubuntu 8.10, kernel 2.6.27-9-generic
uuid 20b8fc49-7424-4807-9d98-be8d4f29ddfa
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=20b8fc49-7424-4807-9d98-be8d4f29ddfa ro quiet splash
initrd /boot/initrd.img-2.6.27-9-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid 20b8fc49-7424-4807-9d98-be8d4f29ddfa
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=20b8fc49-7424-4807-9d98-be8d4f29ddfa ro single
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 20b8fc49-7424-4807-9d98-be8d4f29ddfa
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=20b8fc49-7424-4807-9d98-be8d4f29ddfa ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 20b8fc49-7424-4807-9d98-be8d4f29ddfa
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=20b8fc49-7424-4807-9d98-be8d4f29ddfa ro single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
uuid 20b8fc49-7424-4807-9d98-be8d4f29ddfa
kernel /boot/memtest86+.bin
quiet
This is certainly overkill, but since I'm unfamiliar with this, just went with no changes. I get 4 boot options, but they return "Error 17: File not found."
I appreciate any insights you have into this.