Rufus: Reliable USB Formatting Utility
51–60 of 208 posts
Re: Rufus: Reliable USB Formatting Utility
#52Lately all my usb thumb drives have been overheating when using any tool so last time I ended up using an external hard drive after burning through a number of thumb drives. Anyone has an idea how to artificially limit write speed besides running it over a USB 1 hub?
Re: Rufus: Reliable USB Formatting Utility
#53Re: Rufus: Reliable USB Formatting Utility
#54But at least good ole Rufus works :) Wish we could get something like Rufus (or even better, YUMMI) working perfectly on Linux
Re: Rufus: Reliable USB Formatting Utility
#55Easy2Boot is another good one. Creates USB boot disks with multiple OS ISOs on and boot into any of them. It’s no longer being updated, but still works, just used it this week. https://www.easy2boot.com/ The only caveat is you need to make sure each ISO is stored on the USB in a contiguous file, since it tricks the host machine into thinking each ISO is separate partition. It includes a .cmd script for doing this on…
He's actually great, when he's online he has a chat option on his website and he'll help you with any questions you have, I somehow screwed up an E2B MBR and he very graciously walked me through fixing it.
Re: Rufus: Reliable USB Formatting Utility
#56Another similar/related project is: https://github.com/ventoy/Ventoy
Re: Rufus: Reliable USB Formatting Utility
#57Windows images that are over 4.3GB(I don't remember the exact max size) most image burning tools will fallback to NTFS on the USB formatting and some motherboards/laptops don't like this. (Even on my rather modern Dell laptop) The best solution so far I've found is to manually partition the USB into a 1GB FAT32 partition and the rest NTFS. Then you extract the files where needed [0] I learned this method just last ye…
That seems far more complicated than just using DISM, PowerShell or wimlib (on Linux or Windows) to split the install.wim file into two parts, which I believe older versions of Rufus (or a similar utility) offered to do. https://wimlib.net/man1/wimsplit.html
It is still annoying to have to use Windows to run NTLite. ;)
https://evanshortiss.com/create-a-windows-install-usb-via-ma...
Re: Rufus: Reliable USB Formatting Utility
#58I find it amusing if not a bit sad that the best utility for making bootable Linux flash drives is currently on Windows instead of Linux. The current state of making bootable USB drives on linux is actually quite crappy. UNetbootin used to be a good option but has stopped working on a lot of distros. Etcher.io worked great for a while, but has also stopped working for most situations. The built-in disk image creator…
Re: Rufus: Reliable USB Formatting Utility
#59I find it amusing if not a bit sad that the best utility for making bootable Linux flash drives is currently on Windows instead of Linux. The current state of making bootable USB drives on linux is actually quite crappy. UNetbootin used to be a good option but has stopped working on a lot of distros. Etcher.io worked great for a while, but has also stopped working for most situations. The built-in disk image creator…
What is wrong with just using dd?
Re: Rufus: Reliable USB Formatting Utility
#60Another similar/related project is: https://github.com/ventoy/Ventoy
This is built on top of Ventoy https://gbatemp.net/threads/medicat-usb-a-multiboot-linux-us...