/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
它在哪里?
答案1
如果有人仍然关心它实际上
videoinfo
对于 grub-efi
答案2
vbeinfo 是 grub-pc 中的一个模块,而不是 grub-efi 中的一个模块。我想你可以用旧版 grub 启动外部媒体并运行 vbeinfo,但它不是新版 grub 的一部分。安全启动可能对 grub 可以运行的内容有所限制。