* Idea: new parameter: save_boot_messages_to_a_file_on=/dev/sdb1
@ 2014-08-13 2:37 積丹尼 Dan Jacobson
0 siblings, 0 replies; only message in thread
From: 積丹尼 Dan Jacobson @ 2014-08-13 2:37 UTC (permalink / raw)
To: linux-kernel
Problem: boot messages fly off the screen before the kernel panic is reached.
Possible to write boot messages to a file on a USB stick?
Gentlemen, we all know what a hassle it can be to get all those error
messages that fly off your screen upon failed boots. One needs extra
equipment etc.
Well how about a new parameter that one could add there via typing "e"
in grub,
linux /boot/vmlinuz... root=... ro single panic=333 save_boot_messages_to_a_file_on=/dev/sdb1
Whereas normally the system would be just attempted to be booted, upon
seeing the "save_boot_messages_to_a_file_on=" parameter, the kernel's
first job would be to start writing copies of messages that it sends to
the screen to some file (default BOOTMES.TXT) on /dev/sdb1 , then
proceed to do the booting, making sure after writing its final stack
trace to the screen to then close that file and sync it to the disk
before giving up and starting the panic wait.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-13 3:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-13 2:37 Idea: new parameter: save_boot_messages_to_a_file_on=/dev/sdb1 積丹尼 Dan Jacobson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox