longpanda

Results 532 comments of longpanda

双击 `VentoyPlugson.exe` 选择 U盘,点击 `启动` 按钮,会自动弹出浏览器窗口。在弹出的窗口中点击左侧 `全局控制插件` ,之后在页面上找到 VTOY_LINUX_REMOUNT 对应选项,选择`1` 然后关闭浏览器、关掉 `VentoyPlugson.exe` 即可。 ![image](https://user-images.githubusercontent.com/59477474/174304465-62d23187-9363-49f1-aea1-16295843f0a7.png)

上述是标准 Ventoy 的方法。 目前 vdiskchain 的方式不支持设置这个选项。

你可以在 vDisk 内部的OS里面的 grub.cfg 中,增加一个 `VTOY_LINUX_REMOUNT=1` 的内核启动参数,效果一样。

这样不行,需要把参数加到 Fedora 系统内部的 grub.cfg文件里面。 也就是说,你这个 Fedora 系统启动之后,在终端执行 `cat /proc/cmdline` 必须能看到这个参数才可以。

It's the limitation of the linux kernel. Ventoy create a device mapper device based on the locatition of the image file in the partition(e.g. /dev/sda5). Once you create a device...

这个不是Ventoy的问题,是主板UEFI 固件的问题。 Ventoy专门针对这种问题有个菜单,你可以试试。 `F5-->Ventoy UEFI Utilities --> Fixup Windows BlinitializeLibrary Failure` 执行完之后,在返回主界面启动。

1. 不使用 ventoy_grub.cfg 直接拷贝到Ventoy U盘上能否启动? 2. 在第一幅图里面的 rootfs 中执行 `blkid` 命令看一下结果。

目前只有 https://www.ventoy.net/cn/plugin_vtoyboot.html 列出的系统实际做过验证。 原生的ArchLinux没有测试过,可能会有问题。你使用的是哪个 ARch的ISO文件安装的?

User need to download the ISO file from the release URL and use it. All the scripts are inside the ISO file. If the user download the source code and...

1. Did you use fixed size vdi type or dynamic size vdi type? Ventoy only support fixed size vdi type. That is to say, if you create a 16GB virtual...