Where does lilo store its boot information?
A.
Boot ROM
B.
Boot RAM
C.
Master Boot Record
D.
/boot partition
Explanation/Reference:
lilo uses /etc/lilo.conf to store its configuration and uses the 66 bytes of free space in the MBR to install itself there (or optionally in the / folder).
GRUB uses the /boot folder to store itself and the "compiled" configuration.