From 4fe6a7e48e17f0668919d9230a392663f7ff7390 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Wed, 09 Dec 2015 06:35:32 -0500 Subject: New payload: Coreinfo Add coreinfo as optional payload providing various useful system information. As part of coreboot, coreinfo does not need to be downloaded seperately, just build it using $ ./build module coreinfo after downloading and building coreboot. See https://www.coreboot.org/Payloads#Coreinfo for more information. --- (limited to 'resources/grub/config/menuentries/txtmode.cfg') diff --git a/resources/grub/config/menuentries/txtmode.cfg b/resources/grub/config/menuentries/txtmode.cfg index b395868..d64ca55 100644 --- a/resources/grub/config/menuentries/txtmode.cfg +++ b/resources/grub/config/menuentries/txtmode.cfg @@ -2,4 +2,7 @@ menuentry 'Load MemTest86+ [m]' --hotkey='m' { set root='memdisk' linux16 /memtest.bin } - +menuentry 'Load Coreinfo [i]' --hotkey='i' { + set root='cbfsdisk' + chainloader /coreinfo.elf +} -- cgit v0.9.1