From a13772bf31fc2e63c38067a3baffe3cabd011b0d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 6 Jul 2025 04:15:22 +0100 Subject: cb/hppro3500: use seagrub, not grubsea We want graphics cards to work out of the box. This is why SeaGRUB is default, on desktops; SeaBIOS also has better code quality and is less likely to break, so it provides a nice fallback in case the GRUB payload is ever buggy during development (this decision was made ever since the botched May 2024 release) Signed-off-by: Leah Rowe --- config/coreboot/hppro3500series_8mb/target.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/coreboot/hppro3500series_8mb/target.cfg b/config/coreboot/hppro3500series_8mb/target.cfg index 3fdcc715..4d4031d2 100644 --- a/config/coreboot/hppro3500series_8mb/target.cfg +++ b/config/coreboot/hppro3500series_8mb/target.cfg @@ -5,7 +5,6 @@ xarch="i386-elf" payload_seabios="y" payload_grub="y" payload_memtest="y" -payload_grubsea="y" grub_scan_disk="nvme ahci" grubtree="nvme" vcfg="hppro3500series" -- cgit v1.2.1