yellowhat
yellowhat
> What was your original kernel version and did it help to drop `--kexec-syscall-auto` to fix the issue? I was using Fedora 39 with kernel 6.7.6
In this case fedora was installed bare-metal on a mini pc (Intel N5100), no virtualization.
I believe there is something related to the hardware. As starting from the same software base (Fedora 39, 6.7.9, bare-metal), it works without any problem on an old laptop with...
8 GB, the laptop 16 GB
No, I am not using serial. Are you suggesting to comment line 12-16?
Thanks for the suggestion, I will give a try in the next days.
Hi, as you suggested: 1. I forked the `nixos-images` repository and comment the `boot.kernelParams` section (https://github.com/nix-community/nixos-images/compare/main...yellowhat:nixos-images:main). 2. Run `nixos-anywhere` using custom `kexec`: ```bash ARCH=$(nix eval --raw --impure --expr builtins.currentSystem) out=$(nix...
> You figured anything out here? I've tried two computers (Lenovo m92p and Lenovo T520) and I see the same issue on both of them > > You mention 22.11...
I am trying to create a policy to check for tags: ```python def tags_validator(args: ResourceValidationArgs, report_violation: ReportViolation): if "tags" in args.props: tags = args.props["tags"] for tag in ["Project"]: if tag...
Unfortunately `files.put` is about `Upload a local file, or file-like object, to the remote system.`. I would like to copy a file from the remote system to the remote system...