←back to thread

284 points wilsonfiifi | 1 comments | | HN request time: 0.309s | source
Show context
fumeux_fume ◴[] No.45760825[source]
The nice thing about Ventoy—and I didn’t fully appreciate this until I used it—is how simple it makes bootable USBs. You just drag and drop ISO images onto the drive, and it can hold as many as will fit. When you boot from the Ventoy USB, you just pick the image you want to install or run—no re-flashing, no fuss.

It’s honestly wild how convenient it is. Ventoy was the only method that worked for me when I needed to install Windows alongside an existing Linux setup for dual-booting. Everything else I tried failed, but Ventoy handled it perfectly.

replies(5): >>45761417 #>>45761761 #>>45762484 #>>45763103 #>>45763708 #
stavros ◴[] No.45762484[source]
I would love it if it worked well, but it's been really flaky for me. Maybe half the ISOs work, the rest get various errors on boot and fail. These are Linux ISOS, too, which I would have expected to work.

Am I doing something wrong?

replies(5): >>45762567 #>>45762578 #>>45762793 #>>45765949 #>>45771215 #
estimator7292 ◴[] No.45765949[source]
90% of the time i have failures is because Linux did not correctly finish writing the ISO to disk.

The progress bar that your file manager gives you is an absolute fiction. You must eject the drive through your file manager or run 'sync' in a terminal.

The other 10% is because UEFI decided it hates me today

replies(1): >>45765967 #
1. stavros ◴[] No.45765967[source]
I always eject/sync the drive, but I'll triple check next time, thank you.