archfi
archfi copied to clipboard
RFE: Create Luks and LVM Partitioning
Would like the option in the script to create auto partitioning with LUKS and LVM as an option.
https://github.com/MatMoul/archfi/issues/42#issuecomment-455330961
reposting here:
I think I'll tackle the option to do Full Disk Encryption using LUKs and LVM. This is how I usually install laptops, so I have quite a bit of experience with this.
Let me know if this is something you'd be willing to merge and if you have suggestions how to integrate it into the menu system.
Perhaps linked to #55
I treat LVM on Luks as a separate problem than UEFI, but yes, I can tackle both when I have time.
I suggest to merge this issue to https://github.com/MatMoul/archfi/issues/55#issuecomment-501458874
Seconded. Unless it will let me create LVM / LUKS, archfi is almost completely useless to me as I typically will not do a Linux install without LVM, and I wouldn't do a Linux install on a laptop without LUKS as well.
LVM / LUKS always seems to be the linchpin where these "installer scripts" fail; either they won't let you do it at all, or they will but won't let you specify names for your volume group(s) / logical volume(s) / etc.
@praetorxyn It's very difficult to offer all the part sheme avaible in linux...
This is why you can press CTRL+F2
to make your own part sheme and mount it as you want...
Then you can come back to archfi with CTRL+F1
and select your partitions...
That's what I ended up doing, though in this case I decided to just do LUKS and try out a custom btrfs subvolune scheme.
On Fri, Jan 10, 2020, 9:17 PM MatMoul [email protected] wrote:
@praetorxyn https://github.com/praetorxyn It's very difficult to offer all the part sheme avaible in linux... This is why you can press CTRL+F2 to make your own part sheme and mount it as you want... Then you can come back to archfi with CTRL+F1 and select your partitions...
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MatMoul/archfi/issues/43?email_source=notifications&email_token=AB2LVSIL5WRMBVDTPOYHL7DQ5ET37A5CNFSM4GQ4RKJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIVWSVQ#issuecomment-573270358, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2LVSMJE6L3KZZUJTP5Y73Q5ET37ANCNFSM4GQ4RKJQ .
Maybe I'm mis-understanding the issue, but setting up LVM + LUKS with archfi works fine for me without doing anything custom.
Maybe I'm mis-understanding the issue, but setting up LVM + LUKS with archfi works fine for me without doing anything custom.
like - how?
Closing old issue...