/etc/default/grub
说要运行的说明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
但是在GRUB中找不到该命令,
grub> vbeinfo
error: can't find command `vbeinfo'.
或在终端中:
$ vbeinfo
vbeinfo: command not found
它在哪里?