Earlier quoted context omitted.
What is wrong with just using dd?
To tag on, what's wrong with plain ol' cat or cp?
Rufus: Reliable USB Formatting Utility
71–80 of 208 posts
Re: Rufus: Reliable USB Formatting Utility
#72Well have to say Rufus is good. But there is a far better tool: Ventoy. You 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
This is the neatest thing I've seen on HN since the actually portable executable!
Re: Rufus: Reliable USB Formatting Utility
#73With 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…
Re: Rufus: Reliable USB Formatting Utility
#74Well have to say Rufus is good. But there is a far better tool: Ventoy. You 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
#75Earlier quoted context omitted.
I'm as big a Rufus fan as anyone, but for Windows 10 why wouldn't I just use Microsoft's boot image creator? That's what I've done lately, and it works every time with no fuss. https://www.microsoft.com/en-us/software-download/windows10 Edit: I just remembered that you might not be on a Windows device, in which case you may well want to download the ISO and use Rufus to make a bootable stick from it.
If you‘re under Windows and want any stick, use Rufus. If you‘re under Linux (or Mac) and have an Iso, use dd. At least that‘s how I do it.
Re: Rufus: Reliable USB Formatting Utility
#76Well have to say Rufus is good. But there is a far better tool: Ventoy. You 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
#77Well have to say Rufus is good. But there is a far better tool: Ventoy. You 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
so cool what is this fuckery
Re: Rufus: Reliable USB Formatting Utility
#78I 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…
probably because on most linux distros provide an image (iso) that can simply be written on any media and boots. like: cat ubuntu.iso >/dev/sdd or dd if=./ubuntu.iso of=/dev/sdd
Re: Rufus: Reliable USB Formatting Utility
#79what's the equivalent (especially handling bios and uefi and stuff) on linux for it? i would be really interested.
same tools really ... stuff like syslinux is included, and for "flashing" you could just use dd.
Re: Rufus: Reliable USB Formatting Utility
#80Well have to say Rufus is good. But there is a far better tool: Ventoy. You 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