So I have two drives installed in my laptop, my main NVME, and a SATA SSD that I use for testing, file storage, etc. My Lubuntu install shows up in EFI as ubuntu, Garuda as Garuda, and so on. Not sure if it's because I don't have my NVME partioned for multiboot, but it always shows up as Boot0016* NVMe: UMIS RPJTJ256MEE1OWX
. I've been wondering, is there a way to change the label of an EFI Boot? I've tried sudo efibootmgr -b 0016 -L Solus
but that doesn't seem to work. From some quick Googling, it seems the only way to change the label with efibootmgr
is when you create a new one. Other distros seem to put this information in /etc/grub/grub.conf or a similar configuration file. Is there such a file in Solus? If so where could I find it and is it possible to update EFI labels?