I have installed Debian 10 on a hard disk in a partition in a logical volume(name: deb10). Now I want to move the running installation to a logical volume on a SSD(name: deb10ssd).
- I copied the files from the old to the new partition (with rsync running on another debian installation on a different disk).
- I changed the copied fstab to reflect the new root.
- I ran update-grub and grub-update (which found the new installation)
When I boot I see in the boot menu the new installation (deb10ssd). when I select it, the system boots properly but ends up in the old root disk (deb10, not deb10ssd).
what additional steps are necessary to inform grub to boot from the new root device?