Grub has server options which I don't want

Asked by gazmania

Hi My GRUB has options for Ubuntu server and Ubuntu Server recovery. How can I remove those options from GRUB?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu grub Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ralph Janke (txwikinger) said :
#1

Thanks for the question.

The menu for grub is configured in "/boot/grub/menu.lst"

More information about grub can be found at https://help.ubuntu.com/community/GrubHowto

I hope this helps.

Revision history for this message
gazmania (mail2gaz) said :
#2

Hi forgive my ignorance. I am really new to Ubuntu. I put /boot/grub/menu.lst into terminal and got..

bash: /boot/grub/menu.lst: Permission denied

so I put "Sudo" in front of it (not even sure what "sudo" does and got...

sudo: /boot/grub/menu.lst: command not found

Revision history for this message
Ralph Janke (txwikinger) said :
#3

Well, you need to use an editor. You can use vi or nano:

sudo vi /boot/grub/menu.lst

or

sudo nano /boot/grub/menu.lst

Here are some more instructions for nano: https://help.ubuntu.com/community/Nano?action=show&redirect=NanoHowto

I hope this helps.

Revision history for this message
Arindam (arindam-biswas) said :
#4

The solution provided here really helps. I tried and it worked.
I was able to edit few option by following the steps mentioned here:
http://www.psychocats.net/ubuntu/startupmanager

Also I was able to edit menu.lst using the command: sudo vi /boot/grub/menu.lst

Thanks for the reply!!

Revision history for this message
Arindam (arindam-biswas) said :
#5

The solution provided here really helps. I tried and it worked.
I was able to edit few option by following the steps mentioned here:
http://www.psychocats.net/ubuntu/startupmanager

Also I was able to edit menu.lst using the command: sudo vi /boot/grub/menu.lst

Thanks for the reply!!

Can you help with this problem?

Provide an answer of your own, or ask gazmania for more information if necessary.

To post a message you must log in.