05-12-2016, 03:47 PM
Editing the titles for the Grub menuentries is a chore.
You would have to open /boot/grub/grub.cfg in your text editor.Then find each menuentry you want to edit. Anything inside the 'quote' marks can be edited.
EXAMPLE:
menuentry 'Korora release 23 (Coral) (on /dev/sda4)' --class gnu-linux --class gnu --class os
can be changed to:
menuentry 'Korora 23 on /dev/sda4' --class gnu-linux --class gnu --class os
Then after your edits are complete, save a copy of /boot/grub/grub.cfg to make editing a bit easier the next time you have to do it - which will be every time you do "sudo update-grub".
You would have to open /boot/grub/grub.cfg in your text editor.
Code:
gksudo leafpad /boot/grub/grub.cfg
EXAMPLE:
menuentry 'Korora release 23 (Coral) (on /dev/sda4)' --class gnu-linux --class gnu --class os
can be changed to:
menuentry 'Korora 23 on /dev/sda4' --class gnu-linux --class gnu --class os
Then after your edits are complete, save a copy of /boot/grub/grub.cfg to make editing a bit easier the next time you have to do it - which will be every time you do "sudo update-grub".
Linux Lite 2.2 (64 bit), Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Microsoft-free environment since 1996
Microsoft-free environment since 1996