So, I'm having some issues with GRUB.....
I'm trying to install Mint to my External, so I did the whole boot into LiveCD, make sure it works, etc...
Installed it to my External, and when I go to boot it, GRUB says it can't find the drive

I checked from the LiveCD, and It's looking for the right UUID, but it says it's not there.....
Any ideas from the resident Linux Users?
EDIT: Here's the Boot args if that Helps:
Code:
recordfail=1
if [ -a ${have_grubeav} ]; then sav_eav recordfail; fi
set quiet=1
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set [UUID]\
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=[UUID]\
ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic then it spits out this on attempted boot
Code:
Booting a command list
error: no such device: [UUID]
Press any key to continue...