longpanda

Results 532 comments of 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.

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: ![filechecksum](https://user-images.githubusercontent.com/59477474/194337474-ab40023c-667b-4a32-a6e5-2abc133c8cfd.gif)

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...