I understand LUKs can be used to encrypt your data. But what would prevent somebody plug in a USB with and just wipe my drive?

On traditional BIOS like Lenovo, HP, Dell and even Framework you can set a supervisor password that locks the boot menu. So nobody can boot from the USB.

Coreboot is different though. I spoke with Starlabs whose computers run Coreboot, and apparently you can have the boot menu password. OTOH, Sys76's Coreboot doesnt allow such things.

I ask because i want to libreboot my T480, but the number 1 thing i worry is unauthorized USB boot.

This one: https://libreboot.org/docs/linux/grub_hardening.html#grub-password

seems to only lock the ability to edit the grub entry freely, aka press "e" to change stuff when grub fails to boot.

you are viewing a single comment's thread
view the rest of the comments
[–] 13 points 4 hours ago* (last edited 2 hours ago)

Nothing will prevent him from wiping your drive if he has physical access to your device.

Sure you can use stuff like Secure Boot with your own custom keys to lock it. Then noone can indeed just boot it.

Doesn't stop that person from removing your drive and plugging it into another pc. Or from just smashing your disk to pieces.

The same goes for stuff like a bios password. With physical access you can wipe that, too. It's just a bit more work (or requires additional tools) than just an USB stick.

In short: Yes, you can stop someone from just booting an USB stick and wipe you drive. But it doesn't matter if he has other ways to do the same. Protection only works as a whole concept, Software won't help you when physical security allows the device to be stolen. And seriously? Who cares if their stolen laptop is wiped, smashed or drowning on the bottom of the ocean. It's gone anyway.

The actual protection for data is a) backups so you don't lose them and b) encryption so nobody can read them.

  • source