diff options
author | Leah Rowe <leah@libreboot.org> | 2025-07-06 04:15:22 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-07-06 04:15:22 +0100 |
commit | a13772bf31fc2e63c38067a3baffe3cabd011b0d (patch) | |
tree | 3c2e90e71c270b2d5c82b11cbdeb914761ac5483 | |
parent | 047ddf40d8f9418df49d465d9364600621c3cc09 (diff) |
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 <leah@libreboot.org>
-rw-r--r-- | config/coreboot/hppro3500series_8mb/target.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
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" |