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
Some UEFI motherboards don't come with a shell so it would be nice to have one accessible through netboot. Maybe in the UEFI utils menu?
It would be as simple as adding the menu option and the efi binary. You could use the one from the tianocore project, which is what I did: https://github.com/tianocore/edk2
The text was updated successfully, but these errors were encountered:
@kaysond: Can you test if the UEFI shell binary you linked there has the dp command (for evaluating UEFi Boot performance). Like you said most BIOS either don't have an UEFI shell enabled (to reduce attack surface), or the few ones I tried that had it don't have the dp command.
Some UEFI motherboards don't come with a shell so it would be nice to have one accessible through netboot. Maybe in the UEFI utils menu?
It would be as simple as adding the menu option and the efi binary. You could use the one from the tianocore project, which is what I did: https://github.com/tianocore/edk2
The text was updated successfully, but these errors were encountered: