You need to reset the bootloader back to 2011. Once done, you can turn secure boot back on.
Type the following commands one at a time with administrator privileges:
Mountvol s: /s
del s:\*.* /f /s /q
bcdboot %systemroot% /s S:
A safer method (without wiping the EFI's contents, because other features might be keeping files stored there) is:
Code:
mountvol S: /s
copy \Windows\Boot\EFI\bootmgfw.efi S:\EFI\Microsoft\Boot\bootmgfw.efi
mountvol S: /d
My Computer
At a glance
Windows 7
- OS
- Windows 7






