Skip to content

Instantly share code, notes, and snippets.

@psgganesh
Created July 15, 2016 12:21
Show Gist options
  • Save psgganesh/0a8ac0f220d2530d9c6cd3298934e997 to your computer and use it in GitHub Desktop.
Save psgganesh/0a8ac0f220d2530d9c6cd3298934e997 to your computer and use it in GitHub Desktop.
Grub2 on ubuntu 12.04
# 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