
On Fri, 24 Jul 2009 16:41:21 -0400, Sean Kennedy wrote:
I have noticed that grml2hd (I use it to put grml onto a usb key) sets up grub (I know grub so I always chose to install it over lilo) to boot from the second hard drive. i.e. (hd1,0) (that is likely where it was was when the live version was run) But when you want to boot it, the hardware has detected it first and put it in the first position (hd0,0). If this is the case for you, you will have to muck about in the boot manager to resolve the problem.
If it is the case, then the best solution is
Boot by UUID or disk label http://xpt.sourceforge.net/techdocs/nix/disk/boot/boot03- LinuxSpecificBooting/ar01s03.html
I.e.,
Stable root device (AKA UUID) http://michael-prokop.at/blog/2006/08/11/stable-root-device-aka-uuid/
HTH