Migrate Manjaro to another computer

Hello,

Thank you cscs ! I used your advice to save my Plasma config and the list of all my packages.
But before reinstalling my system from scratch I wanted to make a try !
And… It was a success :slight_smile: !

To do it :

  1. I Installed the 5.9.11 kernel and all the Manjaro updates on my old system (I’m running the stable branch)
  2. I used CloneZilla to clone my boot partition on an external drive.
  3. I placed the old SSD drive containing my old Manjaro system (/) into the new system. (Note that my old SSD is using an MBR partitioning system)
  4. I booted the new system on Windows and shrank the Windows partition to hold the old boot partition (NVME drive)
  5. I used CloneZilla to clone the boot partition from the external drive to the newly created one
  6. I booted the Manjaro live cd and mount manually all known partitions
  7. I created the /boot/efi folder and mount the efi partition
  8. I generated a new fstab by using fstabgen -U /mnt/etc/fstab
  9. I added the swap mount point
  10. I chrooted into the system and run the restore grub procedure as if my system was in UEFI before
  11. I rebooted the system and correct the GRUB_TIMEOUT_STYLE to see the grub menu

Et Voila ! Everything is working well even the new hardware (integrated audio and networking).
The only problem I’m encountering for the moment is :
EDAC amd64: Error: F0 not found, device 0x1650 (broken BIOS?)
I think it is because I’m using a brand new AMD 5600x CPU, I need to wait for a kernel update.

I hope it can help another user :wink:.

Regards.

Louis

1 Like