ladar / sedutil

Use sedutil for setting up and using self encrypting drives (SEDs) that comply with the TCG OPAL 2.00 standard. This includes the requisite pre-boot authentication image.
https://trustedcomputinggroup.org/work-groups/storage/
80 stars 24 forks source link

dosfstools required for building images on Debian #34

Open GreenReaper opened 1 year ago

GreenReaper commented 1 year ago

Just thought I'd mention for possible inclusion in the readme:

During the ./buildUEFI64 step, I got the following

+ sudo mkfs.vfat /dev/loop0 -n UEFI64
sudo: mkfs.vfat: command not found

Indeed, it was not there, and this was because dosfstools was not installed. Perhaps it is available in Ubuntu, but it might be worth adding it to the line with sudo apt install autoconf nasm anyway, as installing it manually if it's already there shouldn't hurt, while the error is otherwise easy to miss if running all commands at once.