windows will not autoload

Suicidalhero501

Prominent
Mar 18, 2017
1
0
510
brand new build, clean install of windows 10. windows will not auto, and when booting comp, goes directly to uefi bios utility. i saved to correct boot order, but nothing seems to work. I can manually select the hard drive with Windows from the bios and Windows will then load correctly. any thoughts?
 
Solution
what motherboard do you have? Is there an item called Windows Boot Manager as a choice in boot order? If so, make it first and see if that helps

Another choice is:
change boot order so USB is first, hdd second
boot from installer
on screen after languages, choose repair this pc, not install.
choose troubleshoot
choose advanced
choose command prompt
We need to use the Bootrec.exe tool. Click on command prompt and type in the following commands, one after the other:
bootrec /RebuildBcd
bootrec /fixMbr
bootrec /fixboot
Exit

Now go ahead and reboot your system. In some cases you may need to run some additional commands.
bootsect /nt60 SYS or bootsect /nt60 ALL

Colif

Win 11 Master
Moderator
what motherboard do you have? Is there an item called Windows Boot Manager as a choice in boot order? If so, make it first and see if that helps

Another choice is:
change boot order so USB is first, hdd second
boot from installer
on screen after languages, choose repair this pc, not install.
choose troubleshoot
choose advanced
choose command prompt
We need to use the Bootrec.exe tool. Click on command prompt and type in the following commands, one after the other:
bootrec /RebuildBcd
bootrec /fixMbr
bootrec /fixboot
Exit

Now go ahead and reboot your system. In some cases you may need to run some additional commands.
bootsect /nt60 SYS or bootsect /nt60 ALL
 
Solution