Does anyone know how to rename boot option?

  • Thread starter Thread starter asd1249jf
  • Start date Start date
AI Thread Summary
The discussion centers on customizing the GRUB boot menu after installing Windows Vista and Fedora 7. Users note that the operating systems are listed as "Fedora 7" and "Other," with some humor about the latter referring to Windows. To rename "Other" to "Windows Vista," users can edit the /boot/grub/menu.lst file or /boot/grub/grub.conf, changing the title line to their preference. It is emphasized that this modification is safe and won't disrupt the boot process. Additionally, there is a suggestion to consult other Fedora/Linux users for further guidance, and a reference to a German group's advice on dual-booting is provided for context.
asd1249jf
So I installed Windows Vista and Fedora 7 Properly, that either system can be booted up on the start.

Here is the funny part - When the GRUB Boot menu comes up, the two names of operating system are as follows : Fedora 7 (of course) and "Other". I'm not sure if this is Fedora's way of using sense of humour of referring Windows as "The Other Operating System" (which would actually be funny lol), but at the moment, I want to know if there is anyway to rename the O/S selection option of "Other" to "Windows Vista".
 
Computer science news on Phys.org
If I wanted to change something in the GRUB, say the default OS or the length of the timer, I'd usually edit this file /boot/grub/menu.lst. I'm using Ubuntu, BTW. Right at the bottom of the file, I have this

Code:
### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title		Microsoft Windows XP Professional
root		(hd0,0)
savedefault
makeactive
chainloader	+1

I suppose I could change the title part to whatever I want, but I'm not sure about it.
You should probably consult other Fedora/Linux users before proceeding.
 
Actually, if you had paid close attention when installing Fedora, the option was available to write whatever name you wanted to the Boot list.

This is the way a German group advices to carry out the task in Fedora.

Yes it is for Fedora 6 : but it is still relevant to what you asked.

www.hentzenwerke.com/wp/dualboot_fc6xp.pdf

Aquafire
 
neutrino said:
If I wanted to change something in the GRUB, say the default OS or the length of the timer, I'd usually edit this file /boot/grub/menu.lst. I'm using Ubuntu, BTW. Right at the bottom of the file, I have this

Code:
### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title		Microsoft Windows XP Professional
root		(hd0,0)
savedefault
makeactive
chainloader	+1

I suppose I could change the title part to whatever I want, but I'm not sure about it.
You should probably consult other Fedora/Linux users before proceeding.

Yep, you can rename it to whatever you want without breaking it. My grub menu has 2 linux kernels and "Windows Vista Super Home Business Platinum Pirate Edition 2000%".
 
...if you don't have the menu.lst go for /boot/grub/grub.conf, which is actually what the link menu.lst points to.
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top