hi. thanks in advance for any and all help and my apologies for how difficult this is to read. i have read several posts regarding backing up hard drives, grub, mbr, etc. but am just at the point of not knowing what to try next without hosing up both drives..
i have 2 hard drives, one is 120gb, the other is 160gb. i just use one at a time, and wanted to have the other be a backup that I could just plug in and use should i have a pwr failure or lighting strike or whatever.
i used dd to backup the 120gb to 160gb drive, then started using the 160gb drive full time and unplugged the 120gb. i didn't think i would be able to use dd to clone 160 to 120, so i copied individual partitions. i copied the data and linux distros i wanted to keep, but did not copy one distro i plan to overwrite, and also did not copy the mbr.
i now wanted to swap drives and start using the 120gb drive and disconnect the 160gb "backup".
fc9 was the newest distro to be installed on the 160gb drive and was copied using dd to the 120gb drive (as mentioned above).
Here is the problem:
i now try to boot the 120gb drive. first i notice the fc9 splash image does not appear, but instead i see a older "pretty colors" grub menu which had older distros listed.
it appears the partition with fc8 or ubuntu is being used to obtain the menu.lst file instead of the newer fc9 distro and partition. i copied the menu.lst file from the fc9 partition to the other partition, then rebooted. when i try to select fc9 it gives me a grub error (i think complaining about the uuid).
when i did the fc9 install and it then became the grub or boot default, is that info stored in the mbr, and will i be able to fix the problem by copying the 512 bytes of mbr from the 160gb drive to the 120gb drive?
guess i should also mention something else that puzzles me. when i do a "df" command it showed the mount points as sda1, sda2, etc - all sda just as i would expect.
after i used dd to copy sda partitions to sdb partitions, then rebooted, now df shows sdb for the mount points of the partitions that i copied, rather than sda. the one i did not copy still shows mounted as sda. does this sound "normal"?
i am not seeing that now since i only have the one drive connected.
thanks.