DisablePROCHOT icon indicating copy to clipboard operation
DisablePROCHOT copied to clipboard

Suggestion to update Readme

Open ravindrank opened this issue 4 years ago • 2 comments

Thanks for this Utility. Can I suggest to add a line to Readme indicating that this needs gnu-efi.. Thanks for all the awesome work

On build, we might see the below error: $ ./build.sh DisablePROCHOT.c:3:10: fatal error: efibind.h: No such file or directory 3 | #include <efibind.h> | ^~~~~~~~~~~ compilation terminated. ld: cannot open linker script file /usr/lib/elf_x86_64_efi.lds: No such file or directory objcopy: 'DisablePROCHOT.so': No such file ls: cannot access 'DisablePROCHOT.efi': No such file or directory md5sum: DisablePROCHOT.efi: No such file or directory

Installing gnu-efi solved this: $ sudo apt-get install gnu-efi

ravindrank avatar Oct 07 '20 10:10 ravindrank

I second this suggestion. gnu-efi is essential to build this EFI executable.

One a side note, the built executable doesn't work, at least on a rEFInd boot partition with the built EFI executable copied to boot_x64 folder of boot loader.

ghost avatar Nov 27 '20 13:11 ghost

Ohh.. I used it with Clover and works perfectly!

ravindrank avatar Dec 29 '20 17:12 ravindrank