Mandachumbo
Member
Today I start mine computer and got this message on boot in windows x86 or windows x64:
"Windows could not start because of a computer disk hardware configuration problem. Could not read from the selected boot disk.
Check boot path and disk hardware. Please check the Windows documentation about hardware disk configuration and your hardware reference manuals for additional information."
I have windows 7 on Disk 0 partition 1, windows xp x64 in disk 1 partition 1 and windows xp x86 in disk 1 parition 2.
OK, not hard. EasyBCD is too easy and fast. But... i got problem.
When i try make again the Boot sequence, I got this boot.ini for C: (created by EasyBCD)
I go to command prompt and chack information in bootgrabber:
D: is win x64 and F: is win x86, but, where is the tag "multi(0)disk(0)rdisk(1)partition(1)" and "multi(0)disk(0)rdisk(1)partition(2)"???
I try manualy edit boot.ini in C: (win7 x64):
And got again:
Strange because the dual boot is working fine and now, crash :S
Any help?
"Windows could not start because of a computer disk hardware configuration problem. Could not read from the selected boot disk.
Check boot path and disk hardware. Please check the Windows documentation about hardware disk configuration and your hardware reference manuals for additional information."
I have windows 7 on Disk 0 partition 1, windows xp x64 in disk 1 partition 1 and windows xp x86 in disk 1 parition 2.
OK, not hard. EasyBCD is too easy and fast. But... i got problem.
When i try make again the Boot sequence, I got this boot.ini for C: (created by EasyBCD)
Code:
; This boot.ini was automatically generated by NeoSmart Technologies' BootGrabber.exe
; Use EasyBCD from [URL]http://neosmart.net/dl.php?id=1[/URL] to manage your bootloader
[boot loader]
timeout=15
default=\WINDOWS
[operating systems]
\WINDOWS="Windows XP on D:\" /fastdetect
\WINDOWS="Windows XP on F:\" /fastdetect
I go to command prompt and chack information in bootgrabber:
Code:
C:\>BootGrabber.exe /tlist
BootGrabber utility.
Copyright NeoSmart Technologies 2009-2010 <[URL="http://neosmart.net/>D0,1,1,0,250059350016,0"]http://neosmart.net/>
D0,1,1,0,250059350016,0[/URL]
P1,C:\,7,250056705024,48075124736,Yes,multi(0)disk(0)rdisk(0)partition(1),Yes,NT
FS
D1,2,2,1,250059350016,-1
P1,D:\,7,3142024704,712056832,Yes,,Yes,NTFS
P0,,5,107751168000,0,Yes,,No,
P2,F:\,7,107751135744,103019720704,No,,No,NTFS
D: is win x64 and F: is win x86, but, where is the tag "multi(0)disk(0)rdisk(1)partition(1)" and "multi(0)disk(0)rdisk(1)partition(2)"???
I try manualy edit boot.ini in C: (win7 x64):
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windows XP Professional x64 Edition" /fastdetect
multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
And got again:
Code:
"Windows could not start because of a computer disk hardware configuration problem. Could not read from the selected boot disk.
Check boot path and disk hardware. Please check the Windows documentation about hardware disk configuration and your hardware reference manuals for additional information."
Strange because the dual boot is working fine and now, crash :S
Any help?