You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the quickstart guide should produce a system which successfully boots after nixos-install --flake .#NixOS completes successfully
Current Behavior
Boot fails because it cannot find filesystem by label
Possible Solution
I think this issue should be addressed by running nixos-generate-config --root /mnt. But simply running that before nixos install doesn't work
The beginning of 2.3 says
Assuming you're happy with your existing partition layout, you can generate a basic NixOS configuration ...
Which sounds like it implies that I would run steps in 2.3 before rebooting? But I can't get bud commands to work in /iso/devos because it is readonly and not a git repository
I'm sure I'm doing something wrong, but think the quickstart could be a bit clearer here
The text was updated successfully, but these errors were encountered:
Expected Behavior
Following the quickstart guide should produce a system which successfully boots after
nixos-install --flake .#NixOS
completes successfullyCurrent Behavior
Boot fails because it cannot find filesystem by label
Possible Solution
I think this issue should be addressed by running
nixos-generate-config --root /mnt
. But simply running that before nixos install doesn't workThe beginning of 2.3 says
Which sounds like it implies that I would run steps in 2.3 before rebooting? But I can't get bud commands to work in
/iso/devos
because it is readonly and not a git repositoryI'm sure I'm doing something wrong, but think the quickstart could be a bit clearer here
The text was updated successfully, but these errors were encountered: