Skip to content

Commit 0c157af

Browse files
committed
configs/config.protectli_vp2430: Disable 1G pages and bump to rc7
ESXi’s bootloader doesn’t properly parse 1GB page entries when it tries to replicate or interpret UEFI’s memory map/page tables during boot. This fixes the issue of the ESXi installer crashing on startup. Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
1 parent f70e0d8 commit 0c157af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

configs/config.protectli_vp2430

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_LOCALVERSION="v0.9.0-rc6"
1+
CONFIG_LOCALVERSION="v0.9.0-rc7"
22
CONFIG_OPTION_BACKEND_NONE=y
33
CONFIG_VENDOR_PROTECTLI=y
44
CONFIG_VBOOT=y
@@ -37,6 +37,7 @@ CONFIG_EDK2_FOLLOW_BGRT_SPEC=y
3737
# CONFIG_EDK2_PRIORITIZE_INTERNAL is not set
3838
# CONFIG_EDK2_PS2_SUPPORT is not set
3939
CONFIG_EDK2_SERIAL_SUPPORT=y
40+
CONFIG_EDK2_CUSTOM_BUILD_PARAMS="-D VARIABLE_SUPPORT=SMMSTORE --pcd gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable=FALSE"
4041
CONFIG_BUILD_IPXE=y
4142
CONFIG_IPXE_NO_PROMPT=y
4243
CONFIG_IPXE_ADD_SCRIPT=y

0 commit comments

Comments
 (0)