Trying to install latest version of AHV with Foundation (latest ) We get the below error
2025-03-21 07:03:27,122Z environment.py:542 INFO Registered new host with alias '10.8.12.31'
2025-03-21 07:03:35,430Z dell_idrac9_redfish.py:209 INFO platform: 14G Monolithic
2025-03-21 07:03:35,438Z remote_boot.py:295 INFO Selected tartarus remote boot implementation idrac9 via <Bound command## IDRAC9Redfish instance at 0x230e8e71fd0>
2025-03-21 07:03:35,654Z cache_manager.py:133 DEBUG Cache MISS: key(get_md5sum_('C:\\Program Files (x86)\\Nutanix\\Portable Foundation\\tmp\\sessions\\20250321-123220-5\\phoenix_node_isos\\foundation.node_10.8.72.33.iso',)_{})
2025-03-21 07:03:38,516Z dell_idrac9_redfish.py:209 INFO platform: 14G Monolithic
2025-03-21 07:03:41,289Z dell_idrac9_redfish.py:396 INFO BIOS settings do not match expected values, updating configuration for {
"CorrEccSmi": "Disabled",
"IoatEngine": "Enabled",
"MemoryMappedIOH": "12TB",
"ProcX2Apic": "Enabled",
"SriovGlobalEnable": "Enabled",
"WriteCache": "Enabled"
}
2025-03-21 07:03:47,935Z dell_idrac9_redfish.py:406 INFO Confirming BIOS settings were staged successfully...
2025-03-21 07:03:47,938Z dell_idrac9_redfish.py:410 ERROR Failed to stage required BIOS settings: {}
2025-03-21 07:03:50,483Z dell_idrac9_redfish.py:89 INFO vmcoll: /redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia
2025-03-21 07:03:52,931Z dell_idrac9_redfish.py:92 INFO {'@odata.context': '/redfish/v1/$metadata#VirtualMediaCollection.VirtualMediaCollection', '@odata.id': '/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia', '@odata.type': '#VirtualMediaCollection.VirtualMediaCollection', 'Description': 'iDRAC Virtual Media Services Settings', 'Members': [{'@odata.id': '/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk'}, {'@odata.id': '/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD'}], 'Members@odata.count': 2, 'Name': 'Virtual Media Services'}
2025-03-21 07:03:57,821Z decorators.py:80 ERROR Exception in <ImagingStepInitIPMI(<NodeConfig(10.8.72.33) @9b50>) @12b0>
Traceback (most recent call last):
File "foundation\decorators.py", line 78, in wrap_method
File "foundation\imaging_step_init_ipmi.py", line 289, in run
File "foundation\imaging_step_init_ipmi.py", line 110, in boot_phoenix
File "tartarus\base\functional.py", line 210, in _f
File "tartarus\command\bmc\dell_idrac9_redfish.py", line 411, in pre_boot_bios_settings
Exception: Failed to stage required BIOS settings: {}
2025-03-21 07:03:57,837Z imaging_step.py:164 ERROR Exception in running <ImagingStepInitIPMI(<NodeConfig(10.8.72.33) @9b50>) @12b0>
Traceback (most recent call last):
File "foundation\imaging_step.py", line 160, in _run
File "foundation\decorators.py", line 78, in wrap_method
File "foundation\imaging_step_init_ipmi.py", line 289, in run
File "foundation\imaging_step_init_ipmi.py", line 110, in boot_phoenix
File "tartarus\base\functional.py", line 210, in _f
File "tartarus\command\bmc\dell_idrac9_redfish.py", line 411, in pre_boot_bios_settings