Earlier quoted context omitted.
I just tried it and the tool started downloading Windows without giving me an option to select an .iso. It can download .iso's for burning them to DVD's but I don't think it can take dangling .iso's and make installation USBs out of them.
Ahh, fair enough. Thanks for clarifying.
Rufus: Reliable USB Formatting Utility
61–70 of 208 posts
Re: Rufus: Reliable USB Formatting Utility
#62Windows 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
Re: Rufus: Reliable USB Formatting Utility
#63I have always used Etcher[0] and I love it. [0] https://www.balena.io/etcher/
Etcher is easy to use but why on earth did they decide to make it an electron app?
Personally I'm a fan of ventoy[0] though it doesn't appear to be installable on mac, but if you set it up on linux/windows you can just drop any iso you want onto it from any system and it'll work like a charm.
Re: Rufus: Reliable USB Formatting Utility
#64I 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…
like: cat ubuntu.iso >/dev/sdd
or
dd if=./ubuntu.iso of=/dev/sdd
Re: Rufus: Reliable USB Formatting Utility
#65This has been my go to for years now. It’s especially useful whenever a friend or family member hits me up with a “computer question” that inevitably leads to “let’s just reinstall whatever you had before” and I just need something quick that works.
How do ordinary people manage bung up their systems so badly that the thing to do is reinstall the whole thing? And this happens often enough that it’s worth carrying around a tool to do this? I thought that by now systems would be adequately armoured against this.
I ran distro upgrade on Fedora and it destroyed my grub. This is unusual, I ran several distro upgrades without issues, but this time it was different.
I am no expert on grub and after spending 20 minutes trying out various solutions from the Internet I gave up and ran a quick reinstall. At least most of it was unattended and I had a clean system as a result.
Re: Rufus: Reliable USB Formatting Utility
#66You will only need to format your thumb drive once and for all. After that, you will simply only need to copy the image file such as .iso, .vhd etc on to the drive and you are all set. Check details from the following sites.
https://www.ventoy.net/en/index.html https://github.com/ventoy/Ventoy
Re: Rufus: Reliable USB Formatting Utility
#67Re: Rufus: Reliable USB Formatting Utility
#68what's the equivalent (especially handling bios and uefi and stuff) on linux for it? i would be really interested.
Re: Rufus: Reliable USB Formatting Utility
#69With the disclaimer than I'm primarily a Linux user and may be missing something from Microsoft, isn't it weird that there are no tools for this functionality that come with Windows? I've tried a few times through the life of Windows 10 to make installer USB drives from inside Win10 with only microsoft tools but never found anything that worked. Rufus comes through for me again and again, but why do we need to downlo…
Also a Linux user, but back in the Windows days you could use Diskpart to do so: select disk ## clean create partition primary active format fs=ntfs quick assign Then just extract the disk image to the USB Drive and voila. I just noticed it's even documented on Dell's support page[0] 0: https://www.dell.com/support/kbdoc/en-us/000136959/create-a-...