this post was submitted on 16 Mar 2024
11 points (100.0% liked)

linux4noobs

1237 readers
25 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 1 year ago
MODERATORS
 

I have gotten Wake On LAN (WOL) setup and working. However my machine is a Ubuntu machine using full disk LUKS encryption which means when booting it up, it requires a password/passphrase to unlock the machine before it boots into Ubuntu. The WOL systemD service I created will always make sure WOl is enabled for the next time the machine reboots, however if I reboot the machine and fail to unlock the device on the full disk encryption menu and the machine shut down, WOL will not be enabled which means WOL is not going to work to turn on the machine again.

Is there a way to enable WOL on the system full disk LUKs encryption lock screen?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 months ago

you will not be able to get the WOL to work as long as you require a password to boot. if you need full disk encryption, look into storing the encryption password in TPM, enable secure boot and password protect bios/system setup with a locked boot order.

as long as your system requires input from you to start, it will always stop at the luks unlock step, unless you find another place to store the keys to allow unlocking without user input.

it could work if the computer suspended instead of powering off, but then it will fail again in a case of power loss.

hope this helps a bit, and good luck. seems like a fun project.