How do I edit available OS's in GRUB loading screen?

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
tall

How do I edit available OS's in GRUB loading screen?

Post by tall »

Hi,

I have Vista and Mint (Gloria) playing nicely with a dual-boot.

I recently did some partitioning, reinstalling both OS's ,etc.

Everything works fine ...except:

It's kind of annoying how the GRUB loading screen offers me two "Vista" installs to load. One is the Dell "System Recovery" partition and the other is actually Vista.

Is there a way I can go and 1) either remove the System Recovery from the available booting options, or 2) rename it at the very least so I don't have two partitions with the same name (again, they are both just called "Vista")

Thanks!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
emorrp1

Re: How do I edit available OS's in GRUB loading screen?

Post by emorrp1 »

yep, open the /boot/grub/menu.lst file as root, scroll to the bottom and either remove the entry you don't want (they're in order) or change the title line to something more useful. Make sure to only change the vista entries.
User avatar
Zwopper
Level 10
Level 10
Posts: 3054
Joined: Fri Nov 30, 2007 12:20 pm
Location: Deep in the Swedish woods
Contact:

Re: How do I edit available OS's in GRUB loading screen?

Post by Zwopper »

Code: Select all

gksu gedit /boot/grub/menu.lst
...and edit away! :)

EDIT: Dang! - emorrp1 beat me to it! :)

EDIT 2: Fixed typo and wrong information.
Last edited by Zwopper on Mon Sep 14, 2009 1:32 am, edited 1 time in total.
Image
My artwork at deviantART | My Band - Electric Alchemea
CREA DIEM!

Lenovo U330P | i5 | 16GB | 128GB - SSD | Elemantary OS 0.4
User avatar
atlef
Level 4
Level 4
Posts: 306
Joined: Sun Nov 18, 2007 8:20 am
Location: Stavanger NORWAY

Re: How do I edit available OS's in GRUB loading screen?

Post by atlef »

Zwopper wrote:

Code: Select all

sudu gedit /boot/grub/menu.lst
...and edit away! :)

EDIT: Dang! - emorrp1 beat me to it! :)
It should be sudo, not sudu. And you do not do this from terminal, but
alt+F2 and write gksu gedit /etc/apt/sources.list
atlef.
User avatar
Zwopper
Level 10
Level 10
Posts: 3054
Joined: Fri Nov 30, 2007 12:20 pm
Location: Deep in the Swedish woods
Contact:

Re: How do I edit available OS's in GRUB loading screen?

Post by Zwopper »

atlef wrote:
Zwopper wrote:

Code: Select all

sudu gedit /boot/grub/menu.lst
...and edit away! :)

EDIT: Dang! - emorrp1 beat me to it! :)
It should be sudo, not sudu. And you do not do this from terminal, but
alt+F2 and write gksu gedit /etc/apt/sources.list
atlef.
sudo=True - > Keyslip - sorry!
gksu=Also true - my usual way of doing it is through nano, so in my case it is:

Code: Select all

sudo nano  /boot/grub/menu.lst
:D

Goes to show, you shouldn't type when you're tired! :mrgreen:
Last edited by Zwopper on Mon Sep 14, 2009 12:16 pm, edited 1 time in total.
Image
My artwork at deviantART | My Band - Electric Alchemea
CREA DIEM!

Lenovo U330P | i5 | 16GB | 128GB - SSD | Elemantary OS 0.4
User avatar
atlef
Level 4
Level 4
Posts: 306
Joined: Sun Nov 18, 2007 8:20 am
Location: Stavanger NORWAY

Re: How do I edit available OS's in GRUB loading screen?

Post by atlef »

Just to pick on your typo's, shouldn't it be shouldn't. :twisted:

Here is my last one: Thread.
:mrgreen:

atlef.
User avatar
Zwopper
Level 10
Level 10
Posts: 3054
Joined: Fri Nov 30, 2007 12:20 pm
Location: Deep in the Swedish woods
Contact:

Re: How do I edit available OS's in GRUB loading screen?

Post by Zwopper »

atlef wrote:Just to pick on your typo's, shouldn't it be shouldn't. :twisted:

Here is my last one: Thread.
:mrgreen:

atlef.
LOL! :lol:
Image
My artwork at deviantART | My Band - Electric Alchemea
CREA DIEM!

Lenovo U330P | i5 | 16GB | 128GB - SSD | Elemantary OS 0.4
Locked

Return to “Installation & Boot”