Live data from Hacker News

Rufus: Reliable USB Formatting Utility

github.com

201–208 of 208 posts

Re: Rufus: Reliable USB Formatting Utility

#201

I like the idea of bootable usb, but 9 times out of 10 it's easier for me to do a PXE boot to an iso. I have a linux computer setup to provide the PXE boot stuff in my lab. I used to have a vmware player image that would run pxe boot on a 2nd nic I put in my laptop (USB), but it's been awhile since I've needed to do that.

PXE is great but it needs infrstructure that I usually do not have available. I use netinstall from grub instead.

Re: Rufus: Reliable USB Formatting Utility

#202
post #28

Windows 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…

Rufus does in fact have a long explanation of this on their FAQ: https://github.com/pbatard/rufus/wiki/FAQ#blah-uefi-blah-fat... You probably left Secure Boot on. That prevents loading the NTFS UEFI driver.

I think I did that, then have problems with the windows installer. A driver prompt. I regularly have to give services to laptops, so I prefer options that "just works". This is also the reason I don't usually use the Windows installation media creator, because is slow and won't burn my several ISOs. There was a time the new Win10 iso installation process would fail on any configuration I would try... I lost somewhat around THREE DAYS trying to solve each f*"** cryptic error message and an old iso did the trick. Just a few hours updating and it was done.

Sadly most of my clients won't just accept the option of installing Linux ;)

Re: Rufus: Reliable USB Formatting Utility

#203
post #187

Earlier quoted context omitted.

Balena Etcher is great for imaging rpi as well.

It is not. hundred+ MB electron app, instead Rufus being few hundreds of KB and around 10x more flexible in corner cases. I really despise BE from engineering perspective.

Rufus has made multiple unbootable drives in the years that I've used it. Etcher has yet to made one and I used to flash drives constantly - multiple daily - until I switched to Ventoy which is the way forward now.

Re: Rufus: Reliable USB Formatting Utility

#204
post #66

Well 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

I tried Ventoy several months ago, and go back to Rufus because it can’t boot EndeavourOS. That’s weird because every comment I saw about Ventoy is positive.

Does EndeavourOS support EFI boot? If not it won't work, but if so then drop a note to admin@ventoy.net and let them know!

Re: Rufus: Reliable USB Formatting Utility

#205
post #187

Earlier quoted context omitted.

Balena Etcher is great for imaging rpi as well.

It is not. hundred+ MB electron app, instead Rufus being few hundreds of KB and around 10x more flexible in corner cases. I really despise BE from engineering perspective.

Besides that, every single of maybe a few dozen times i tried it, it said checksum error after verification. On different systems, with different media. Interestingly there were no errors in reality. I dismissed it as a well meaning toy for dummies. Or maybe data gathering spyware.

Thouroughly unimpressed with it and any project recommending or even insisting on using it.

Re: Rufus: Reliable USB Formatting Utility

#206
post #66

Well 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

I tried Ventoy several months ago, and go back to Rufus because it can’t boot EndeavourOS. That’s weird because every comment I saw about Ventoy is positive.

This is anecdotal. I've been able to successfully install boot and install EndeavourOS with Ventoy. I've not done anything special - just install Ventoy "sh ./Ventoy2disk.sh -i /dev/sdb", copied the iso over and booted.

Re: Rufus: Reliable USB Formatting Utility

#208
post #63

Earlier quoted context omitted.

Etcher is easy to use but why on earth did they decide to make it an electron app?

Portability, RUFUS is windows only, most other tools require a lot more work to port. this one appears to be installable/usable on Win/Mac/Linux 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. [0] https://github.com/ventoy/Ventoy

I can't imagine electron is more compete than a wine wrapper around a native windows app. Qt or similar gui shouldn't be too much work for what appears to be a single window app.
Post reply on HN