Talk:Kernel Crash Dumps
From Gentoo Wiki
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 12:33, 5 November 2024 (UTC) :: Your reply ~~~~
Navigate to first
initramfs information not up-to-date
Talk status
This discussion is done.
The statements about the initramfs are not up-to-date anymore:
...
kexec -p <dump-capture-kernel-vmlinux-image> \
--initrd=<initrd-for-dump-capture-kernel> --args-linux \
--append="root=<root-dev> <arch-specific-options>"
- Hi Timeraider , If the statements are not up-to-date then fix them. It's a publicly modifiable wiki... --Maffblaster (talk) 19:07, 8 July 2016 (UTC)
Why write your own boot script?
Talk status
This discussion is done as of 8 July 2016.
sys-apps/kexec-tools installs its own boot service /etc/init.d/kexec with a config in /etc/conf.d/kexec. Why does this article ignore those files and instead describes how to create one in /etc/local.d/ ? — The preceding unsigned comment was added by Tkzv (talk • contribs)
- At a guess: Because the boot service is configured to trigger on a system reboot and does not appear to contain any options for setting a kernel to load on a panic. Tlhonmey (talk) 18:49, 8 July 2016 (UTC)
Remove double quotes?
Talk status
This discussion is done.
Hi, I believe there's no need for these quotes after '--append'. It doesn't work with them, but works fine without them. Can anyone else confirm? Is it OK to edit the page? — The preceding unsigned comment was added by Idosch (talk • contribs)
- Double quotes should not cause any issues with the
--append
option. They may be unnecessary, but they are certainly not breaking anything by leaving them. Please remember to sign your comments when you commit to discussion pages. :) Kind regards, --Maffblaster (talk) 19:05, 8 July 2016 (UTC)
Should we mention https://crash-utility.github.io/crash_whitepaper.html here? --Jonas Stein (talk) 21:48, 3 September 2021 (UTC)