How can I restore unique hardware IDs after a failed HPE BIOS recovery?

0
3
Asked By MellowCedar47 On

I have two standalone HPE servers running Windows Server 2022. A power outage interrupted a planned BIOS update on one server, leaving it unable to boot. I used a CH341A programmer to flash an HPE BIOS image, and the server now starts normally again. However, both servers appear to have duplicate hardware identifiers, including UUIDs and onboard NIC MAC addresses. As a result, only one server can join the Active Directory domain at a time, and clients cannot reliably access the affected server's file shares. I temporarily assigned a different MAC address to one NIC in Windows. I did not clone either Windows installation. Is there a proper way to repair the BIOS or restore the server's original unique identifiers?

3 Answers

Answered By QuietHarbor22 On

It sounds like the machine was effectively given firmware data from another system, so some board-specific values may now be duplicated. The BIOS can contain the onboard NIC MAC addresses and system UUID or serial-related information. If you have a verified dump from this exact motherboard, compare it with the current contents and restore the missing identity fields. Do not edit random offsets without a board-specific layout or a known-good backup, because corrupting the descriptor or management-controller regions could make recovery harder.

Answered By CopperLynx61 On

Changing the MAC address in Windows can get networking working temporarily, but it does not repair the firmware identity and may not solve duplicate UUID or SMB-related problems. Once the hardware identifiers are corrected, remove any temporary NIC override, confirm each server has a unique name, SID-independent domain identity, UUID, and MAC address, then rejoin the affected machine to the domain if necessary. Also verify that the file-server shares and DNS records point to the correct host.

Answered By OrbitingPine8 On

The exact HPE model matters. Many ProLiant systems have redundant BIOS ROMs and recovery features through the system ROM and iLO. Before manually programming anything else, check whether the backup ROM, iLO recovery process, or the model-specific system ROM recovery procedure can restore the board properly. HPE support may also be able to provide the correct platform-specific image.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.