Closed clintar closed 2 years ago
I think the grub got updated and I get a missing symbol when trying to netboot with uefi. I had to add
grub-mknetdir --net-directory="$mydir"/tftp/ --subdir=/efi/ -d /usr/lib/grub/x86_64-efi/ to get it to work
grub-mknetdir --net-directory="$mydir"/tftp/ --subdir=/efi/ -d /usr/lib/grub/x86_64-efi/
Fixed in 6.5.1
I think the grub got updated and I get a missing symbol when trying to netboot with uefi. I had to add
grub-mknetdir --net-directory="$mydir"/tftp/ --subdir=/efi/ -d /usr/lib/grub/x86_64-efi/
to get it to work