How do I know which grub version is used and how to configure it?

Ralf Mardorf kde.lists at yahoo.com
Tue Dec 17 15:25:44 UTC 2024


On Tue, 2024-12-17 at 15:03 +0100, Bo Berglund wrote:
> > In the BIOS/UEFI menu you can see the order of the boot devices.
> > There you can see which GRUB your BIOS/UEFI is targeting.
> 
> Where do I find the BIOS/UEFI file?
> Seems not to exist here....

Hi,

there is no file on your Linux. It's provided by the firmware.

https://www.youtube.com/watch?v=wLTusKkElcg

Btw. instead of pushing the del key, pushing the del key, pushing the
del key, pushing the del key, I'm using a GRUB menu entry to open the
UEFI settings dialog.

$ grep -i firmware -A2 /boot/grub/grub.cfg 
menuentry "    UEFI Firmware Settings" --id 'uefi-firmware' {
        fwsetup
}

Regards,
Ralf




More information about the ubuntu-users mailing list