eccerr0r wrote:For those machines known to have UEFI, is there a way to get the EFI command interpreter?
I suspect it'd have to be copied onto the HDD if it's not already in firmware - I'm sort of spoiled that I do have one machine that has the EFI CLI in firmware (an ia64 box) but the two Core-i series machines I have don't appear to have the CLI...
Yeah, if the EFI shell is not built into the firmware, you've got to either do without it or put it on hard disk. You can add it to your firmware's own boot list or launch it from a boot manager (rEFInd, gummiboot, GRUB, etc.). Some EFIs provide an option to launch a shell from their setup tools if the shell is named something specific -- usually shellx64.efi in the ESP's root directory (on x86-64 systems).
Hypnos wrote:I'm going to use Lilo until I get a machine that it doesn't support, at which point I'll use the next simplest solution -- probably will be rEFInd.
Be aware that there's a LILO-like boot loader for EFI, known as ELILO. If you like LILO, you might find ELILO to be a relatively simple transition.