Re-disable GRUB payload for E6400

This reverts commit fe2b72035f.

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.
fsdg20230625
Nicholas Chin 2023-04-20 12:15:18 -06:00
parent f4e8b7efaa
commit 967992cc96
No known key found for this signature in database
GPG Key ID: 2D0EB28C84678DAA
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
cbtree="default"
romtype="16MiB 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"

View File

@ -1,8 +1,8 @@
cbtree="default"
romtype="4MiB 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"

View File

@ -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"