‘vbeinfo’를 어떻게 실행합니까? on graphical terminal # note that

의 지침 /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

어 Where 어?



답변

여전히 관심이 있다면

videoinfo

그럽 이피


답변

vbeinfo는 grub-efi가 아닌 grub-pc의 모듈입니다. 이전 grub으로 외부 미디어를 부팅하고 vbeinfo를 실행할 수 있지만 새 grub의 일부는 아닙니다. 아마도 안전한 부팅으로 인해 grub이 실행할 수있는 항목이 일부 제한되었습니다.


답변