Changes

Jump to: navigation, search

Linux: Secure Boot

16 bytes added, 06:34, 6 June 2018
/* Installation of required tools */
== Installation of required tools ==
sudo # super-user mode required su - apt update sudo apt install -y openssl gnupg gpg sbsigntool uuid-runtime 
# Package efitools must to be compiled and installed manually because Debian repository contains old 1.4.2 version:
sudo apt build-dep -y efitools
wget https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.8.1.tar.gz
tar -xvzf efitools-1.8.1.tar.gz
cd efitools-1.8.1
make
sudo make install
cd -
425
edits