Le istruzioni in /etc/default/grub
dicono di eseguire 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
ma quel comando non è stato trovato in GRUB,
grub> vbeinfo
error: can't find command 'vbeinfo'.
o nel terminale:
$ vbeinfo
vbeinfo: command not found
Dove si trova?