Efi Entry

Asked by Synema

Hi! How can i change the Efi entries in bios?
With my customized installer, the bios entries still ubuntu, even after i changed everything to my own OS name

Question information

Language:
English Edit question
Status:
Answered
For:
Cubic Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cubic PPA (cubic-wizard) said :
#1

Where (which files) did you make changes to your own OS name?

Revision history for this message
Synema (kensei99) said :
#2

if i remember well, grub.cfg

Revision history for this message
Cubic PPA (cubic-wizard) said :
#3

If you change grub.cfg, loopback.cfg, isolinux.cfg or txt.cfg, these will affect what you see in the **grub** menu in various situations.

However, if you want to change the entry you see in you **System BIOS** (when you press F12 or Del or other key during boot up), that is something different... and I'm not sure that is possible.

You can check out efibootmgr which will allow you to see and remove existing entries (from an installed system)...

    $ sudo apt install efibootmgr

    $ sudo modprobe efivars

    $ sudo efibootmgr -v

I suspect the name "ubuntu" is hard-coded / compiled into one of the binary files (may be in the `shim` package ???)

Can you help with this problem?

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

To post a message you must log in.