diff options
Diffstat (limited to 'resources/coreboot/e6400_8mb')
-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 451f6d31..ee8ee02d 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="n" -payload_grub_withseabios="n" +payload_grub="y" +payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" |