#1024817 grub2-common: /etc/default/grub still refers to 'vbeinfo' in the comments, should be 'videoinfo' now #1024817
- Package:
- grub2-common
- Source:
- grub2
- Description:
- GRand Unified Bootloader (common files for version 2)
- Submitter:
- Bart Cornelis
- Date:
- 2023-02-23 13:51:03 UTC
- Severity:
- minor
- Tags:
Dear Maintainer, There's currently the following comment in /etc/default/grub: # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' the vbeinfo command in grub does not exist anymore, that should now be videoinfo comment should be changed accordingly
It appears that VBE and 'vbeinfo' are available only with legacy BIOS boot, not UEFI boot. This misled a user with a UEFI setup: <https://forums.debian.net/viewtopic.php?t=154097> Attached patch replaces 'vbeinfo' with 'videoinfo' which provides the same information and is available with both BIOS and UEFI boot. Thanks.