Skip to content

Conversation

@mmisono
Copy link
Member

@mmisono mmisono commented Dec 3, 2025

  • Fix a guest-fs build issue due to changes in NixOS 25.11 (NixOS/nixpkgs@c156a80) (fails to build guest-fs as it tries to install limine while no boot partition exists). Work around this by using the version from 25.05
  • I found that using partitionTableType = "none"; to build guest-fs takes forever (make-disk-image stucks at building nixos-disk-image: [ 2.613661] random: crng init done) for some reason (I'm sure this worked before without problems). Using partitionTableType='legacy' builds an image, but then we need to use root=/dev/vda1 as a Linux's cmdline parameter. Add an option to tasks/vm.py to specify root fs.

changes in NixOS 25.11 (NixOS/nixpkgs@c156a80)
makes the guest-fs does not build as it tried to install limine.
Avoid this by using version from 25.05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants