diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2023-04-20 12:15:18 -0600 |
---|---|---|
committer | Nicholas Chin <nic.c3.14@gmail.com> | 2023-04-20 12:15:18 -0600 |
commit | 967992cc965f3b9d23250bba81d444c6abc04bb7 (patch) | |
tree | b1934d118302189d927949d9e1562adedcb17b00 /resources/coreboot/e6400_8mb/board.cfg | |
parent | f4e8b7efaa085f51603487fc72d44c11995be70f (diff) |
Re-disable GRUB payload for E6400
This reverts commit fe2b72035fb58d2c0792daa62aa346da710f04a3.
The GRUB patch to fix the E6400 broke other systems and has been
reverted. As a result, GRUB needs to be disabled again on the E6400
until a better fix has been created.
Diffstat (limited to 'resources/coreboot/e6400_8mb/board.cfg')
-rw-r--r-- | resources/coreboot/e6400_8mb/board.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/coreboot/e6400_8mb/board.cfg b/resources/coreboot/e6400_8mb/board.cfg index ee8ee02d..451f6d31 100644 --- a/resources/coreboot/e6400_8mb/board.cfg +++ b/resources/coreboot/e6400_8mb/board.cfg @@ -1,8 +1,8 @@ cbtree="default" romtype="8MiB ICH9 IFD NOR flash" arch="x86_64" -payload_grub="y" -payload_grub_withseabios="y" +payload_grub="n" +payload_grub_withseabios="n" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" |