Page 1 of 1

How can I restore default Mint GRUB

Posted: Sun Aug 24, 2008 8:13 pm
by massing
When I first installed Mint Elyssa I got a nice looking themed GRUB menu. I wanted to make some changes to it like making Windows the first and default entry (sorry it's just so that my wife doesn't get confused !!) so I installed a bit of software using Synaptic called QGRUB editor. This allowed me to easily make the changes I wanted but now I have lost the attractive Mint GRUB and have an ugly looking blue box with plain white text for the options. Please cam anyone tell me how to restore the GRUB menu as per the default installation?

I am new to Linux so please can you explain anything using Terminal in a simple step-by-step manner - Thanks

Re: How can I restore default Mint GRUB

Posted: Sun Aug 24, 2008 8:33 pm
by merlwiz79
1st backup.

Code: Select all

sudo cp /boot/grub/menu.lst /boot/grub/menu.lst
Then open menu.lst

Code: Select all

gksu gedit /boot/grub/menu.lst
Now add this line to the top of the file

Code: Select all

gfxmenu=/etc/grub/message.elyssa
Now save the file.