longpanda
longpanda
@makeworld-the-better-one 1. Use this CI release: https://github.com/ventoy/Ventoy/actions/runs/3663991017 https://www.ventoy.net/en/doc_github_ci.html 2. Select `Boot in grub2 mode` when you boot Knoppix in UEFI mode.
Fixed in 1.0.82
@JamesLewisLiu You can try the latest 1.0.94 release.
Actually, VentoyWorker.sh was designed to work only under bash, not posix sh. It's called from Ventoy2Disk.sh as follows: ``` if [ -f /bin/bash ]; then bash ./tool/VentoyWorker.sh $* else ./tool/ash...
> > Is `/bin/bash` in your system a link to `sh` or `dash` ? > > Neither. `bash` links to `/usr/bin/bash` (`/bin` is a link to `/usr/bin` on Arch) and...
Please checksum the ISO file as follows: 
These options has `VT_LINUX_DISK_SDX` prefix, so they only check for `/dev/sdX`. Maybe some new options can be added, such as: ``` VT_LINUX_DISK_NVME_1ST VT_LINUX_DISK_NVME_MIN_SIZE VT_LINUX_DISK_NVME_MAX_SIZE ```
It should be noted that Ventoy can not decide to boot in Legacy BIOS mode or UEFI mode. It's the BIOS that decides to boot Ventoy in Legacy BIOS mode...
What about the latest 1.0.84?
What about the latest 1.0.88?