Hacker News new | ask | show | jobs
by xianwen 1608 days ago
Some modern laptops support only UEFI booting, when booting from internal hard drive. Does LILO/eLILO support UEFI booting?
2 comments

Yes. "e" in "eLILO" stands for "EFI".

But then (U)EFI is an OS in itself, you can boot Linux directly from it, no bootloader needed:

https://wiki.archlinux.org/title/EFISTUB

> But then (U)EFI is an OS in itself

Would it be accurate to describe (U)EFI as being like MS-DOS (i.e. single-tasking), but running in protected mode?

UEFI technically isn't single-tasking, it has a task scheduler.
Indeed, UEFI is the modern DOS.
Yes, eLILO was made for this purpose. I still prefer it to GRUB, though EFISTUB is an option as well for those who don't want or need either, as long as your particular UEFI supports it.