I have an Asus T91MT netbook on which I used to have Windows 7 Home Premium and Ubuntu 10.10 installed (dual boot).
After trying to upgrade to Ubuntu 11.04, Ubuntu is no longer able to boot, so I tried to uninstall Ubuntu completely and then reinstall it. Following these directions, I tried using EasyBCD to bypass the GRUB2 bootloader so that after uninstalling, it would automatically boot into Windows 7.
However, after doing the "install BCD" step and restarting, I got the following message:
Windows Boot Manager
Windows failed to start. A recent hardware or software change might be the cause. To fix the problem: 1. Insert your Windows installation disc and restart your computer. 2. Choose your language settings, and then click "Next." 3. Click "repair your computer." If you don't have this disc, contact your system administrator or computer manufacturer for assistance. File: \Boot\BCD Status: 0xc0000098 Info: The Windows Boot Configuration Data file does not contain a valid OS entry.
I'm currently trying to create a USB stick of the Windows Installation disc but in the mean time, I can only boot from a Ubuntu USB stick.
Is there anything I can do from within Ubuntu to fix this? Or does anyone have any other suggestions/solutions?
I think I can help you. You can boot Windows again using the Ubuntu live CD:
If everything goes well you should be able to boot again. That's the way I resolved this issue on my own computer. If it doesn't work, you could try using the Windows repair disk.
You can try booting off any Windows 7 disk to get to the command line. After which a simple bootrec /RebuildBcd
should do the trick.
If the old BCD cannot be found, chances are your partition layout changed, either deliberately or done by the Ubuntu installer. Try to roll back the partition changes, or use the repair console on a Windows 7 installation DVD and enter:
This prevents you from booting your old Ubuntu installation, but you can repair that at a later time.
boot you notebook with windows 7 and choose Repair your computer
and startup repair
and then the windows seven bootmenu will be installed then add your ubuntu with easybcd to windows 7 bootloader
Easybcd is using its own bootloader and so creating problems. There is no need of third party boot loader. GRUB2 and Windows boot loader are enough for dual-booting Windows 7 and Ubuntu.
You can use this tutorial https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows to repair dual-booting.
User contributions licensed under CC BY-SA 3.0