LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-20-2012, 01:25 PM   #1
JESSEJJ89
Member
 
Registered: Dec 2011
Location: North America
Distribution: Gentoo
Posts: 50

Rep: Reputation: 5
How to restore Grub's appearances safety ?


I used "Grub Customizer 3.0.2" to change the appearances on the grub, but it looks nothing like the options I choose. It looks terrible with debugging look a like symbols. Is there a way to safely restore Grub's original appearances ? Re-installing Grub perhaps ?

OS: Ubuntu 12.04 LTS
 
Old 09-21-2012, 08:20 AM   #2
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Rep: Reputation: Disabled
No. Thats a little overkill.

open your /boot/grub/grub.conf

you will probably have a lot of extra junk in there.
It should probably look more like this

#FYI you can comment out lines you don't need with a "#" rather than deleting them.
#IF you think you might use it later it's probably a good idea.

Code:
default 0                                                 #The default option
timeout 30                                                #How long grub will wait
splashimage=(hd0,2)/grub/grublogo.xpm.gz                  #optional, this is just the splash

title Gentoo Linux 3.4.9 build 2                          #Name of your linux distro
root (hd0,5)                                              #Root partition location
kernel (hd0,2)/vmlinuz-3.4.9-gentoo-build2 root=/dev/sda6 #Kernel Location

title Gentoo Linux 3.4.9 build 1                          #This can be removed 
root (hd0,5)                                              #unless you had multiple
kernel (hd0,2)/vmlinuz-3.4.9-gentoo-build1 root=/dev/sda6 #kernels.
			
title Winstupid                                           #Windows requires it's own boot 
rootnoverify (hd0,1)                                      #loader and requires chain loading
makeactive                                                #to pass control of the active
chainloader +1                                            #partition
if you need any more specific help, paste the output of
Code:
fdisk -l
and
Code:
ls /boot/
 
Old 09-21-2012, 09:47 AM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Editing gurb.cfg is not the way to fo, since it is an automatically generated file and will be rebuilt occasionally on updates.
It is better to edit /etc/default/grub and the files in /etc/grub.d/ and then launch a rebuild of grub.cfg with
Code:
sudo update-grub
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Restore GRUB Nilesh.Shah Linux - Hardware 6 01-09-2010 11:43 AM
restore grub slack3r Slackware 5 01-31-2008 02:52 AM
Editing color appearances for SSH connections young_rhkid Linux - Newbie 6 10-31-2007 09:34 PM
Grub Restore roopunix Linux - Networking 5 08-29-2005 05:29 PM
appearances Tekai Linux - Newbie 1 10-08-2004 10:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration