2
2
It's been eight hours now that I try fixing my windows system. After I uninstalled ubuntu, and moved the windows seven partition to fill the space freed by the operation, I tried to fix the Windows 7 boot process by running
bootrec /fixmbr
bootrec /fixboot
bottrec /rebuildbcd
My config was detected and everything, but then I got a black screen when booting, with nothing but a blinking cursor.
Basically, I've tried everything I had known to work in such situations:
- Startup repair (didn't work, didn't find any problem)
- all
bootrec
options bootsect /nt60 C:
bootsect /nt60 C: /mbr
, andbootsect /nt60 ALL
- Removed the bcd file and recreated it
Here is what I noticed : removeing the bootmgr file didn't trigger any subsequent bug. I guess the loader is not even loading up to this point.
What can I do? I'm quite desperate, and I really wish not to reinstall the system... Is there a way to repare the full boot process?
Thanks!
Start recovering your data using a Live CD before you mess the partition up too much. Good Luck – jamesbtate – 2010-06-30T17:51:14.543
you might need to use bcdedit to fix things. – user33788 – 2010-06-30T18:46:40.440
The 'bottrec' command completely wrecks things, didn't you know? Or maybe this is what happens when you do something like replace Linux with Windows. The interesting question: is it Windows 7 refusing to have anything to do with a machine that's had Linux on it, or Linux wrecking things so that Windows 7 has no idea what to do with it? – Jonathan Leffler – 2010-07-01T00:59:44.310