this post was submitted on 13 Nov 2025
13 points (78.3% liked)

Linux

10125 readers
810 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Sounds like a misnomer to me.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] just_another_person@lemmy.world 25 points 3 days ago (1 children)

The "disk" in this terminology is actually referring to the partition, which is the active disk when an OS boots. Different partitions are treated as different disks,, it's not about the physical disk.

Say you have 2 drives: one could contain only unencrypted portions of boot information, and the second drive could only contain encrypted partitions.

Then it would meet your definition of how it should work by terminology ๐Ÿ˜‚

[โ€“] BCsven@lemmy.ca 1 points 3 days ago (1 children)

There is full disk encryption on Tumbleweeds using TPM and systems boot. It encrypts the ESP (EFI) partition and you supply password or fido2 key to unlock boot loader and disk

[โ€“] just_another_person@lemmy.world 1 points 2 days ago (1 children)

That's not what the question is asking...

[โ€“] BCsven@lemmy.ca 0 points 2 days ago (1 children)

True, other distros don't have full disk encryption, they have partition encryption.

[โ€“] just_another_person@lemmy.world -1 points 2 days ago (2 children)

No, not what I'm saying. Any distro can do what you're describing, they just don't. It's not proprietary technology or anything. I could go and make my LUKS whatever open with a key right now, it's just problematic.

The OP wasn't asking about any of this though, you're just throwing your own unrelated "AKSHUALLY" nonsense into the thread. Question was asked and answered.

See ya.

[โ€“] BCsven@lemmy.ca 0 points 2 days ago* (last edited 2 days ago)

Apparently its a patched grub2 for opensuse, and systemd boot systems. Makes a binary file that is verified by the TPM , different than just using LUKS encryption.

[โ€“] BCsven@lemmy.ca 0 points 2 days ago

Just sharing for awareness because people often assume that because one diatro does not do it, means Linux doesn't do it.

Like when everyone complains about Linux not having hibernation, it does.