You are not logged in.
Pages: 1
.
Last edited by Arciere (2025-04-30 08:26:35)
Offline
Finally, in the future, I would like to install Windows on the remaining part of the disk,
Make you sure you do have an unencrypted EFI System Partition or give windows its own ssd/hdd .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
.
Last edited by Arciere (2025-04-30 08:26:22)
Offline
Do you have experience with LVM? If not, then learning Btrfs isn't any harder I think.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
.
Last edited by Arciere (2025-04-30 08:26:07)
Offline
If I were you I'd make it simple. 3 partitions: ESP, root (LUKS), windows. So, create a luks encryption on the root partition.
Offline
.
Last edited by Arciere (2025-04-30 08:25:55)
Offline
.
Last edited by Arciere (2025-04-30 08:25:45)
Offline
If grub does not appear, do you have it installed correctly, e.g. the "grub-install" step?
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Which luksFormat type did you use? luks1 or luks2?
If you did not specify, cryptsetup defaults to luks2, which is still not fully supported by GRUB. That's a major reason why people usually go for a separate /boot partition. The /boot partition is either unencrypted or uses luks1 encryption, while the rest of the system are on luks2.
Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.
Offline
Which luksFormat type did you use? luks1 or luks2?
If you did not specify, cryptsetup defaults to luks2, which is still not fully supported by GRUB. That's a major reason why people usually go for a separate /boot partition. The /boot partition is either unencrypted or uses luks1 encryption, while the rest of the system are on luks2.
Or in case of UEFI, just use the EFI partition as the boot partition.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
.
Last edited by Arciere (2025-04-30 08:25:10)
Offline
Pages: 1