Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
51–60 of 124 posts
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#52The lot of (partially scary) binary blobs is still an unsolved issue: https://github.com/ventoy/Ventoy/issues/3224
As in yeah there's precompiled binaries in this. But it's audited and each binary itself has a link to build instructions. What they are not doing is actually building everything from scratch in their build process. Ok that's a pain to do and i get it. But... i don't see anyone slipping in an unaccounted for binary here right? If every binary itself has a "here's how to build this from scratch" documentation and source it seems ok to me.
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#53The only issue with Ventoy is it doesn't work with secure boot turned on. Otherwise its excellent.
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#54In perfect world, Microsoft would help to create this tool. Nope, they don't have time for this. Too much work om security through obscurity, making crap SW which eats RAM like hamburgers and disabling local accounts...
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#55The lot of (partially scary) binary blobs is still an unsolved issue: https://github.com/ventoy/Ventoy/issues/3224
[flagged]
I agree that this is not an ideal way to boot an ISO, but the general public is unlikely to ever need a multiboot USB stick. I like this project enough to perhaps contribute.
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#56The 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 i…
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#57Earlier quoted context omitted.
[flagged]
I don't see the linked issue as a valid reason to stop using Ventoy, especially since the repo you linked is for a different piece of software made by the same people. Do we have any evidence of Ventoy itself being in any way malicious?
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#58Earlier quoted context omitted.
For Windows and FROM Windows. I swear the most recommended way of creating a bootable Windows USB on Linux changes every year, and usually doesn't work. I keep an old Windows laptop just so I can create bootable Windows usbs, whenever needed.
Making custom Windows install media is insanely painful, even from Windows. I went through the process of creating non-interactive install media for Windows once, and was astonished at how awful it is compared to building custom Linux live media. (Not least of all because of the churn in the XML you have to maintain that basically represents clicking through all the installer menus.)
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#59The lot of (partially scary) binary blobs is still an unsolved issue: https://github.com/ventoy/Ventoy/issues/3224
I am actually happy reading that though. As in it's literally the authors of the tool stating "hey we have a lot of binary blob drivers, what can we do to replace these?". He then audits them and links to build instructions. As in yeah there's precompiled binaries in this. But it's audited and each binary itself has a link to build instructions. What they are not doing is actually building everything from scratch in…
Re: Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files
#60Earlier quoted context omitted.
Making custom Windows install media is insanely painful, even from Windows. I went through the process of creating non-interactive install media for Windows once, and was astonished at how awful it is compared to building custom Linux live media. (Not least of all because of the churn in the XML you have to maintain that basically represents clicking through all the installer menus.)
WAIK? I created a customized Windows install image as a 19 year old intern and presented it to the rest of the IT team...
I've also had a very hard time creating an automated install media for an appliance for windows iot... Worst was the (LLM generated?) powershell scripts in the documentation that didn't work at all.