I bought an SSD and wanted to replace my current HDD with that new SSD Here is what I did:
- Booted laptop from an ubuntu usb and Made an image of my current HDD using dd:
dd if=/dev/sda of=/mnt/external_drive/some/folder/hdd.img
- removed the current HDD from the laptop and put the new SSD in place
- Rebooted the laptop on my ubuntu usb
- USed dd to clone the image to the SSD
dd if=/dev/external_drive/some/folder/hdd.img of=/dev/sda
- Tried to reboot on my new ssd with no luck
I then tried to reboot on my USB flash drive and format my ssd and reinstall a fresh ubuntu on it but the drive is not visible in GPARTED or the BIOS . It is like it is not in computer.
- SSD does not show up when using
lsblk
or GPARTED so impossible to format it or reinstall grub - BIOS does not detect SSD
Please help me recover my SSD
Thank you