Error: 0xc0000098 when dual booting Ubuntu alongside Windows 7

0

I have been wanting to install Ubuntu on my laptop for some time now, but every time I try I get this message when I boot after installing Ubuntu:

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: \ubuntu\winboot\wubildr.mbr   Status: 0xc0000098   Info: The selected item could not be initialized, because the program is missing or is damaged.

I can press Enter to continue and then I get a boot choice between Ubuntu and Windows 7, but if I choose Ubuntu I get the same message as above. If I launch Windows 7, there are no problems and my OS runs as normal. Why can't I boot Ubuntu, and how do I fix this?

windows-7
windows
ubuntu
multi-boot
asked on Super User Nov 20, 2013 by IncrediblePony • edited Nov 24, 2015 by karel

1 Answer

1

What you are experiencing is quite common. The point is that your MBR (or equivalent for UEFI) has been corrupted in the process. Your first line of defense is the installation of Boot-Repair, a utility available in Ubuntu that addrresses exactly this sort of problems. You may want to try it. You find the instructions to download it on a Ubuntu Manpage. The same page also contains instructions to run it. Its first attempt is totally automatic and, in my experience solves most of the problems.

Should this fail, the output with the details of the failure would be most helpful.

answered on Super User Nov 20, 2013 by MariusMatutiae

User contributions licensed under CC BY-SA 3.0