You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it mentions to use grub-install --target=x86_64-efi --efi-directory=/boot/efi \ --bootloader-id=debian --recheck --no-floppy for UEFI.
However I wasn't able to find the flag --no-floppy in the grub-install man page.
I think this flag should get removed but I'm not entirely sure why it's there in the first place so I wanted to check here.
edit: to clarify the command did work it's just pretty confusing from a user standpoint