无忧启动论坛

标题: grub4dos-0.4.5c & grub4dos-0.4.6a 第三层菜单解析度问题 [打印本页]

作者: alex20092009    时间: 2023-10-8 07:38
标题: grub4dos-0.4.5c & grub4dos-0.4.6a 第三层菜单解析度问题
这几天测试发现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






640.jpg (486.46 KB, 下载次数: 122)

640.jpg

作者: lx5815    时间: 2023-10-8 08:43
谢谢分享
作者: zlq_hysy    时间: 2023-10-8 10:03

谢谢分享
作者: 2011yaya2007777    时间: 2023-10-8 10:06
是你的错觉。
注释掉主菜单、一二级子菜单里的 terminal console
在主菜单、一二级子菜单里加载同一张背景图  splashimage /boot/grub/xx.jpg ,尺寸为 1024*768 或者 800*600
作者: 创新科技2015    时间: 2023-10-8 11:40
ok
作者: yc2428    时间: 2023-10-8 13:13
谢谢分享
作者: rbwrbw    时间: 2023-10-9 11:06
建 议出视频,详尽地解释。代码太多,有耐心看下去,也难实践成功!!错一个符号都不行!!!!
作者: nowayer    时间: 2023-10-12 15:27
提示: 作者被禁止或删除 内容自动屏蔽
作者: nowayer    时间: 2023-11-15 08:21
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 无忧启动论坛 (http://wuyou.net./) Powered by Discuz! X3.3