解決方法:
Repair Boot sector or Rebuild BCD
1.用Windows 10安裝光碟開機
2.依序選取『Language Preferences』\選『Repair your computer』\選『Troubleshoot』\選『Advanced options』\選『Command Prompt』
3.依序輸入底下指令
bootrec.exe /fixmbr
bootrec.exe /fixboot
bootrec.exe /rebuildbcd
exit
重新開機,如果依然無法正常登入作業系統再依底下步驟操作
1.照前面方法開啟『Command Prompt』
2.依序輸入底下指令
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -h -r -s
ren c:\boot\bcd bcd.old
bootrec /rebuildbcd
exit
依照上面步驟操作,小弟的電腦就可以正常開機了