Les instructions de /etc/default/grub
say to run vbeinfo
,
# 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' #GRUB_GFXMODE=640x480
mais cette commande ne se trouve pas dans GRUB,
grub> vbeinfo
error: can't find command `vbeinfo'.
ou dans le terminal:
$ vbeinfo
vbeinfo: command not found
Où est-ce?
grub2
uefi
display-resolution
ændrük
la source
la source
vbeinfo est un module dans grub-pc, pas dans grub-efi. Je suppose que vous pouvez démarrer un média externe avec l'ancien grub et exécuter vbeinfo, mais il ne fait pas partie du nouveau grub. Un démarrage probablement sécurisé a conduit à certaines restrictions sur ce que grub peut exécuter.
la source