will that cause me problems on a headless server if I get a power outage and need to reboot? I think yes
Maybe I'm missing something obvious, but what is the problem that you anticipate with LVM after a power failure?
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!
will that cause me problems on a headless server if I get a power outage and need to reboot? I think yes
Maybe I'm missing something obvious, but what is the problem that you anticipate with LVM after a power failure?
Password prompt on boot load. No monitor and keyboard plugged in, and im assuming i cant SSH until LVM password is entered.
Ah, you're talking about LUKS. LVM is just the volume manager.
The standard way is to add an sshd
(such as dropbear) to your initramfs
so that you can ssh in and run commands (such as entering the root partition password) during system boot.
See: