Cloned SSD - Put Cloned SDD Into Different Desktop - No Boot?

Hi,

I have an SSD with Manjaro KDE 64Bit on it.
I used a stand-alone disk drive cloning device to clone Manjaro SSD to another empty SSD.
I put the new cloned SSD into a different desktop with similar hardware.
When I turn on the desktop, it does not boot?
Any ideas?
Thanks!

Jesse

Try the fallback initrd. If that works, regenerate the initrd, then reboot. It should work normally then.

Probably because you haven’t edited the /etc/fstab with the new UUID. You’ll need to chroot in and fix it.

Ok, I booted the desktop with Manjaro Live USB…
…what should I do now?

You should be able to use manjaro-chroot to mount your partitions.

Then use sudo blkid to figure out the UUIDs of all of your partitions

Then use sudo nano to edit the /etc/fstab of your SSD/installation to correct the UUIDs

If you need to fix grub as well:

https://wiki.manjaro.org/index.php?title=GRUB/Restore_the_GRUB_Bootloader

Sorry, little lost:
I am running off of Manjaro KDE USB…

[manjaro@manjaro ~]$ manjaro-chroot
==> ERROR: Can’t create chroot on non-directory
[manjaro@manjaro ~]$ sudo blkid
/dev/sda1: UUID=“38D2-31AF” BLOCK_SIZE=“512” TYPE=“vfat” PARTUUID=“23c49174-
f57c-c44a-a404-b8cc64d5ebb7”
/dev/sda2: UUID=“3bda1f92-8ab8-431c-803d-f5314dd08416” TYPE=“crypto_LUKS” PA
RTUUID=“9951c61e-b77d-9b47-ac5d-6ecf32787b68”
/dev/loop0: TYPE=“squashfs”
/dev/loop1: TYPE=“squashfs”
/dev/loop2: TYPE=“squashfs”
/dev/loop3: TYPE=“squashfs”
/dev/sdf1: BLOCK_SIZE=“2048” UUID=“2021-01-03-09-07-36-00” LABEL=“MANJARO_KD
E_2021” TYPE=“iso9660”
/dev/sdf2: SEC_TYPE=“msdos” LABEL_FATBOOT=“MISO_EFI” LABEL=“MISO_EFI” UUID="
7B2D-7571" BLOCK_SIZE=“512” TYPE=“vfat”
[manjaro@manjaro ~]$

This post may help