-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Question: nvme support with hetzner dedicated #1
Comments
Making your link stable: nixos-install-scripts/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh Line 20 in fbbda90
This. My understanding is that on server types where Hetzner has configured BIOS mode, you cannot have
Also, it seems Hetzner has UEFI support for all their servers except one currently in BETA: https://docs.hetzner.com/robot/dedicated-server/operating-systems/uefi/ (stable link).
I suspect that when you request that, they'll do the same thing for you that I suggested above (changing settings in the mainboard's control utility). So that should remove that restriction entirely. |
Thanks a lot for the detailed answer! |
Interesting. We've been provisioning NVMe servers with (a modified version of) this script. We did not know there was supposed to be a problem, and it just worked. I'm actually in the process of refactoring the script now to automate drive detection and a few other things. I'll submit a PR here when we're done with internal code review. |
Sorry for the noise. You can follow my progress here: serokell#1 |
I can +1 @mkaito 's observation that booting in legacy mode on NVME disks work. I just installed NixOS on a |
Cool, maybe we can then simply remove the |
The bridge part should be behind a flag, for the record. |
I can confirm that this worked with an AX51-NVMe setup. I replaced the |
Thanks for putting this together!
I have a question regarding
https://github.com/nix-community/nixos-install-scripts/blob/master/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh#L20
Does this mean that it's impossible to install nixos with NVME drives? Or perhaps, that you need at least 1 HDD to boot?
I understand well, in order for this to happen, it would require a change from hetzner, correct?
The text was updated successfully, but these errors were encountered: