• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows 8 on two partitions, won't boot

orangedude

Junior Member
Hi,

Recently I just bought a new PC along with a 180 GB SSD. My previous PC had Windows 8 installed on one of the hard drives already.

Here is what I did:

1. Installed Windows 8 on SSD on my new PC
2. Moved my old HDD (2 TB HDD) with Win 8 over to my new PC
3. Attempt to boot into new Win 8 partition.

However, the boot loader now seems to be confused with 2 Win 8 partitions, and fails to boot into either win 8 installation with "Error loading OS". Any suggestions on how to fix this besides formatting my 2 TB HDD?

Thanks
 
Sure. You can easily fix this by using a free utility called EasyBCD 2.2. It'll let you specify which drive to boot from, make sure the right boot files are there, and alot more.
 
Sure. You can easily fix this by using a free utility called EasyBCD 2.2. It'll let you specify which drive to boot from, make sure the right boot files are there, and alot more.
I have installed EasyBCD, do you have a bit more details about how to disable boot drive for HDD and it's boot files once it's plugged in?

I can only run the program while HDD is NOT plugged in btw
 
If Windows 8 installations are on MBR disks you can try "Dual-boot Repair" tool that comes with Visual BCD.
Just click on "Automatic Repair".

If your installations are on GPT disks then for repairing you have to take manual steps:
Use "bcdboot.exe" utility to fix booting for both systems (read carefully command line options) you have to specify source path of Windows installation and destination drive of boot files.
For example:
bcdboot c:\windows
(most common case to resolve booting for Windows installed on c: drive, destination is "system" partition)

Fix booting for first installation, then for second = two bcdboot commands.
 
Back
Top