Running dd if=/dev/sda of=/dev/md126
is taking some time so it seems like it's working but I am not sure what else may need to be done after to make the system bootable.
When trying to mount /dev/md126
it says: wrong fs type, bad option, bad superblock on /dev/md126, missing codepage or elper program, or other error.
/dev/sda
is the source drive (256GB SSD)
/dev/md126
is the target drive (512GB SSD RAID 1) - setup using bios/motherboard RAID controller. So fake RAID I believe.
Tried using Clonezilla but it didn't detect the /dev/md126
device, just the individual drives (sdb/sdc
).
Do I need to edit /etc/fstab
on target disk and set up grub after? What commands are necessary?
I'm definitely avoiding doing a reinstall if I can.
– Enigma Feb 20 '22 at 23:56