无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
查看: 1698|回复: 9
打印 上一主题 下一主题

[求助] grub4dos-0.4.5c & grub4dos-0.4.6a 第三层菜单解析度问题

[复制链接]
跳转到指定楼层
1#
发表于 2023-10-8 07:38:57 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
这几天测试发现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, 下载次数: 77)

640.jpg
2#
发表于 2023-10-8 08:43:05 | 只看该作者
谢谢分享
回复

使用道具 举报

3#
发表于 2023-10-8 08:57:58 | 只看该作者
好软件,必须赞
回复

使用道具 举报

4#
发表于 2023-10-8 10:03:10 | 只看该作者

谢谢分享
回复

使用道具 举报

5#
发表于 2023-10-8 10:06:11 | 只看该作者
是你的错觉。
注释掉主菜单、一二级子菜单里的 terminal console
在主菜单、一二级子菜单里加载同一张背景图  splashimage /boot/grub/xx.jpg ,尺寸为 1024*768 或者 800*600
回复

使用道具 举报

6#
发表于 2023-10-8 11:40:52 | 只看该作者
ok
回复

使用道具 举报

7#
发表于 2023-10-8 13:13:39 | 只看该作者
谢谢分享
回复

使用道具 举报

8#
发表于 2023-10-9 11:06:23 | 只看该作者
建 议出视频,详尽地解释。代码太多,有耐心看下去,也难实践成功!!错一个符号都不行!!!!
回复

使用道具 举报

9#
发表于 2023-10-12 15:27:12 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

10#
发表于 2023-11-15 08:21:10 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-5-7 18:33

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表