summaryrefslogtreecommitdiff
path: root/resources/grub/config/grub.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-11-21 15:57:40 +0000
committerLeah Rowe <leah@libreboot.org>2021-11-22 10:03:50 +0000
commiteed25bd2209a4c9f7c21a15689b5c90bd3757a6c (patch)
treee0f7711b5a2f6ffb241f408d59f55fca7fc231c1 /resources/grub/config/grub.cfg
parentfd586c8f307d56075b6335920a5d3e13a0c6897b (diff)
update coreboot and nuke tianocore20211122
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.
Diffstat (limited to 'resources/grub/config/grub.cfg')
-rw-r--r--resources/grub/config/grub.cfg6
1 files changed, 0 insertions, 6 deletions
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'