[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#75211: guix system: error: kexec-load-file: Invalid argument
From: |
Ludovic Courtès |
Subject: |
bug#75211: guix system: error: kexec-load-file: Invalid argument |
Date: |
Mon, 06 Jan 2025 11:35:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
nathan <nathan_mail@nborghese.com> skribis:
> He is using linux-6.6, which is the same version as guix's linux-lts.
>
> This is probably because older kernels don't support the KEXEC_FILE_DEBUG
> flag that is passed to kexec-load-file unconditionally.
> To fix, remove the use of KEXEC_FILE_DEBUG in
> guix/scripts/system/reconfigure.scm
> I didn't test it, but it makes sense.
Oh, that makes sense.
I’ll propose a patch to remove it.
Thanks,
Ludo’.