No, don't worry. Check your EZ Debug LEDs (above 24-pin ATX header). If they are on BOOT, that's not uncommon after a BIOS update, because the new BIOS version will be set to the so-called UEFI mode. If the old BIOS version was set to CSM/Legacy mode before, then it will not boot at first and you will get the BOOT LED, but this can be solved.
With the BIOS in the modern and preferred UEFI mode, it requires the boot drive to have a so-called GPT. But as your old BIOS was probably in the older CSM mode, it will have prepared the boot drive to have a so-called MBR when installing Windows. So you have to do a quick
MBR to GPT conversion for the boot drive, then the BIOS in UEFI mode can boot from it again. It takes 5-10 minutes to get this going again.
Further explanation:
A modern BIOS can be in two modes: Legacy/CSM (Compatibility Support Module) and the newer UEFI (Unified Extensible Firmware Interface) mode. Since all BIOSes are UEFI BIOSes nowadays, naturally they work best when set to UEFI mode. But also, every modern BIOS can be set CSM/Legacy mode, in order to behave like an old BIOS from many years ago. This is so it can work with older operating systems which have no or only limited support for UEFI, such as Windows 7. The problem lies in the fact that switching between those two BIOS modes
after you have installed Windows will make the boot process fail.
When Windows detects a CSM/Legacy BIOS during installation (for example on an old board or an old BIOS), it prepares the boot drive to have an MBR (Master Boot Record).
When it detects a UEFI BIOS during installation, it will prepare the boot drive with a GPT (GUID partition table) instead of an MBR. The BIOS set to either mode (CSM vs. UEFI) will only boot from a drive that was prepared accordingly for that mode (CSM needs MBR, UEFI needs GPT). That's why you need to do the conversion for your boot drive once your BIOS is set to UEFI mode.