hn / debian-buster-zfs-root

Install Debian 10 (Buster) to a native ZFS root filesystem
60 stars 29 forks source link

Adding NVRAM entries manually to support secureboot #4

Open SoerenBusse opened 5 years ago

SoerenBusse commented 5 years ago

The grub efi file signed by debian has a hardcoded path pointing to \EFI\debian\grub.cfg, so we need to install grub to this location. Then we would have two entries named "debian" in our boot menu and don't which one is for which disk. To overcome this issue we manually add the correctly labled entries using efibootmgr to our NVRAM.

This will fix issue: https://github.com/hn/debian-buster-zfs-root/issues/3