It seems the excessive “Hardware Reserved” memory (62GB of 64GB) on the original setup isn’t hardware-related but more likely caused by a memory mapping or firmware-level configuration issue persisting in the OS after migration. Here are a few things to check before considering a reinstall:
- Check memory remapping in BIOS/UEFI - Even if BIOS was updated, ensure “Memory Remap Feature” (or similar) is enabled.
- Verify NUMA/Memory configuration - Run SYSTEMINFO or check in Task Manager > Performance > Memory > Slots used, to ensure all memory nodes are detected correctly.
- Confirm firmware and chipset drivers - Especially for the motherboard, as older boards may need specific chipset packages for Windows Server 2022 to properly map RAM.
- Boot Configuration Data (BCD) - Run an elevated Command Prompt and execute: SQL:
bcdedit /deletevalue truncatememory bcdedit /deletevalue removememory Then restart the server. These values, if present, can cause Windows to reserve large memory blocks. - Device conflicts or driver-level reservation - Check Device Manager (View > Resources by type) for devices reserving large address ranges.
If none of these resolve the issue, we can perform an in-place upgrade repair - this will refresh system files without removing installed software or roles.
Please give these a try and let me know the results. If this helps fix the issue, kindly click “Accept answer” so others can benefit as well 😊