I have cloned my diskdrive by dd cmd but....
Need help, "new user" in linux....
Step 1: I have cloned my main diskdrive by dd cmd: bash -c "dd if=/dev/sda |pv| gzip > /media/disk/sda-backup.gz"
Step 2: Now I like to make the cone work running from USB stik. I have a 120Gb usb stick and the old hhd are 80Gb. I then used cmd: gunzip -c /media/disk/sda-backup.gz |pv -pter -s 80g | dd of=/dev/sdc bs=64K
Step 3: bootup on the usb stick on another computer then the original........ here is the problem, the boot looks fine to start with choosing the Fedora (2.6.27.25-78.2.56.fc9.i686)
When booting I get the problem/error showing in the attached picture. If I boot the usb stick on the original computer then i works fine. So I assume, that I need to change somewhere(???) the boot files / location is on another location then the physical volumes...
Please help :)