Stream: nixos

Topic: disko-install


view this post on Zulip Srid (Mar 26 2024 at 12:43):

May not be reliable yet; disko-install failed silently on first attempt:

image.png

view this post on Zulip Srid (Mar 26 2024 at 12:44):

Wait, 137 is OOM

view this post on Zulip Notification Bot (Mar 26 2024 at 12:45):

3 messages were moved here from #nixos > NixOS tutorial series by Srid.

view this post on Zulip Srid (Mar 26 2024 at 13:01):

image.png

view this post on Zulip Srid (Mar 26 2024 at 13:08):

PEBKAC (I didn't use sudo)

view this post on Zulip Srid (Mar 26 2024 at 13:08):

Docs are here, btw: https://github.com/nix-community/disko/blob/master/docs/disko-install.md

view this post on Zulip Srid (Mar 26 2024 at 13:19):

Got the install to work, but this warning:

image.png

Just using:

          boot.loader = {
            systemd-boot.enable = true;
            efi.canTouchEfiVariables = true;
            /* grub = {
              efiSupport = true;
              efiInstallAsRemovable = true;
            }; */
          };

view this post on Zulip Srid (Mar 26 2024 at 13:29):

https://github.com/NixOS/nixpkgs/issues/279362

view this post on Zulip Srid (Mar 26 2024 at 13:39):

Success!

(At least on Parallels VM)

https://github.com/nixos-asia/website/pull/33

view this post on Zulip Shivaraj B H (Mar 26 2024 at 16:44):

The warning is due to systemd boot, is it? what’s the problem with grub?

view this post on Zulip Srid (Mar 26 2024 at 16:47):

IIRC, with grub it wasn't even booting (Parallels VM; goes to BIOS straight), but I haven't really debugged that any further.


Last updated: Nov 15 2024 at 12:33 UTC