Not able to install windows error 0x000000e

satzz

New member
Local time
1:42 PM
Messages
1
I am trying to install windows 7 x86 in HCL ME m1015 laptop and i am getting error message..


I have toshiba sata HDD. when i install windows with bios sata config as AHCI.. the installation process goes uptill completing installation and when the system restarts it gives me a error saying " an error occurred while trying to load Boot configuration data. with error0x000000e or some times 0x000000f .

when the bios is kept under IDE for sata .. there is no such error but installation halts at completing installation.

pls help me guys..
thanks in advance
 

My Computer My Computer

At a glance

WIN 7 64bit
OS
WIN 7 64bit
Unplug all other HD's and peripherals,

Boot into BIOS setup to enable Legacy BIOS if present. Next check BIOS Boot order for an EFI Boot Disk and if present remove it, 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.
 
Back
Top