Solved File: \boot/bcd error

jamespollard

New member
Local time
6:24 PM
Messages
4
Location
Georgia
I'm trying to re-install windows 7 on a laptop and I keep getting this error when I try to boot from the install disk: FILE: \BOOT/BCD
ERROR: 0xc000000f
The computer will boot from the HDD just fine, and the install disk is fine. Does anyone have a fix for this?
 

My Computer

Computer type
Laptop
OS
Window 7 Home Premium x64
How do you know the install disk is fine? Does it work on a different computer?

You can download a legal copy of Win 7 and create a bootable flash drive to install from and give that a try, or burn a DVD to install from.

You can download a legal copy with SP1 integrated from here: 2.1 Microsoft Windows 7 Official .iso Download Links

Make sure you get the same version you have, Home Premium, Pro or Ultimate and 32 or 64 bit. Note that Basic or Starter is not available.

I recommend using ImgBurn at 4X speed (or the slowest available) to create the DVD from the downloaded .iso file.

You can do this on any computer capable of burning a DVD.

YOU MUST HAVE A VALID KEY TO INSTALL THIS .ISO. The one on the COA sticker on your computer will work.

You can also create a bootable USB Flash drive (4GB or larger) to install Windows 7 from.

  1. Download and run Universal USB Installer – Easy as 1 2 3
  2. Select Windows 7 from the first drop down list, all the way to the bottom
  3. Select the downloaded Windows 7 iso file
  4. Select your USB flash drive
  5. Click Create

For techies or folks who work on computers: Create Windows 7 Universal ISO With All Editions Selection On Install with ei.cfg Removal Utility.
This will fit on a 6GB flash drive or can be burned to a DVD.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
Thanks Ztrunker, I did try the disk on a different computer and it worked, I do like the idea of making a bootable flash drive, I'll give that a go.
 

My Computer

Computer type
Laptop
OS
Window 7 Home Premium x64
Unplug all other HD's and peripherals,

Boot into BIOS setup, reset to defaults, save changes. If an EFI BIOS, enable Legacy BIOS or Compatibility Support Module, set DVD drive first to boot, HD second. Then set SATA controller to AHCI. Save changes and Exit.

Then boot into installer DVD or flash stick burned or written using tool and latest ISO for your licensed OS version here.

At first installer screen Press Shift + F10 to open a Command Box, type:

DISKPART
LIST DISK
SELECT DISK 0 (after confirming Windows 7 target HD #)
CLEAN
CREATE PARTITION PRIMARY SIZE=102400 (for 100gb partition, adjust as desired)
FORMAT FS=NTFS LABEL="WINDOWS 7"
ACTIVE
EXIT
EXIT

Next click Install Now, then Custom install to Clean Install Windows 7 to the partition you created. If it fails then report back at which step and the verbatim error message.

In addition read over these steps to understand the tools and methods which work best to get and maintain a perfect Clean Reinstall - Factory OEM Windows 7. The steps are the same for retail.

After install you can adjust partition size or Create new partitions for data, etc. in Disk Mgmt.You are creating the partition here for the purpose of marking it Active which overcomes certain install failures.
 
Thanks you guys, you both were a big help!
 

My Computer

Computer type
Laptop
OS
Window 7 Home Premium x64
Back
Top