| 29 Apr 2025 |
@realhotgirlshit:envs.net | So no encrypted /boot | 05:04:22 |
@realhotgirlshit:envs.net | That’s the only ramification, anything about FDE in general? | 05:04:58 |
lassulus | No I usually do LUKS fde on all my computers | 05:07:42 |
@realhotgirlshit:envs.net | With GRUB? | 05:09:58 |
lassulus | That doesnt matter usually. Since the kernel does the decryption in the initrd | 05:10:45 |
lassulus | I use grub or systemd-boot on different systems | 05:11:13 |
@realhotgirlshit:envs.net | perfect 😁 | 05:11:36 |
@realhotgirlshit:envs.net | I’ll remove the cryptodisk stuff | 05:11:46 |
lassulus | You have to add a /boot partition outside the luks also | 05:12:12 |
@realhotgirlshit:envs.net | hmm :/ | 05:12:31 |
@realhotgirlshit:envs.net | I’ll go over the example configs | 05:13:10 |
@realhotgirlshit:envs.net | yes, that is my disko config | 05:15:27 |
@realhotgirlshit:envs.net | * yes, that is in my disko config :D | 05:15:54 |
lassulus | Ah the 1m partition in your config is not the /boot partition. It's an emulation of the MBR for a GPT partition. So you can do legacy boot ir your bios doesn't support efi boot | 05:17:20 |
lassulus | * | 05:17:36 |
@realhotgirlshit:envs.net | Right, okay yeah I remember that’s how legacy works | 05:17:58 |
@realhotgirlshit:envs.net | Okay, it complains about CRYPTODISK not being enabled and /dev/sda not found | 05:42:43 |
| 1 May 2025 |
| Rosuavio changed their display name from Rosario Pulella to Rosuavio. | 20:07:59 |
| 2 May 2025 |
| Mystical Gud joined the room. | 08:41:02 |
Mystical Gud | does disko support ntfs? | 08:41:15 |
lassulus | Uh not really. What do you want to do? | 09:43:53 |
Mystical Gud | I'm tryna to create a partition for my dual booted windows install. | 09:48:16 |
lassulus | Better skip creating it by doing content = none of the gpt partition and let windows create it | 09:50:30 |
lassulus | * | 09:50:50 |
lassulus | * | 09:50:57 |
Mystical Gud | windows = {
name = "windows";
size = "xxxG"
content = null;
};
something like this?
| 10:02:25 |
Mystical Gud | * windows = {
name = "windows";
size = "xxxG";
content = null;
};
something like this?
| 10:02:48 |
lassulus | Yeah seems about right. inside partitions? | 11:27:24 |
Mystical Gud | lassulus: yep | 13:35:52 |
| 3 May 2025 |
Mic92 | Adding support shouldn't be hard, but no one needed it so far. | 08:17:40 |