!oNSIfazDqEcwhcOjSL:matrix.org

disko

388 Members
disko - declarative disk partitioning - https://github.com/nix-community/disko103 Servers

Load older messages


SenderMessageTime
14 Mar 2026
@joerg:thalheim.ioMic92having the same hostid on your installer as on your machine makes things much easier to manage, which is why I set the the same hostid that the nixos installer uses16:49:46
@matthewcroughan:defenestrate.itmatthewcroughanIt's a per pool id isn't it?16:51:27
@matthewcroughan:defenestrate.itmatthewcroughanthe host id of the machine and pool are tied together so that you can't plug one pool into another pool16:51:56
@matthewcroughan:defenestrate.itmatthewcroughan* the host id of the machine and pool are tied together so that you can't plug one pool into another machine16:51:59
@matthewcroughan:defenestrate.itmatthewcroughan* the host id of the machine and pool are tied together so that you can't plug one pool into another machine, right?16:52:02
@matthewcroughan:defenestrate.itmatthewcroughanSo atm I cannot use disko to create disk images, because the kernel panics, and this has always been a buggy feature since 2024 evben16:54:23
@matthewcroughan:defenestrate.itmatthewcroughan* So atm I cannot use disko to create disk images, because the kernel panics, and this has always been a buggy feature since 2024 even16:54:25
@matthewcroughan:defenestrate.itmatthewcroughanLike, I haven't observed a scenario where disko image creation actually works as intended16:54:35
@matthewcroughan:defenestrate.itmatthewcroughanIt's not like I haven't contributed bug fixes, changes, I have 16:54:51
@matthewcroughan:defenestrate.itmatthewcroughanAre there any actual users?16:55:02
@matthewcroughan:defenestrate.itmatthewcroughan* Are there any actual users of that feature?16:55:48
@matthewcroughan:defenestrate.itmatthewcroughanAh maybe the reason your tests don't catch it is because of something the tests do that is different from actual usage16:59:42
@matthewcroughan:defenestrate.itmatthewcroughan The existence of makeDiskoTest makes actual usage by real users, and your tests, divergent 17:00:00
@matthewcroughan:defenestrate.itmatthewcroughanActually another thing the disko image builder isn't taking into account, is the closure size of the toplevel it is installing17:01:45
@matthewcroughan:defenestrate.itmatthewcroughan
ed-disko-images> + sgdisk --align-end --new=1:0:+2G --partition-guid=1:R --change-name=1:disk-disk1-ESP --typecode=1:EF00 --attributes=1:=:0 /dev/vda
ed-disko-images> Could not create partition 1 from 2048 to 4196351
ed-disko-images> Unable to set partition 1's name to 'disk-disk1-ESP'!
ed-disko-images> Could not change partition 1's type code to EF00!
ed-disko-images> Error encountered; not saving changes.
ed-disko-images> + sgdisk --partition-guid=1:R --change-name=1:disk-disk1-ESP --typecode=1:EF00 --attributes=1:=:0 /dev/vda
ed-disko-images> Unable to set partition 1's name to 'disk-disk1-ESP'!
ed-disko-images> Could not change partition 1's type code to EF00!
ed-disko-images> Error encountered; not saving changes.
17:06:53
@matthewcroughan:defenestrate.itmatthewcroughan Is that supposed to happen? lassulus 17:07:05
@matthewcroughan:defenestrate.itmatthewcroughan

BTW, this is the actual disko tests in disko's repo

vm-test-run-disko-zfs> machine # /dev/vdc: PTUUID="a4ebef6e-5fb0-4a75-9bb9-3f1de3c80709" PTTYPE="gpt"
vm-test-run-disko-zfs> machine # + sgdisk --align-end --new=1:0:-0 --partition-guid=1:R --change-name=1:disk-y-zfs --typecode=1:8300 --attributes=c
vm-test-run-disko-zfs> machine # Could not create partition 1 from 8386560 to 8388574
vm-test-run-disko-zfs> machine # Error encountered; not saving changes.
17:08:13
@matthewcroughan:defenestrate.itmatthewcroughanHaha you have got to be kidding me17:13:10
@matthewcroughan:defenestrate.itmatthewcroughanThe thing causing the kernel panic is the fact that the fat32 partition is 2G 17:13:29
@matthewcroughan:defenestrate.itmatthewcroughanSo if I change this from 2G to 1G, it gets further17:14:00
@matthewcroughan:defenestrate.itmatthewcroughan
  disko.devices = {
    disk = {
      disk1 = {
        device = "/dev/disk/by-id/usb-Realtek_RTL9210B-CG_012345679039-0:0";
        type = "disk";
        content = {
          type = "gpt";
          partitions = {
            ESP = {
              type = "EF00";
              size = "2G";
              content = {
                type = "filesystem";
                format = "vfat";
                mountpoint = "/boot";
              };
            };
17:14:04
@matthewcroughan:defenestrate.itmatthewcroughan Then, after that, the xargs copy step is still broken, and results in infinite ed-disko-images> cp: cannot create directory '/mnt/nix/store/xcz1hz25slaasb7xi3glbzxbf5c56dkv-tree-sitter-snl-0.0.0+rev=846e2d6': No space left on device 17:14:35
@matthewcroughan:defenestrate.itmatthewcroughan I've set disko.memSize = 32768, and it hasn't helped 17:16:38
@matthewcroughan:defenestrate.itmatthewcroughansomething else is going wrong, it's not actually memory17:16:44
@matthewcroughan:defenestrate.itmatthewcroughan Ah, okay, this error doesn't happen with the installtest 17:33:25
@matthewcroughan:defenestrate.itmatthewcroughan * Ah, okay, this error doesn't happen with the installTest 17:33:30
@matthewcroughan:defenestrate.itmatthewcroughanSo, me trying to get the installTest to fail, was futile17:33:40
@matthewcroughan:defenestrate.itmatthewcroughanthis only happens with the image builder code, and not with the testing code17:33:52
@matthewcroughan:defenestrate.itmatthewcroughan so the installTest for my config succeeds, whereas diskoImages fails with kernel panic 17:34:15
@matthewcroughan:defenestrate.itmatthewcroughan any ideas given that Mic92 ? 17:34:19

Show newer messages


Back to Room ListRoom Version: 10