I wanted to try out the Burg boot loader, so I typed in the following commands: sudo add-apt-repository ppa:ingalex/super-boot-manager sudo apt-get update sudo apt-get install burg That was just slowing down my boot, and I didn't have any control about the ubuntu recovery manager, besides, it was booting up ubuntu safe mode. I re-installed grub2 by entering: sudo mount /dev/sda5 /mnt sudo grub-install --root-directory=/mnt /dev/sda That didn't work too well... It ended up making my machine put up a grub command line. I'm trying to restore the grub OS choice menu, but don't know the commands to do that.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Try this for the second command:
And you're sure your Ubuntu is on sda5, I assume. Use
to be sure. I also assume you're running this from a LiveCD. |
|||
|