Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

boot manager is missing, ubuntu 12.04

Writer Matthew Barrera

I did a clean installation of ubuntu 12.04 from a usb stick. After installation, first boot was normal so i logged in installed some apps and lenses and downloaded updates. When I rebooted to install updates after bios screen it said boot manager is missing, press alt+ctrl+del to restart. so how can i repair/install mbr? thanx

2

1 Answer

The boot manager for Ubuntu, GRUB2, was probably broken when you were installing updates. Try using Boot Repair to fix it. First boot to the Ubuntu live CD. Open a terminal window and run the following code to install and run boot repair:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair
boot-repair

Then follow the instructions and options in the program to repair your boot.

You can visit for more information.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy