ventoy / Ventoy

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

[issue]: 无法启动一切WinPE镜像,内存盘模式可以正常启动 #1907

Open cxykevin opened 1 year ago

cxykevin commented 1 year ago

Official FAQ

Ventoy Version

1.0.80

What about latest release

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

Try alternative boot mode

Yes. I have tried them, but the bug still exist.

BIOS Mode

Legacy BIOS Mode

Partition Style

MBR

Disk Capacity

64GB

Disk Manufacturer

BANQ

Image file checksum (if applicable)

No.

Image file download link (if applicable)

Any winPE (from:next.itellyou.com, www.wepe.com.cn, home.edgeless.top)

What happened?

ventoy 1.0.80 无法启动一切WinPE镜像,包括安装镜像和第三方PE(EDGLESS,WePE1.02x86),内存盘可以正常启动 Linux可以正常启动(测试镜像为kali linux 2022.1 i386) 为了方便已经将镜像开启 自动内存盘

需要可以提供配置文件 尝试过文字模式

cxykevin


以下为配置文件:

{
    "control":[
        { "VTOY_TREE_VIEW_MENU_STYLE": "1" },
        { "VTOY_MAX_SEARCH_LEVEL": "1" },
        { "VTOY_LINUX_REMOUNT": "1" },
        { "VTOY_MENU_TIMEOUT": "3" },
        { "VTOY_HELP_TXT_LANGUAGE": "zh_CN" },
        { "VTOY_DEFAULT_SEARCH_ROOT": "/system_iso" },
        { "VTOY_DEFAULT_IMAGE": "/system_iso/WinPE/WinPE_WePE_x86_V1.2.iso" }
    ],
    "theme":{
        "file":[
            "/ventoy/theme/theme.txt",
            "/ventoy/theme/bigsur/theme.txt"
        ],
        "default_file": 1,
        "ventoy_left": "50%",
        "ventoy_top": "0%",
        "ventoy_color": "#ffffff",
        "fonts":[
            "/ventoy/theme/bigsur/terminus-12.pf2",
            "/ventoy/theme/bigsur/terminus-14.pf2",
            "/ventoy/theme/bigsur/terminus-16.pf2",
            "/ventoy/theme/bigsur/DejaVuSans-48.pf2",
            "/ventoy/theme/bigsur/DejaVuSans-Regular-14.pf2"
        ]
    },
    "menu_class":[
        {
            "key": "arch",
            "class": "arch"
        },
        {
            "key": "centOS",
            "class": "centos"
        },
        {
            "key": "debian",
            "class": "debian"
        },
        {
            "key": "deepin",
            "class": "deepin"
        },
        {
            "key": "kali",
            "class": "kali"
        },
        {
            "key": "macos",
            "class": "macos"
        },
        {
            "key": "ubuntu",
            "class": "ubuntu"
        },
        {
            "key": "windows",
            "class": "windows"
        },
        {
            "key": "WinPE",
            "class": "windows"
        },
        {
            "dir": "/system_iso/Linux",
            "class": "kali"
        },
        {
            "dir": "/system_iso/Windows",
            "class": "windows"
        },
        {
            "dir": "/system_iso/WinPE",
            "class": "windows"
        }
    ],
    "persistence":[
        {
            "image": "/system_iso/Linux/kali_linux_2021-4a_x86.iso",
            "backend":[
                "/system_iso/Saves/kali_ext4_4GB_persistence.dat"
            ],
            "timeout": 3,
            "autosel": 1
        }
    ],
    "password":{
        "bootpwd": "md5#****#***************************************"
    },
    "auto_memdisk":[
        "/system_iso/WinPE/WinPE_WePE_x86_V1.2.iso",
        "/system_iso/WinPE/WinPE_Edgeless_x64_Beta4.1.0.iso"
    ]
}
ventoy commented 1 year ago
  1. 老版本能正常启动吗?
  2. UEFI模式能正常启动吗?
  3. Wimboot模式能正常启动吗?
cxykevin commented 1 year ago

老版本(指1.6x)可以 电脑是传统引导的,我的主要使用场景也是传统引导 没有测试,但不建议(需要配置文件,无法动态变化[镜像文件名长度不固定,习惯问题])

ventoy commented 1 year ago

WIMBOOT 模式不需要配置文件,在最新的版本中,启动ISO文件时会自动弹出二级菜单,你选择使用 WIMBOOT 模式启动即可。 https://www.ventoy.net/cn/doc_secondary_boot_menu.html

(当然你得把你配置的 auto_memdisk 去掉,否则不会弹出这个菜单,会自动使用memdisk模式启动。)

dinphy commented 1 year ago

WIMBOOT 模式不需要配置文件,在最新的版本中,启动ISO文件时会自动弹出二级菜单,你选择使用 WIMBOOT 模式启动即可。 https://www.ventoy.net/cn/doc_secondary_boot_menu.html

(当然你得把你配置的 auto_memdisk 去掉,否则不会弹出这个菜单,会自动使用memdisk模式启动。)

我用的最新版,也遇到了这个问题,反复测试后,不管是GTP 还是 MBR 模式都不能以正常模式启动PE工具,但WIMBOOT模式和MEMDISK模式能启动,就是加载速度太慢了。希望能尽快修复这个BUG,每次这样操作很浪费时间。

ventoy commented 1 year ago

WIMBOOT 模式不需要配置文件,在最新的版本中,启动ISO文件时会自动弹出二级菜单,你选择使用 WIMBOOT 模式启动即可。 https://www.ventoy.net/cn/doc_secondary_boot_menu.html (当然你得把你配置的 auto_memdisk 去掉,否则不会弹出这个菜单,会自动使用memdisk模式启动。)

我用的最新版,也遇到了这个问题,反复测试后,不管是GTP 还是 MBR 模式都不能以正常模式启动PE工具,但WIMBOOT模式和MEMDISK模式能启动,就是加载速度太慢了。希望能尽快修复这个BUG,每次这样操作很浪费时间。

这种问题和机器有关,我自己的机器上不出问题,不好定位。