|  | 
 
| 以前一直正常使用,周一电脑死机重启后,运行Grub4dos时键盘输入就失效,BIOS设置或进入Windows后或启动WinPE后,键盘输入均正常。 
 
 Grub4dos版本是grub4dos-0.4.6a-2022-01-18
 
 menu.lst 为
 
 if exist (hd1,4)/WD5000AADS || geometry --lba1sector (129)
 debug 0
 errorcheck off
 checkrange 0x21 read 0x8280 && pxe detect NotExist
 terminal graphics
 graphicsmode -1 640:800
 find --set-root --ignore-floppies /grub/unifont.hex.gz
 font /grub/unifont.hex.gz
 password --md5 $1$8$jdetMcTU2F73oc
 default 0
 timeout 8
 
 title 引导系统......
 lock
 configfile (hd0,0)/grub/UTF8.lst
 
 title  启动 Grub 命令行
 debug on
 errorcheck on
 graphicsmode 0x12
 terminal console
 pager on
 pause press any key to continue
 clear
 commandline
 
 请问各位大虾是否遇见过,何解?
 | 
 |