disko | 350 Members | |
| disko - declarative disk partitioning - https://github.com/nix-community/disko | 89 Servers |
| Sender | Message | Time |
|---|---|---|
| 27 Apr 2025 | ||
| finally got it working ...and created a github issue asking for a better error message and a PR to fix the current one | 23:40:20 | |
| 28 Apr 2025 | ||
| Yeah, I changed the config a little, same situation. Do I need to load a kernel module or configure something? | 00:15:46 | |
| 07:40:18 | ||
| I am stuck on this issue here https://github.com/nix-community/disko/issues/1026 Am I doing something wrong? | 11:20:21 | |
|
and
| 11:22:42 | |
| Huh stuck sounds like a bug | 12:08:07 | |
| It should run with -x already. So what is the output? | 12:08:22 | |
| I have added the debug output to the ticket. | 12:37:23 | |
Oh, you mean for --mode destroy,format,mount ? | 12:37:24 | |
| lassulus: I have added the debug output for the "disko" mode https://github.com/nix-community/disko/issues/1026 | 13:19:42 | |
Nothing happens anymore after lsblk -a -f | 13:20:21 | |
| then you need to specify the device grub should write the MBR to look under lsblk note that yoiu should not use a partition (so /dev/nvme0n1 - but not /dev/nvme0n1p1) | 17:13:35 | |
Does disko-install change a partition’s UUID every time it’s run? | 23:36:47 | |
| 23:39:13 | ||
| 29 Apr 2025 | ||
| probably, yeah | 01:21:52 | |
| but you can use the disko config to populate mountpoints | 01:22:24 | |
| so that's a non-issue for mounting | 01:22:34 | |
| I think you can specify uuids now. But i never tested it | 01:28:39 | |
I’m trying to install NixOS through disko with a BTRFS partitions/full disk encrypted setup. I’ve changed the configuration in a couple different ways, and ran disko-install, each time. GRUB always allows two password entries telling me Invalid password, and a third attempt which ends with a cryptodisk not found meltdown and rescue prompt.The changes I’ve made recently:
Relevant configuration.nix: Disko configuration in flake.nix: | 01:43:10 | |
| Remove the enableCryptoDisk Option from grub. This is used for encrypted /Boot partitions | 02:00:08 | |
| Oh wait that seems to be what you want to do? | 02:00:32 | |
| Dies grub support btrfs for finding the kernel? | 02:01:53 | |
| I didn’t know that, but I think that’s what I want | 02:07:04 | |
| If not, I will not encrypt /boot | 02:07:54 | |
| It could be that grub only supports luks1 but we do luks2 nowadays | 02:15:40 | |
| I used the grub unlockaing years ago. But it was pretty slow and frustrating :D | 02:16:12 | |
| Maybe this is better if you boot the machine via efi instead of legacy. But not sure | 02:16:35 | |
| Yeah, my machine doesn’t support legacy | 03:58:56 | |
| I’m looking up tutorials and see if they have anything useful | 03:59:07 | |
| I want to encrypt boot if possible | 03:59:16 | |