I thought I had cloned a linux system using dd. I booted into rescue linux from a Centos 5 dvd.
I mount my external hd.
The command I typed to clone was
dd if=/dev/hda of=/mnt/external/t42.img
After dd had done it's stuff it said 40gb in and out.
After that I zeroed the disk
dd if=/dev/zero of=/dev/hda
Waited for it to do its stuff and then rebooted. Got the desired missing operating system prompt.
Booted up from rescue linux again and reversed the process.
dd if=/mnt/external/t42.img of=/dev/hda
Got 40gb in and out rebooted.
Now I get the grub screen and the kernel choice but once it boots into that I get nothing after the display of the kernel arguments.
Booting into linux rescue says no linux partitions.
If I try and mount the img file and specify ext3 it says no ext3 partitions are there and i cant see inside that img.
What did I do wrong? I've used this method before but with regular partitions i.e. not lvms.