I just successfully helped out a friend using EditBINI, so I thought I'd share the experience here in case someone else might benefit from it.
I have a friend who has a Dell Inspirion notebook. Recently he upgraded his HDD from 80GB to 160GB. He used Acronis TrueImage to create an image of the 80GB HDD to an external USB drive, then clone it to the new HDD.
After doing that, his notebook wouldn't boot. It just says:
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.
After mucking around with his machine for a few hours and googling for information, I finally did something that worked. Using EditBINI, I edited his BOOT.INI file from:
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
to
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
I think it has got something to do with a hidden partition on his original Dell HDD that wasn't cloned over to his new harddisk.