nixos/crashdump: kexec unrecognized option on raspberry pi #376525
Labels
0.kind: bug
Something is broken
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Nixpkgs version
Describe the bug
Hi,
I encounter some kernel panics on my raspberry pi. Now I want to debug or at least catch the crash dump.
For this purpose I wanted to use the
crashdump
module usingboot.crashDump.enable = true;
Unfortunately, when booting I saw
/nix/store/ixxq8sw9p0azxh3zjgwf4pwjklv2yixg-kexec-tools-2.0.29/sbin/kexec: unrecognized option '--reset-vga'
in my logs.Having a closer look into crashdump showed me that the option
--reset-vga
and--console-vga
are used but are not available on my kexec version on my raspberry pi.Steps to reproduce
boot.crashDump.enable = true
Expected behaviour
kexec should exit without an error
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
"aarch64-linux"
Linux 6.6.31, NixOS, 24.11 (Vicuna), 24.11.20250120.ae584d9
yes
yes
nix-env (Nix) 2.24.11
/nix/store/9fk956gyw6mjlrxbbnd4v7h93vig83jm-source
Notify maintainers
I really dont know who to mention here. A lot of maintainers but the contributions are old.
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: