XK0-005 · Question #374
Which of the following can cause a kernel panic message after a system reboot?
The correct answer is D. Drive failure. A kernel panic message after a system reboot is most likely caused by a drive failure, specifically if it's the boot drive or a drive containing critical kernel modules or the root filesystem.
Question
Which of the following can cause a kernel panic message after a system reboot?
Options
- AProcessor failure
- BPXE boot failure
- CUSB device failure
- DDrive failure
How the community answered
(62 responses)- A3% (2)
- B8% (5)
- C2% (1)
- D87% (54)
Why each option
A kernel panic message after a system reboot is most likely caused by a drive failure, specifically if it's the boot drive or a drive containing critical kernel modules or the root filesystem.
Processor failure typically results in a system that does not POST or boots partially, not necessarily a kernel panic message from a loaded kernel. B: PXE boot failure means the system cannot load an OS from the network and would typically show a "no boot device" message, not a kernel panic from a local OS. C: USB device failure is generally not critical enough to cause a kernel panic during a fresh system reboot unless it's the sole boot device or causes a severe driver conflict.
A drive failure, particularly of the boot drive or the drive containing the root filesystem, can prevent the kernel from loading essential modules or accessing critical files required for system operation. This inability to initialize or function properly will lead to a kernel panic, as the operating system cannot recover from such a fundamental issue.
Concept tested: Kernel panic causes
Source: https://linux-kernel.readthedocs.io/en/latest/admin-guide/bug-hunting.html
Topics
Community Discussion
No community discussion yet for this question.