by sdjf » Sun Jun 22, 2014 4:17 pm
Take a look at the partition table on your hdd, remembering that boot and root are two different partitons. You could do an ls, parted, gparted or parted on the hdd to see where the boot and root partitions went. that assumes your main box is Linux, if it is another OS, I don't know.
EDIT: with parted and similar tools, you will be examining the device rather than specific partitions. Example would be:
parted /dev/sda
And issue command "p".
If that is not helpful, you can also check the following, but if dd was done properly, the above should yield better results, as the following will only tell you contents of partition 1 and not partition 2:
parted /dev/sda1
Chances are your root partition is in /dev/sda2 rather than /dev/sda1 if you dd'd everything to the hdd