Difference between revisions of "Kernel panic"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Init from PHPWiki)
 
(Q:How to solve kernel panic in Knoppix ?)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
(partial) A:
 
(partial) A:
 
When you boot from CD and are at the first prompt, enter the cheatcode "failsafe", which turns off some of the hardware detection.  This might get you a little farther.  I discovered that Knoppix appears to be trying to page to one of my CD-RW drives, causing a kernel panic.
 
When you boot from CD and are at the first prompt, enter the cheatcode "failsafe", which turns off some of the hardware detection.  This might get you a little farther.  I discovered that Knoppix appears to be trying to page to one of my CD-RW drives, causing a kernel panic.
 +
 +
 +
...
 +
 +
I am a new user (and not terribly geeky), booting from CDR.
 +
Everything goes fine, but when I boot I get the error message:
 +
 +
<div class="messagebox" style="border:1px solid #aaa; float: left; width: 500px; padding-left: 10px; margin-right: 10px;">'''Kernel panic: VFS: unable to mount root fs on 01:03</div>
 +
 +
 +
 +
and can't get any further. I have to shut down and reboot (Windows or Knoppix).
 +
 +
--[[User:Kittybriton|Kittybriton]] 14:55, 28 Jun 2007 (UTC)

Latest revision as of 14:55, 28 June 2007

In Linux, a panic is an unrecoverable system error detected by the kernel as opposed to similar errors detected by user space code. It is possible for kernel code to indicate such a condition by calling the panic function located in the header file sys/systm.h. However, most panics are the result of unhandled processor exceptions in kernel code, such as references to invalid memory addresses. These are typically indicative of a bug somewhere in the call chain leading up to the panic.

Q:How to solve kernel panic in Knoppix ?

(partial) A: When you boot from CD and are at the first prompt, enter the cheatcode "failsafe", which turns off some of the hardware detection. This might get you a little farther. I discovered that Knoppix appears to be trying to page to one of my CD-RW drives, causing a kernel panic.


...

I am a new user (and not terribly geeky), booting from CDR. Everything goes fine, but when I boot I get the error message:

Kernel panic: VFS: unable to mount root fs on 01:03


and can't get any further. I have to shut down and reboot (Windows or Knoppix).

--Kittybriton 14:55, 28 Jun 2007 (UTC)