-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update NixOS fdisk instructions based on my flow (18.03) #45478
update NixOS fdisk instructions based on my flow (18.03) #45478
Conversation
solves error `File system "/boot" is not on a GPT partition table`
I can actually confirm this as working for me now.
I'm not sure why these are an improvement. My understanding is your clean install was overtop an existing set of partitions, and not actually to a clean disk. Am I misunderstanding? |
Hi, thanks for asking. It's not that I wanted to preserve partitions -- I was wiping/repartitioning my SSD as part of this install. Changes included:
|
Upon start, |
I'll close as it doesn't appear clear whether this would be of use. |
The tests in <nixos/tests/installer.nix> are using `parted`, so they are bound to be better tested than `fdisk`. This is brought on by a couple issues, plus reports on IRC that the `fdisk` instructions didn't work as expected. * NixOS#39354 * NixOS#46309 * NixOS#39942 * NixOS#45478 Care was taken so that the other documented steps did not need changes. In all this kerfufle, a slight re-organization of the Chapter has been made, allowing better deep linking.
The tests in <nixos/tests/installer.nix> are using `parted`, so they are bound to be better tested than `fdisk`. This is brought on by a couple issues, plus reports on IRC that the `fdisk` instructions didn't work as expected. * #39354 * #46309 * #39942 * #45478 Care was taken so that the other documented steps did not need changes. In all this kerfufle, a slight re-organization of the Chapter has been made, allowing better deep linking. (cherry picked from commit 6cfbf40)
The existing installation instructions did not quite match what I ran into on a clean install (NixOS 18.03) -- this PR alters the instructions to reflect my experience.