Linux experts only

How do I get my luks prompt to show the drive label instead of the UUID? Is it really as simple as changing the name in fstab or is my system not going to start?

Attached: luks.jpg (997x750, 248.63K)

Other urls found in this thread:

github.com/systemd/systemd/blob/v249/src/cryptsetup/cryptsetup.c#L570
twitter.com/SFWRedditVideos

Ped

Name the device b8e92b9c73d64bba83c557498212685c, then the prompt matches the device label.

technically the truth

Change the partition name in a GPT partition editor.

is that in 1080p??????? mine always shows in like 640p how do i change it

Attached: menhera-chan-what.gif (498x403, 428.63K)

it's a screenshot from the web.

mine always cuts off the uuid halfway through like it's only rendering 640p

I believe that's only a nvidia issue? there is a workaround in arch wiki

mine just scales the image up and looks horrible, but on my artix it looks decent enough.
not nvidia only since i have amd. ill look for the solution on arch wiki

Bump for interest

It's my laptop running iris xe internal graphics

install gentoo

Check grub docs.

Based lateral thinker

I don't use grub, this is cryptsetup as part of systemd

github.com/systemd/systemd/blob/v249/src/cryptsetup/cryptsetup.c#L570

Trust me, you want it to use UUID, not drive label. Don't go fucking with it. Why? Because you absolutely positively want to be sure that grub is trying to decrypt and mount the correct drive at boot. Since disk labels may change over time, UUID is the only way to be sure.

Also, your kernel isn't fully loaded at this point, grub will never show your linux drive labels correctly.

>systemd
lmao. Why even use LUKS at that point?

Plymouth prompt shows me the disk name just fine.

not an "issue". Some kernel modules are not loaded before decryption. You can sign the modules or some shit so they load during boot

By the time Plymouth shows up your kernel is loaded. You haven't encrypted your boot partition like OP.