<samueldr>
[212021.598236] systemd[1]: systemd-journald.service: State 'stop-final-sigterm' timed out. Killing.
<samueldr>
[212111.862574] systemd[1]: systemd-journald.service: Found left-over process 530 (systemd-journal) in control group while starting unit. Ignoring.
<samueldr>
[212111.862577] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
<samueldr>
and processes hanging
<elvishjerricco>
Managed to get unattended kexec-based reboot with encrypted root. Neat.
<gchristensen>
nice!!
<aleph->
I have never been so glad for docker then when I'm too lazy to package stuff
<colemickens>
I recently got a script working that takes tails's img/iso and kexec's it. Been keen to try more kexec stuff and/or linuxboot (esp since I think it can boot windows now)
endformationage has quit [Ping timeout: 265 seconds]
<jackdk>
longish shot, but have any of you built the kiibohd keyboard controller firmware inside a nix-shell? I need to get an arm-none-eabi toolchain going and setting `crossSystem = (import <nixpkgs/lib>).systems.examples.arm-embedded;` is an unsupported configuration
<jackdk>
ah, the trick is to not try a cross system but instead just ask for pkgs.gcc-arm-embedded (if my cribbing from qmk's shell.nix is to be believed)
<colemickens>
eyJhb: if I understand it correctly, linuxboot has implemented enough of UEFI to be able to boot windows. I think kexec is part of it as much as kexec is part of the kernel too?