|
grub4dos-for_UEFI-2022-01-18版本感觉还是有问题。
vmware虚拟机里面测试启动没有问题。
但是实体机测试,直接黑屏了,出不了菜单。
更换了grub4dos-for_UEFI-2021-08-17可以出菜单。
都是同一个菜单啊。
graphicsmode -1 800 600
#foreground FFFFFF
#background 0000AD
find --set-root /EFI/grub/unifont.hex.gz
font /EFI/grub/unifont.hex.gz
#font /EFI/grub/UNIFONT.7z
#font --font-high=16 /EFI/grub/unifont.hex16.gz
#font --font-high=40 /EFI/grub/menu40.hex.gz
#ctrl+alt+f12=ScreenShot,save in FAT32 partition
#load -n /EFI/grub/CrScreenshotDxe.efi
#color white/blue blue/yellow light-red/blue 10
#color normal=0x07 highlight=0xF1 helptext=0x07 heading=0x02 standard=0x07 border=0x09
color normal=0x07 highlight=0xE1 helptext=0x07 heading=0x02
timeout 3
default 1
title run-2011yaya2007777
find /EFI/grub/RUN | set bd= ;; echo bd=%bd%
find --set-root ls /boot/imgs/
#find --set-root /boot/imgs/firadisk.img
#command --set-usrpath=%bd%/EFI/grub
command %bd%/EFI/grub/RUN --automenu /boot/imgs/
|
|