ventoy / Ventoy

A new bootable USB solution.
https://www.ventoy.net
GNU General Public License v3.0
61.9k stars 4.03k forks source link

[issue]: #1369

Open cxykevin opened 2 years ago

cxykevin commented 2 years ago

Official FAQ

Ventoy Version

1.0.63

What about latest release

Yes. I have tried the latest release, but the bug still exist.

BIOS Mode

Both

Partition Style

MBR

Disk Capacity

32GB

Disk Manufacturer

SanDisk

Image file checksum (if applicable)

Yes.

Image file download link (if applicable)

https://www.sysceo.com/Software-softwarei-id-231.html (USM全能版v3)

What happened?

启动USM镜像v3全能花屏 有倒计时 好过一两次 vmware无此问题 主板技嘉,内存4+8G(金士顿和KingDian,1333/1600) 内存盘直接无法启动进grub 仅测试BIOS UEFI在电脑上无法启动,直接进系统了 希望解决这两个问题 如果可以加qq2630904720或邮箱cxykevin@yeah.net 我几乎访问不了GitHub

ventoy.json:

{
    "control":[
        { "VTOY_SORT_CASE_SENSITIVE": "1" },
        { "VTOY_MAX_SEARCH_LEVEL": "10" },
        { "VTOY_VHD_NO_WARNING": "1" },
        { "VTOY_WIN11_BYPASS_CHECK": "1" },
        { "VTOY_MENU_TIMEOUT": "15" },
        { "VTOY_HELP_TXT_LANGUAGE": "zh_CN" },
        { "VTOY_DEFAULT_SEARCH_ROOT": "/image_file" },
        { "VTOY_DEFAULT_IMAGE": "/image_file/U盘魔术师USMwinpe.iso" }
    ],
    "theme":{
        "file": "/ventoy/theme/theme.txt",
        "gfxmode": "800x600x16",
        "ventoy_left": "50%",
        "ventoy_top": "0%",
        "ventoy_color": "#ffffff"
    },
    "menu_class":[
        {
            "key": "Debian",
            "class": "debian"
        },
        {
            "key": "Deepin",
            "class": "deepin"
        },
        {
            "key": "MS-",
            "class": "windows"
        },
        {
            "key": "ubuntu",
            "class": "ubuntu"
        },
        {
            "key": "winpe",
            "class": "driver"
        },
        {
            "key": "win",
            "class": "windows"
        }
    ],
    "password":{
        "bootpwd": "txt#123456"
    }
}
ventoy commented 2 years ago

花屏问题一般只出现在Legacy BIOS模式,你可以切换成UEFI模式测试。 如果不想切换或者不能切换,则可以参考官网的说明: https://www.ventoy.net/cn/doc_fuzzy_screen.html

UEFI 无法启动的问题,应该是没有在BIOS里面关闭安全启动的缘故。

cxykevin commented 2 years ago

我uefi开了安全启动支持就好了,但部分功能只能在bios模式下用(如2003pe和自定义映像还有maxods(wepe可以在16位颜色下bios启动))

cxykevin

发件人: longpanda 发送时间: 2022年1月13日 9:39 收件人: ventoy/Ventoy 抄送: cxykevin; Author 主题: Re: [ventoy/Ventoy] [issue]: (Issue #1369)

花屏问题一般只出现在Legacy BIOS模式,你可以切换成UEFI模式测试。 如果不想切换或者不能切换,则可以参考官网的说明: https://www.ventoy.net/cn/doc_fuzzy_screen.html UEFI 无法启动的问题,应该是没有在BIOS里面关闭安全启动的缘故。 — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>