Windows Server 2019 may fail to boot after firmware changes, disk cloning, interrupted updates, EFI partition damage, or incorrect boot order. For a UEFI system, the EFI System Partition and BCD store must be valid before Windows can start.
Step 1. Boot the server from Windows Server installation or recovery media.
Step 2. Choose Repair your computer, then open Command Prompt from the recovery options.
Step 3. Run diskpart, then use list disk, sel disk 0, and list vol to identify the EFI partition. It is usually FAT32 and around 100 MB to 300 MB.
Step 4. Assign a temporary letter with commands similar to sel vol 2 and assign letter=S:. Replace the volume number with the actual EFI volume.
Step 5. Exit DiskPart and rebuild boot files with bcdboot C:\Windows /s S: /f UEFI. If Windows is not on C: in recovery mode, use the correct drive letter.
Step 6. Restart the server and remove the recovery media. Check that Windows Boot Manager is the first boot option.
Create a system image and bootable media after UEFI boot repair so the server can be restored quickly later.
Step 1. After the server starts, open Qiling Disk Master Server and choose System Backup.
Step 2. Confirm the boot and system partitions selected by the program, then choose a separate disk or network location as the destination.
Step 3. Click Proceed to create the system image.
Step 4. Open Tools and choose Create Bootable Media to prepare a recovery USB for offline restore.
Step 5. Store the bootable USB and backup location notes together so the server can be restored quickly if boot files fail again.
UEFI boot repair usually requires confirming firmware mode, assigning the EFI partition, and rebuilding boot files with BCDBoot. Once the server starts, create a tested recovery backup to reduce future downtime.