←back to thread

284 points wilsonfiifi | 1 comments | | HN request time: 0.2s | 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 #
nutjob2 ◴[] No.45761417[source]
Notably Ventoy doesn't work with some Windows install ISOs.
replies(3): >>45761874 #>>45762410 #>>45762593 #
jaderobbins1 ◴[] No.45761874[source]
Any specifics on which windows install ISOs don't work? That way I'll know which ones will need a dedicated USB stick.
replies(1): >>45762238 #
CapsAdmin ◴[] No.45762238[source]
Last week I tried to make a bootable usb with windows 11. I tried using dd on macos, and that seemed to work, but the windows installer errored about "not finding drivers for the hdd". This threw me off because I thought something was wrong with the nvme.

Turns out you can't just dd a windows iso onto a usb drive.

You have to format it to fat32, then manually copy all the files. However there is one big installer file which is above 4gb, so you have to get some tool (also provided by Microsoft) to split the file into multiple files less than 4gb. The windows installer will recognize the split files and use those instead.

It's beyond me why the official windows iso just doesn't have this by default...

replies(2): >>45764717 #>>45768072 #
1. RulerOf ◴[] No.45768072[source]
You can often format as NTFS and have it work anyway, but it depends on whether or not the system UEFI firmware includes an NTFS driver.

Rufus puts such a driver in its FAT32 boot partition and loads it before starting the winpe.

It drives me nuts that the UEFI sites never included ExFAT.