Comment 8 for bug 1814403

Revision history for this message
Steve Langasek (vorlon) wrote :

grub> if lsefi; then
> set foo=bar
> fi
error: can't find command `lsefi'.
grub> echo $foo
bar

Indeed, this is not working as expected. I'll work on finding another option that lets us properly detect EFI at runtime.