Thank you this worked for me.Try something like this (UEFI booting):Change disk refs according to your system configuration.Code:
umount /boot/efi##For the second and subsequent disks (increment debian-2 to -3, etc.):dd if=/dev/disk/by-id/nvme-KINGSTON_SKC3000D...1-part2 \ of=/dev/disk/by-id/nvme-KINGSTON_SKC3000D...2-part2efibootmgr -c -g -d /dev/disk/by-id/nvme-KINGSTON_SKC3000D....2-part2 \ -p 2 -L "debian-2" -l '\EFI\debian\grubx64.efi'mount /boot/efi
Statistics: Posted by Linux_01 — 2024-07-05 04:36