Cannot find device after cloning with clonezilla

I’ve cloned my machine from one nvme disk to the other with clonezilla. Dell rescue and windows partitions seem fine but my manjaro wont boot. It reports:
Error: device ‘UUID=xxxxxxx’ not found and drops me into an emergency shell I tried to use boot repair disk.

But it did not work. What should I do?

Did you have a swap partition before and used it for hibernation?
Boot a live iso and check current UUIDs:

$ lsblk -f

manjaro-chroot into your old installation and check /etc/default/grub: Adjust GRUB_CMDLINE_LINUX in /etc/default/grub accordingly and run upddate-grub afterwards.
Don’t forget to check at /etc/fstab as well.

No the problem was much more tricky. My laptop an Dell inspiron i5 7567 has disks in raid mode by default. But the nvme does not behave well on this mode. So had to change it to AHCI disk mode and load AHCI drivers in windows.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.