Reinstall grub bootloader after partition cloning

Hey Guys i would be glad if someone could help me out with this ,

I’ve got one SSD and one HDD
and using UEFI
I have already installed the Linux operating System on HDD .
Cloned the Root partition With clonezilla to the SSD.
Also Windows is already installed on this ssd.

Althought grub is already Working with booting From HDD
Now i want to " reSetup" the grub bootloader to dualboot and booting Into the cloned Partition from SSD.
And delete the old Linux Partition on the HDD.

info from parted:

Model: ATA SATA3 256GB SSD (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size    File system  Name                          Flags
 1             1049kB  106MB  105MB   fat32 EFI system partition          boot, esp
 2      106MB   123MB  16,8MB               Microsoft reserved partition  msftres
 3      123MB   215GB  215GB   ntfs         Basic data partition          msftdata
 4      215GB   256GB  41,3GB  ext4

Model: ATA ST500DM002-1BD14 (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size    File system  Name                          Flags
 1      1049kB  106MB  105MB   fat32        EFI system partition          boot, esp
 2      106MB   123MB  16,8MB               Microsoft reserved partition  msftres
 3      123MB   456GB  456GB   ntfs         Basic data partition          msftdata
 5      456GB   497GB  40,8GB  ext4         root
 4      500GB   500GB  573MB   ntfs                                       hidden, diag

sda3 is the windows partition
sdb5 was cloned to sda4 usind clonezilla

Hi and welcome to the forum :+1:


An operating system is not a single file or application you can β€œcopy”, you would need to change some critical configurations in multiple places for the version on the SSD to work properly.

From the info you provided i am assuming your:

  • /dev/sdb5 is your old Linux install.
  • /dev/sda4 is your new/cloned Linux version.

If the above is correct please provide the recursive directory listing inside:

  • /dev/sdb1 Which is the ESP on your HD.
  • /dev/sda1 Which is the ESP on your SSD.

Lets first correct/change/adjust the above, then we can delve into the Linux partitions to make needed changes…

Please check the Manjaro Wiki

Basically … remove the HDD, boot with Live-USB, follow the Wiki.

Come back and ask when you encounter problems.

No need to make it sound so complicated.

Sounding complicated and stating the practical steps are two different things but with similar end-results…

done the wiki

mounted root and efi from SSD
then chrooted with "manjaro-chroot /mnt /bin/bash "
"grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck "
"grub-mkconfig -o /boot/grub/grub.cfg "

HDD removed…
now i am able to see the grub bootloader with manjaro and windows to boot
however when i am booting manjaro it says

/dev/sda4: clean, 387893/2523136 files, 3048105/10086400 blocks
[TIME ] Timed out waiting for device /dev/disk/by-uuid/E03F-1BE7.
[DEPEND] Dependency failed for File System Check on /dev/disk/by-id/E03F-1BE7. [DEPEND] Dependency failed for /boot/efi.
[DEPEND] Dependency failed for Local File Systems.
You are in emergency node. After logging in, type "journalctl -xb" to view systen logs, "systemctl reboot" to reboot, "systemctl default" or "exit" to boot into default node.

Give root password for maintenance (or press Control-D to continue):

Thats why i said:

Check your fstab, fix the entries to use the correct partitions and remake your initrd…
:vulcan_salute:

1 Like

Well done, now please proceed with TriMoon’s suggestion.

1 Like

everything in sda1 and sdb1:

Documents/efisda1
β”œβ”€β”€ EFI
β”‚   β”œβ”€β”€ Boot
β”‚   β”‚   └── bootx64.efi
β”‚   β”œβ”€β”€ manjaro
β”‚   β”‚   └── grubx64.efi
β”‚   └── Microsoft
β”‚       β”œβ”€β”€ Boot
β”‚       β”‚   β”œβ”€β”€ BCD
β”‚       β”‚   β”œβ”€β”€ BCD.LOG
β”‚       β”‚   β”œβ”€β”€ BCD.LOG1
β”‚       β”‚   β”œβ”€β”€ BCD.LOG2
β”‚       β”‚   β”œβ”€β”€ bg-BG
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ bootmgfw.efi
β”‚       β”‚   β”œβ”€β”€ bootmgr.efi
β”‚       β”‚   β”œβ”€β”€ BOOTSTAT.DAT
β”‚       β”‚   β”œβ”€β”€ boot.stl
β”‚       β”‚   β”œβ”€β”€ cs-CZ
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ da-DK
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ de-DE
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ el-GR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ en-GB
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ en-US
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ es-ES
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ es-MX
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ et-EE
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ fi-FI
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ Fonts
β”‚       β”‚   β”‚   β”œβ”€β”€ chs_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ cht_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ jpn_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ kor_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ malgun_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ malgunn_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ meiryo_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ meiryon_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ msjh_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ msjhn_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ msyh_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ msyhn_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ segmono_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ segoen_slboot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ segoe_slboot.ttf
β”‚       β”‚   β”‚   └── wgl4_boot.ttf
β”‚       β”‚   β”œβ”€β”€ fr-CA
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ fr-FR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ hr-HR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ hu-HU
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ it-IT
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ ja-JP
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ kd_02_10df.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_10ec.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_1137.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_14e4.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_15b3.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_1969.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_19a2.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_1af4.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_8086.dll
β”‚       β”‚   β”œβ”€β”€ kd_07_1415.dll
β”‚       β”‚   β”œβ”€β”€ kd_0C_8086.dll
β”‚       β”‚   β”œβ”€β”€ kdnet_uart16550.dll
β”‚       β”‚   β”œβ”€β”€ kdstub.dll
β”‚       β”‚   β”œβ”€β”€ ko-KR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ lt-LT
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ lv-LV
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ memtest.efi
β”‚       β”‚   β”œβ”€β”€ nb-NO
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ nl-NL
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ pl-PL
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ pt-BR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ pt-PT
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ qps-ploc
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ Resources
β”‚       β”‚   β”‚   β”œβ”€β”€ bootres.dll
β”‚       β”‚   β”‚   β”œβ”€β”€ de-DE
β”‚       β”‚   β”‚   β”‚   └── bootres.dll.mui
β”‚       β”‚   β”‚   └── en-US
β”‚       β”‚   β”‚       └── bootres.dll.mui
β”‚       β”‚   β”œβ”€β”€ ro-RO
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ ru-RU
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ sk-SK
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ sl-SI
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ sr-Latn-RS
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ sv-SE
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ tr-TR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ uk-UA
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ winsipolicy.p7b
β”‚       β”‚   β”œβ”€β”€ zh-CN
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   └── zh-TW
β”‚       β”‚       β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚       β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚       └── memtest.efi.mui
β”‚       └── Recovery
β”‚           β”œβ”€β”€ BCD
β”‚           β”œβ”€β”€ BCD.LOG
β”‚           β”œβ”€β”€ BCD.LOG1
β”‚           └── BCD.LOG2
β”œβ”€β”€ grub
└── System Volume Information

49 directories, 141 files
Documents/efisdb1
β”œβ”€β”€ EFI
β”‚   β”œβ”€β”€ Boot
β”‚   β”‚   └── bootx64.efi
β”‚   β”œβ”€β”€ Manjaro
β”‚   β”‚   └── grubx64.efi
β”‚   └── Microsoft
β”‚       β”œβ”€β”€ Boot
β”‚       β”‚   β”œβ”€β”€ BCD
β”‚       β”‚   β”œβ”€β”€ BCD.LOG
β”‚       β”‚   β”œβ”€β”€ BCD.LOG1
β”‚       β”‚   β”œβ”€β”€ BCD.LOG2
β”‚       β”‚   β”œβ”€β”€ bg-BG
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ bootmgfw.efi
β”‚       β”‚   β”œβ”€β”€ bootmgr.efi
β”‚       β”‚   β”œβ”€β”€ BOOTSTAT.DAT
β”‚       β”‚   β”œβ”€β”€ boot.stl
β”‚       β”‚   β”œβ”€β”€ cs-CZ
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ da-DK
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ de-DE
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ el-GR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ en-GB
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ en-US
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ es-ES
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ es-MX
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ et-EE
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ fi-FI
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ Fonts
β”‚       β”‚   β”‚   β”œβ”€β”€ chs_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ cht_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ jpn_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ kor_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ malgun_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ malgunn_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ meiryo_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ meiryon_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ msjh_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ msjhn_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ msyh_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ msyhn_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ segmono_boot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ segoen_slboot.ttf
β”‚       β”‚   β”‚   β”œβ”€β”€ segoe_slboot.ttf
β”‚       β”‚   β”‚   └── wgl4_boot.ttf
β”‚       β”‚   β”œβ”€β”€ fr-CA
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ fr-FR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ hr-HR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ hu-HU
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ it-IT
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ ja-JP
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ kd_02_10df.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_10ec.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_1137.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_14e4.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_15b3.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_1969.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_19a2.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_1af4.dll
β”‚       β”‚   β”œβ”€β”€ kd_02_8086.dll
β”‚       β”‚   β”œβ”€β”€ kd_07_1415.dll
β”‚       β”‚   β”œβ”€β”€ kd_0C_8086.dll
β”‚       β”‚   β”œβ”€β”€ kdnet_uart16550.dll
β”‚       β”‚   β”œβ”€β”€ kdstub.dll
β”‚       β”‚   β”œβ”€β”€ ko-KR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ lt-LT
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ lv-LV
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ memtest.efi
β”‚       β”‚   β”œβ”€β”€ nb-NO
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ nl-NL
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ pl-PL
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ pt-BR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ pt-PT
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ qps-ploc
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ Resources
β”‚       β”‚   β”‚   β”œβ”€β”€ bootres.dll
β”‚       β”‚   β”‚   └── de-DE
β”‚       β”‚   β”‚       └── bootres.dll.mui
β”‚       β”‚   β”œβ”€β”€ ro-RO
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ ru-RU
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ sk-SK
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ sl-SI
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ sr-Latn-RS
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ sv-SE
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ tr-TR
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   β”œβ”€β”€ uk-UA
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   └── bootmgr.efi.mui
β”‚       β”‚   β”œβ”€β”€ winsipolicy.p7b
β”‚       β”‚   β”œβ”€β”€ zh-CN
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚   β”‚   β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚   β”‚   └── memtest.efi.mui
β”‚       β”‚   └── zh-TW
β”‚       β”‚       β”œβ”€β”€ bootmgfw.efi.mui
β”‚       β”‚       β”œβ”€β”€ bootmgr.efi.mui
β”‚       β”‚       └── memtest.efi.mui
β”‚       └── Recovery
β”‚           β”œβ”€β”€ BCD
β”‚           β”œβ”€β”€ BCD.LOG
β”‚           β”œβ”€β”€ BCD.LOG1
β”‚           └── BCD.LOG2
└── System Volume Information

47 directories, 140 files

yes this has done the trick thank you very much

1 Like

Nice seems like we have nothing to worry about or to copy, because they look identical.

Except that there seems to be a /grub subdir on sda1 which we will just ignore at moment…

The fstab file to edit is ofcourse located in the SSD partition for your Linux, and the partitions the entries refer to need to point to the partitions on the SSD…


Seems i replied before i saw your reply above and solution mark…
Well done :+1:
:vulcan_salute:

1 Like

to summarize my doings and correct order to do successful booting

cloning root partition with clonezilla
generate new random UUID
adjust fstab
chroot into new root part.
regenerate initrd
reinstall grub

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