1

My PC specs are 1. DH87MC 2. 2*8GB Ram (currently dual channel config windows 10) 3.gtx 760 graphic card 4.2TB HDD I am currently using windows 10 and I want to switch to windows 7. I want to install windows 7 in UEFI and have gpt partition feature. It allows to have multiple partition which is important for me. So I have windows 7 iso file. I have used Rufus tool to create a bootable usb drive for "GPT UEFI". I have disabled legacy boot and secure boot and fastboot. I have updated the bios. The usb drive is recognised now (initially I had trouble with usb not recognised in boot menu). And installed the windows 7. After installation the PC rebooted and in "starting windows" screen the PC is stuck. The default SATA controller is AHCI in my motherboard. In some website I red that enabling SATA compatibility will solve the problem but it didn't. I have searched lots and lots of websites but couldn't find the solution. And also I tried booting the windows 7 in safe mode. The loading gets stuck at "loading risk.sys". Please someone tell me how to fix it.

2 Answers2

1
  1. I have used Rufus tool to create a bootable USB drive for "GPT UEFI"

    (Windows boot sequence)
    If EFI boot was the issue, boot would fail when UEFI hands off to the Windows Bootloader

  2. I have disabled legacy boot and secure boot and fastboot.

    Secure Boot should always be enabled when booting Windows, as there's no reason to disable it:

    • Disabling Secure Boot creates an insecure machine at boot, as it protects against rootkits and malicious drivers/software loading at boot

  3. The PC rebooted and "Starting Windows" screen is stuck on "Loading risk.sys"

    risk.sys doesn't appear to be a Windows system file, as Microsoft Docs returns zero results and only three results (one being this question) were returned by Google and DuckDuckGo (unheard of):

    • Due to this, it's likely malware from a malware laden install ISO if this is occurring immediately following a clean install

    To resolve:
    Only use install media downloaded from Microsoft.

  4. I turned on Legacy option and Windows 7 booted and completed the installation; is it booting from Legacy or UEFI?

    Booting is either/or, so with CSM Mode enabled, UEFI is emulating BIOS and using MBR.

    CSM [Legacy] Mode should never be enabled for an OS, as it's sole purpose was to support distros that didn't yet support EFI boot circa <2017 (Windows ≥7 supports EFI boot):

    • CSM Mode emulates BIOS' 16bit architecture within a 32bit environment and doing so will cause performance degradation (boot times increase by 400%+, GPT can't be used, etc.)
    • The only reason to enable CSM Mode is when needing to access a legacy OP[tion] ROM, and once done in the OP ROM, CSM Mode should be re-disabled.

JW0914
  • 9,096
-2

Problem is the uefi. make new bootable USB with legacy MBR instead of UEFI. and then also enable legacy boot in bios and installation will goes ok.

user44570
  • 152