From eed25bd2209a4c9f7c21a15689b5c90bd3757a6c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 21 Nov 2021 15:57:40 +0000 Subject: update coreboot and nuke tianocore tianocore is a liability for the libreboot project. it's a bloated mess, and unreliable, broken on many boards, and basically impossible to audit. i don't trust tianocore, so i'm removing it. --- resources/grub/config/grub.cfg | 6 ------ 1 file changed, 6 deletions(-) (limited to 'resources/grub/config') diff --git a/resources/grub/config/grub.cfg b/resources/grub/config/grub.cfg index ef3c8a48..89f50f31 100644 --- a/resources/grub/config/grub.cfg +++ b/resources/grub/config/grub.cfg @@ -239,12 +239,6 @@ menuentry 'Poweroff [p]' --hotkey='p' { menuentry 'Reboot [r]' --hotkey='r' { reboot } -if [ -f (cbfsdisk)/tianocore.elf ]; then -menuentry 'Load Tianocore UEFI payload' { - set root='cbfsdisk' - chainloader /tianocore.elf -} -fi if [ -f (cbfsdisk)/img/memtest ]; then menuentry 'Load MemTest86+ [m]' --hotkey='m' { set root='cbfsdisk' -- cgit v1.2.1