Solved Windows 7 Installation error

ajdj

New member
Local time
9:37 PM
Messages
7
Hello,

I'm trying to install Windows 7 with a USB stick. When I boot into the flash drive, it gives me this error message:

Windows failed to start. A recent hardware or software change might be the cause. To fix this problem:

  1. Insert your Windows installation disc and restart your computer.
  2. Choose your language settings, and then click "Next."
  3. Click "Repair your computer."
If you do not have this disc, contact your system administrator or computer manufacturer for assistance.
File: \EFI\Microsoft\Boot\BCD
Status: 0:000000d
Info: An error occurred while attempting to read the boot configuration data.

P_20220622_132345.jpg

The iso I used was created with rufus (GPT, FAT32). ((If I set it to MBR, the flash disk can't be detected during booting))
  • Secure boot is off.
  • My BIOS is updated to the newest version.
  • I tried inserting the USB with iso into different USB ports but didn't resolve the error.
  • I have no access to other Windows versions since I use Linux on my computer
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    Windows 7 Enterprise x64
    CPU
    Intel i5-7400
    Motherboard
    MSI B250M PRO-VD
    Graphics Card(s)
    GTX 1660 Ti
  • Computer type
    PC/Desktop
Did you have a look and see if the bcd file is present on the usb stick?

\efi\microsoft\boot\bcd
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
Yes, I have it

image.png
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    Windows 7 Enterprise x64
    CPU
    Intel i5-7400
    Motherboard
    MSI B250M PRO-VD
    Graphics Card(s)
    GTX 1660 Ti
  • Computer type
    PC/Desktop
the efi folder should contain a folder called Boot and a folder called microsoft.

Inside the microsoft folder is another folder called boot . That is where bcd lives.

If bcd is in the correct place, it might be damaged.

efi-folder.jpg

You could try extracting this onto your usb stick :ar: View attachment EFI.zip
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
I have extracted your zip file but I still got the same error.

421636d1655902096t-windows-7-installation-error-p_20220622_132345.jpg
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    Windows 7 Enterprise x64
    CPU
    Intel i5-7400
    Motherboard
    MSI B250M PRO-VD
    Graphics Card(s)
    GTX 1660 Ti
  • Computer type
    PC/Desktop
perhaps there is something wrong with the usb you created. Use something other than rufus.

the usual way

1. format usb stick to fat32

2. copy the contents of the win7 iso onto the usb stick

3. copy bootmgfw.efi into EFI\BOOT folder and rename it to bootx64.efi. You can use the bootx64.efi file from the zip I posted.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
Hi

W7 doesn't like being in 2nd place, are you keeping Linux and installing W7 in a partition AFTER it on your hard drive

have a read of these

note the warning

Dual Boot - Windows 7 and Linux
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
medionl/Aspire 6930G/acer x55a
OS
W7 home premium 32bit/W7HP 64bit/w10 tp insider ring
CPU
E5300 dual core
Motherboard
medion MS7366
Memory
3gb
Graphics Card(s)
Nvidia Geforce 7100 Nforce 630i
Monitor(s) Displays
avixc
Internet Speed
n (isp resticted to 72)
Antivirus
mse/pands
Browser
palemoon
Other Info
Belkin Fd7050 n USB using Railink RT2870 drivers, more upto date
Please edit your profile with ALL your hardware specs. It will help us to help you
System Info - See Your System Specs

To make a Win 7 USB boot able drive:

Open a CMD window as administrator and type:

diskpart
list disk (it will list all drives. Identify the USB drive number)
select disk n (replace n by the USB drive number obtained with list disk)
clean
convert mbr
create part primary
select part 1
format fs=fat32 quick
assign
active
exit (to exit diskpart)

If you have a Win 7 installation iso file
On Win 7 use 7Zip to extract all files and folders from the Win 7 iso file to the USB drive.
On Win 10, mount the iso file and copy all files and folders to the USB drive.

If you have a Win 7 installation DVD
On another computer that has ODD, copy all files and folders from the DVD to the USB drive

To make it UEFI boot able you must add the \efi\boot folder
419872-windows-7-laptop-users-why-my-laptop-slow-efi-boot.jpg


To make it universal (all Win 7 versions), go to \sources on the USB drive and delete \sources\ei.cfg

Windows installation
Reset BIOS or load defaults.
Set Disk mode to AHCI, not RAID
Select OS mode = CSM or Select OS mode = other + UEFI (depends on BIOS).
Disable fast boot and secure boot.

Windows can be installed in two ways: Legacy-MBR or UEFI-GPT
To install as Legacy-MBR you must boot the installation drive as Legacy
To install as UEFI-GPT you must boot the installation drive as UEFI.

If you have a UEFI BIOS, you should install as UEFI-GPT
Detach any other drives (SATA or Power cable) from the MB.

During POST, press F12(?) to launch the boot menu. You will see two options for the USB drive. USB UEFI (Name) and USB (Name). Select USB UEFI (Name).
Go to install and delete ALL partitions on the main drive till you have one and only one unallocated space and then proceed.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    custom build
    OS
    Windows 7 HP 64
    CPU
    i5 6600K - 800MHz to 4200MHz
    Motherboard
    GA-Z170-HD3P
    Memory
    4+4G GSkill DDR4 3000
    Graphics Card(s)
    IG - Intel 530
    Monitor(s) Displays
    Samsung 226BW
    Screen Resolution
    1680x1050
    Hard Drives
    (1) -1 SM951 – 128GB M.2 AHCI PCIe SSD drive for Windows 7 and Lubuntu
    (2) -1 WD SATA 3 - 1T for Data
    (3) -1 WD SATA 3 - 1T for backup
    PSU
    Thermaltake 450W TR2 gold
    Keyboard
    Old and good Chicony mechanical keyboard
    Mouse
    Logitech mX performance - 9 buttons (had to disable some)
    Internet Speed
    500Mb/s
    Browser
    Firefox 64
    Other Info
    TinyWall firewall
  • Computer type
    Laptop
    System Manufacturer/Model Number
    Asus Q550LF
    OS
    Windows 7 Pro
    CPU
    i7-4500U 800MHz to 3.0GHz
    Motherboard
    Asus Q550LF
    Memory
    (4+4)G DDR3 1600
    Graphics Card(s)
    IG intel 4400 + NVIDIA GeForce GT 745M
    Sound Card
    Realtek
    Monitor(s) Displays
    LG Display LP156WF4-SPH1
    Screen Resolution
    1920 x 1080
    Hard Drives
    BX500 120G SSD for Windows and programs +
    1T HDD for data
    Internet Speed
    500 Mb/s
    Browser
    Firefox
    Other Info
    TinyWall firewall
I tried inserting the USB with iso into different USB ports but didn't resolve the error.
I have no access to other Windows versions since I use Linux on my computer


The problem is the usb stick won't boot properly. The OP does not have access to a windows machine to create a bootable usb.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
He can update his computer specs. At least MB and CPU
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    custom build
    OS
    Windows 7 HP 64
    CPU
    i5 6600K - 800MHz to 4200MHz
    Motherboard
    GA-Z170-HD3P
    Memory
    4+4G GSkill DDR4 3000
    Graphics Card(s)
    IG - Intel 530
    Monitor(s) Displays
    Samsung 226BW
    Screen Resolution
    1680x1050
    Hard Drives
    (1) -1 SM951 – 128GB M.2 AHCI PCIe SSD drive for Windows 7 and Lubuntu
    (2) -1 WD SATA 3 - 1T for Data
    (3) -1 WD SATA 3 - 1T for backup
    PSU
    Thermaltake 450W TR2 gold
    Keyboard
    Old and good Chicony mechanical keyboard
    Mouse
    Logitech mX performance - 9 buttons (had to disable some)
    Internet Speed
    500Mb/s
    Browser
    Firefox 64
    Other Info
    TinyWall firewall
  • Computer type
    Laptop
    System Manufacturer/Model Number
    Asus Q550LF
    OS
    Windows 7 Pro
    CPU
    i7-4500U 800MHz to 3.0GHz
    Motherboard
    Asus Q550LF
    Memory
    (4+4)G DDR3 1600
    Graphics Card(s)
    IG intel 4400 + NVIDIA GeForce GT 745M
    Sound Card
    Realtek
    Monitor(s) Displays
    LG Display LP156WF4-SPH1
    Screen Resolution
    1920 x 1080
    Hard Drives
    BX500 120G SSD for Windows and programs +
    1T HDD for data
    Internet Speed
    500 Mb/s
    Browser
    Firefox
    Other Info
    TinyWall firewall
Solution

Update

I borrowed a Windows 7 laptop and followed Megahertz07's instructions which made the error disappear and now I can boot to the Windows 7 installation.

Thank ya'll for your patience and will to help me.
 
Last edited:

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    Windows 7 Enterprise x64
    CPU
    Intel i5-7400
    Motherboard
    MSI B250M PRO-VD
    Graphics Card(s)
    GTX 1660 Ti
  • Computer type
    PC/Desktop
:-)
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
Back
Top