Add grub2 bootx64.efi modules for PXE booting

The EFI boot loader file bootx64.efi has been rebuilt with the extra grub2 modules,
all_video, video_cirrus, video_bochs, net, efinet, tftp and gzio. This will hopefully fix
the problem referenced here: [#147](https://github.com/PartialVolume/shredos.x86_64/issues/147). Also bumped version from v2021.08.2_23.2_x86-64_0.34 to v2021.08.2_23.3_x86-64_0.34
This commit is contained in:
PartialVolume
2023-06-05 14:54:21 +01:00
parent 77344223ce
commit 98de170bb2
3 changed files with 3 additions and 1 deletions

BIN
board/shredos/bootx64.efi Executable file → Normal file

Binary file not shown.

View File

@@ -104,6 +104,8 @@ CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_MULTIPATH=y
CONFIG_NVME_HWMON=y
CONFIG_NVME_FC=y
CONFIG_IDE=y
CONFIG_IDE_TASK_IOCTL=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
CONFIG_BLK_DEV_SR=y

View File

@@ -1 +1 @@
2021.08.2_23.2_x86-64_0.34
2021.08.2_23.3_x86-64_0.34