|
这几天测试发现grub4dos 0.4.5c, grub4dso 0.4.6a ( 测试官网任何版本都会发生)在第三层菜单设定800x600后,
进入到第三层菜单解析度从萤幕看感觉像是640x480 的解析度, (测试改在第三层菜单设定1024x768后,
进入到第三层菜单解析度从萤幕是1024x768是正常的),
**********
第一层菜单mainmenu.lst
clear
#pxe detect
#configfile
terminal console
#setmenu --ver-off
## Eliminate the item number that appears in the top right corner of the menu
debug off
## Default launch the menu item
default 2
## Fallback to the entry
#fallback 1
## Set Reciprocal Timing
#timeout 300
## menu border color
color border=0xEEFFEE
## set vbe mode
#graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32
graphicsmode -1 1024
## loading unifont
font /boot/grub4/font/unifont.hex.gz
title \n
root
title [ Microsoft Windows Operating System Installation Manager ]\n
root
title Microsoft Windows XP with Service Pack 3 (multi-language) [multi-function mode]
#iftitle [find --ignore-floppies --ignore-cd /boot/grub4/grub_menu/winxp_all.lst] Microsoft Windows XP with Service Pack 3 (multi-edition)
find --set-root /boot/grub4/grub_tag/usbdrive.tag > nul
configfile /boot/grub4/grub_menu/winxp_all.lst
title \n
root
title Microsoft Windows 10 version 22h2 updated march 2023 (multi-language)
#iftitle [find --ignore-floppies --ignore-cd /boot/grub4/grub_menu/win10_mainmenu.lst] Microsoft Windows 10 version 22h2 updated march 2023 (multi-edition)
find --set-root /boot/grub4/grub_tag/usbdrive.tag > nul
configfile /boot/grub4/grub_menu/win10_multi_menu.lst
title \n
root
title Microsoft Windows 11 version 22h2 updated march 2023 (multi-language)
#iftitle [find --ignore-floppies --ignore-cd /boot/grub4/grub_menu/win11_mainmenu.lst] Microsoft Windows 11 version 22h2 updated march 2023 (multi-edition)
find --set-root /boot/grub4/grub_tag/usbdrive.tag > nul
configfile /boot/grub4/grub_menu/win11_multi_menu.lst
**********
第二层菜单 win10_multi_menu.lst
clear
#pxe detect
#configfile
terminal console
#setmenu --ver-off
## Eliminate the item number that appears in the top right corner of the menu
debug off
## Default launch the menu item
default 2
## Fallback to the entry
#fallback 1
## Set Reciprocal Timing
#timeout 300
## menu border color
color border=0xEEFFEE
## set vbe mode
#graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32
graphicsmode -1 800
## loading unifont
font /boot/grub4/font/unifont.hex.gz
#title \n
#root
title Microsoft Windows 10 version 22h2 updated june 2023 (multi-language)
#iftitle [find --ignore-floppies --ignore-cd /boot/grub4/grub_menu/win10_multi_22h2_upd_june_2023.lst] Microsoft Windows 10 version 22h2 updated june 2023 (multi-edition)
find --set-root /boot/grub4/grub_tag/usbdrive.tag > nul
configfile /boot/grub4/grub_menu/win10_multi_22h2_upd_june_2023.lst
**********
第三层菜单win10_multi_22h2_upd_june_2023.lst
clear
#pxe detect
#configfile
terminal console
#setmenu --ver-off
## Eliminate the item number that appears in the top right corner of the menu
debug off
## Default launch the menu item
default 2
## Fallback to the entry
#fallback 1
## Set Reciprocal Timing
#timeout 300
## menu border color
color border=0xEEFFEE
## set vbe mode
#graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32
graphicsmode -1 800
## loading unifont
font /boot/grub4/font/unifont.hex.gz
title Microsoft Windows 10 consumer editions version 22h2 updated june 2023 64bit_x64
#iftitle [find --set-root --ignore-floppies --ignore-cd /winisos/en-us_windows_10_consumer_editions_version_22h2_updated_june_2023_x64_dvd_u_4ed7dac5.iso] Microsoft Windows 10 consumer editions version 22h2 updated june 2023 64bit_X64
set isofile=en-us_windows_10_consumer_editions_version_22h2_updated_june_2023_x64_dvd_u_4ed7dac5.iso
set iso_file=/winisos/en-us_windows_10_consumer_editions_version_22h2_updated_june_2023_x64_dvd_u_4ed7dac5.iso
|
|