@michan@best-friends.chat rsync終わったら再起動する前に手順がもう一つあった。(調べてくる
@michan@best-friends.chat sudo grub-install --boot-directory=新しいブートドライブの/bootフォルダ /dev/(新しいブートドライブ)
というわけで sudo grub-install --boot-directory=/mnt/new-???/boot /dev/sdb みたいになる
@michan@best-friends.chat https://kledgeb.blogspot.com/2012/10/ubuntu-grub2-grub2.html
基本的にはこの記事の通りなんだけど「4.パーティションのマウント」まではコピーのためにすでにやってあるので「5.Grub2のインストール」からやるってわけ。