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
bootrecoptions 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!