You are not logged in.
Pages: 1
Occasionally I have Kernel Panic while the Loading Modules stage. Can I redirect the error to a file (it is quiet large)? I don;t have a serial port to connect a terminal.
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
Are you talking about this kernel panic?
https://bbs.archlinux.org/viewtopic.php?id=111197
.::. TigTex @ Portugal .::.
Offline
It could be related. Some times fallback works but not alway. I have rebuild my kernel image several times. The strange thing is that I have to completely remove the power cord an discharge the capacitor of the mainbord in order to make it boot properly.
So, any ideas how to redirect the panic message?
Last edited by firewalker (2011-01-21 13:51:44)
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
I've been trying to find some way to capture panic info without a serial port, too. The best thing I came up with was kdb/kgdb. It will page through the panic and stack dump, and let you look at the kernel log buffer in memory. I just looked, and I think it's running at that point in the bootstrap.
kdump/kexec might be another possibility, but I don't know about loading a panic handler that early..
If you find anything, post back. I'm interested, too.
Offline
Thanks you. I will have a look at it.
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
Pages: 1