From bc0fb51d222dd1838894c5567965749710f42723 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 27 Aug 2023 15:02:11 +0100 Subject: x86 desktops: only enable seabios_withgrub and only where grub was already enabled; on boards that did not enable grub, grub is still disabled on desktops, it's possible that the user may insert a graphics card. if their first payload was grub, it won't work because lbmk doesn't configure coreboot itself to execute vga roms at present i found when testing t1650 (dell) that if a vgarom is loaded from seabios (from a graphics card), the grub payload still works; if booting in corebootfb mode, text mode is still used when booting with the card to decrease the probability of bricks with any given set of users, make seabios the only payload that starts first, but make grub available in the esc menu on seabios it's possible to add a bootorder file and disable the seabios menu, if you only want a grub payload accessible Signed-off-by: Leah Rowe --- resources/coreboot/d510mo_16mb/target.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resources/coreboot/d510mo_16mb') diff --git a/resources/coreboot/d510mo_16mb/target.cfg b/resources/coreboot/d510mo_16mb/target.cfg index dec7489a..838b2a05 100644 --- a/resources/coreboot/d510mo_16mb/target.cfg +++ b/resources/coreboot/d510mo_16mb/target.cfg @@ -1,9 +1,8 @@ tree="default" romtype="normal" arch="x86_64" -payload_grub="y" -payload_grub_withseabios="y" payload_seabios="y" +payload_seabios_withgrub="y" payload_memtest="y" microcode_required="n" blobs_required="n" -- cgit v1.2.1