OK, how about doing the following to install Grub to the MBR of your USB drive:
Code:
sudo grub
grub> root (hd1,0)
grub> makeactive
grub> setup (hd1)
grub> quit
Then to restore a Windows equivalent MBR to your sda drive, how about trying:
Code:
sudo apt-get install lilo
sudo lilo -M /dev/sda mbr
Then reboot, set your BIOS to boot your sdb USB drive, and if all goes well you should at least get the Grub menu on start up, which is 90% of the battle. If you installed Intrepid to your USB drive, you should also be able to boot into Ubuntu, but if you installed a previous Ubuntu version, most likely your Grub's menu.lst file will need some tweaking in order to boot into Ubuntu. How about giving that a shot and let me know how far you get.
Bookmarks