I have cloned my old failing hd (Samsung 150GB) to a new (Hitachi 250GB) using this tutorial and and the command
dd if=/dev/hda of=/dev/hdb bs=32256
and using GParted.
After the cloning had finished GParted showed the following error messages on my new clone hd:
/dev/hdb5: error opening volume
/dev/hdb6: e2 label: No such file or directory whiel trying to open /dev/hdb6
Couldn’t find valid filesystem superblock.
dumpe2fs: 1.40.8 (13-Mar-2008)
dumpe2fs: no such file or directory while trying to open /dev/hdb6
unable to read the contents of this filesystem! Because of this some operations may be unavailable./dev/hdb7: e2 label: No such file or directory whiel trying to open /dev/hdb6
Couldn’t find valid filesystem superblock.
dumpe2fs: 1.40.8 (13-Mar-2008)
dumpe2fs: no such file or directory while trying to open /dev/hdb7
unable to read the contents of this filesystem! Because of this some operations may be unavailable.
hdb5 = swap file
hdb6 = ext3
hdb7 = ext3
I kept the partitions the same size.
When I boot up my new hd, Grub loads with all the options and I can boot into XP no problem.
When I boot into Suse, the terminal screen comes up with this message
Could not find SCSI-SATA_SAMSUNG_SP1604NS013J10X539788-part6
Want me to fall back to /dev/disk/by-id/SCSI-SATA_SAMSUNG_SP1604NS013J10X539788-part6? (Y/n)
after choosing Y, I get this
Waiting for device /dev/disk/SCSI-SATA_SAMSUNG_SP1604NS013J10X539788-part6 to appear…not found exiting to /bin/sh
sh: no job control in this shell
and if I choose no:
atkbd.c: unkown key released (translated set 2, code 0x81 on isa0060/serio0)
atkbd.c: use 'setkeycodes e001 <keycode> to make it known
I tried running the Suse DVD, but I’m being told that I have no Linux root partition.
Where am I going wrong? Please someone help me…