Created
July 15, 2016 12:21
-
-
Save psgganesh/0a8ac0f220d2530d9c6cd3298934e997 to your computer and use it in GitHub Desktop.
Grub2 on ubuntu 12.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Grub 2 | |
sudo sed -i '$ a\deb http://download.opensuse.org/repositories/home:ksmanis/xUbuntu_12.04/ /' /etc/apt/sources.list | |
wget -q http://download.opensuse.org/repositories/home:ksmanis/xUbuntu_12.04/Release.key -O- | sudo apt-key add - | |
sudo apt-get update | |
sudo apt-get install kcm-grub2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment