4
1
I would like to create a minimal boot disk and have the option of DOS, Linux or EFI executables.
As I understand, UEFI is a substitute for classic system BIOSes and has its own byte code definitions, such that programs can be written in a standard language. However, is it meaningful to boot into an EFI shell, or is EFI only the vehicle to loading an actual operating system and shell?
If it is its own legitimate shell, how would I create a boot disk that loads this shell?