From: Thomas Glanzmann Date: Sun, 30 Jan 2022 06:30:34 +0000 (+0100) Subject: using jmr2 way to install grub which is saner X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/a340a66a8f2fbabbdb82b6cba42e7bfe137dbd82?hp=a340a66a8f2fbabbdb82b6cba42e7bfe137dbd82 using jmr2 way to install grub which is saner 01:46 < jmr2> Glanzmann: thanks for your various documents. I just tether-booted the whole chain for the first time, and it's quite fun to watch. 01:46 < jmr2> Two comments: 1) instead of deleting fbaa64.efi (I still have it without ill effects), you can uninstall grub-efi-arm64-signed and its dependencies. 01:47 < jmr2> 2) I couldn't get dpkg-reconfigure grub-efi-arm64 to install grub. I ended up using mps's --efi-directory instead of your --removable, since it uses a path instead of a device - less risky. 01:47 < jmr2> In the end, installing grub is three commands: apt-get install grub-efi grub-efi-arm64-signed- ; grub-install --target=arm64-efi --efi-directory=/boot/efi --removable ; update-grub ---