$ sudo update-grub
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Linux イメージを見つけました: /boot/vmlinuz-4.19.0-17-amd64
Found initrd image: /boot/initrd.img-4.19.0-17-amd64
Linux イメージを見つけました: /boot/vmlinuz-4.19.0-16-amd64
Found initrd image: /boot/initrd.img-4.19.0-16-amd64
Adding boot menu entry for EFI firmware configuration
完了

$
チェック1. ブートローダーが/boot/efi/EFI/debian/grubx64.efiに存在する

$ sudo file /boot/efi/EFI/debian/grubx64.efi
/boot/efi/EFI/debian/grubx64.efi: PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows

チェック2. nvramエントリが正しく作成されました。

$ efibootmgr --verbose | grep debian
Boot0000* debian HD(1,GPT,4904e13d-5206-480f-9fc8-7cf0895845be,0x800,0x5f000)/File(\EFI\debian\shimx64.efi)

$
<< ブルズアイがMBRディスクであること確定。GPTへの変換の仕方習う。

$ You can now reboot, and Grub should greet you.
これで再起動でき、Grubがあなたに挨拶するはずです。

<< すべてのコマンドが通ったが、両HDD の両OS のnvramエントリが正しく書き込まれたのか?Grubだけでいけるのか?

refinder は緊急時のレスキューディスクとしてだけ使えばいいのか?