My machine is using Ubuntu 8.04 (=> legacy grub). It is backed up regularly and I would like to check I am able to restore the backup.

This backup includes everything on the system, including /boot (the only things excluded are things like /proc, /var, /dev...).

I "restored" the backup onto an external USB HDD, setup the boot flag there and I would like to boot that. Is that possible ?

I tried several variants of grub-install, changing the menu.lst, but still no luck. For one thing, the /boot/grub/device.map only shows the main HDD, not the USB HDD, is it ok to just add it in there? :

(hd1) /dev/sdb1

When I change the BIOS to boot from USB, it just seems to skip it.

What else do I need to do ?

link|improve this question

75% accept rate
feedback

2 Answers

Have you checked grub-install ?

read http://www.linuxselfhelp.com/gnu/grub/html_chapter/grub_3.html

that should get you sorted.

link|improve this answer
Thanks for the help... I mentioned in the question : "I tried several variants of grub-install,..." so yes, I've looked into it, but either I am not using it right or this is not the right thing... – Matthieu May 24 '11 at 16:37
feedback
up vote 0 down vote accepted

Eventually I got it working by using Plop Boot Manager. I got the tip on the Ubuntu forum (sorry, I don't have the link to the discussion thread here).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.