For WIN7/WIN8 that are installed in the MBR partition with a traditional BIOS, you can also use EFI to boot directly into win. First, enter win to extract the EFI boot file, run cmd as Administrator, type the following command
- BCDboot c:\windows/s x:/F All
Copy Code
In the above command, C stands for the C drive, which is the partition letter of win. s, command parameters, boot to another place. x, the drive letter of a storage boot partition, should be replaced by your own. F, command parameters, firmware type (BIOS or UEFI), all production type boot (both Bios,uefi). If replication fails to appear, you can also find the EFI folder on drive C and copy it to the EFI partition (win7 Some command parameters are missing. Win8 test Pass, so if your win7 system, you can next Win8 PE, into the PE run the command).
When we want to boot into win by default, first get the volume name of the EFI partition (typically EFI) or UUID, and then fill in the Defaultloader with the win EFI boot file such as
Bootmgfw.efi, or Bootx64.efi.
Clover starting the win7/win8 of the MBR