» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 5 » Question 21/23
21.On boot up, LILO prints out LIL and stops. What is the cause of this?

The descriptor table is bad.
LILO failed to load the second stage loader.
LILO failed to load the primary stage loader.
LILO failed to locate the kernel image.

Explanation: If you only see LIL- when booting the system, it means that LILO could not load the map file (descriptor table).

Reference: Roderick W. Smith. Sybex Linux + Study Guide: Page 634.

Incorrect Answers
B: If LILO failed to load the second stage loader, you would see only LI during boot up.
C: If LILO failed to load the primary stage loader, you wouldn't see anything during boot up.
D: If LILO failed to locate the kernel image, you would see LILO during boot up followed by an error message about the missing kernel image.

« Question 20 Question 22 »