Rufus 3.16 Build 1833 Beta -
Yes, with precautions. Pete Batard has a long-standing reputation for delivering stable betas. However:
In Build 1833, you’ll see a “Show advanced drive properties” checkbox.
Key beta options include:
The beta was compiled using MinGW-w64 GCC 10.2 instead of the older GCC 9.x. This resulted in a 10-15% faster ISO extraction in real-world tests, especially when writing large files like Windows Server 2019.
Making a persistence-enabled Ubuntu live USB Rufus 3.16 Build 1833 Beta
Creating a rescue media from a custom ISO
Prerequisites:
Instructions:
Select Device: Under the Device section, ensure your USB drive is selected. If you have multiple USBs plugged in, use the dropdown menu to select the correct one.
Select Boot Selection: Click the SELECT button (next to "Boot selection"). Navigate to your downloaded ISO file and open it.
Partition Scheme & Target System: Rufus usually defaults to the correct settings, but standard modern settings are: Yes, with precautions
Volume Label & File System:
Start the Process: Click the START button.
Previously, Rufus automatically chose between MBR (Master Boot Record) and GPT (GUID Partition Table) based on your target system (BIOS vs. UEFI). In Build 1833, the developer has added a more granular "Expert" feature that allows advanced users to force specific partition schemes even if Rufus thinks it’s a bad idea. Problem: Created media won’t boot on target machine
Why this matters: Some legacy or niche hardware requires a non-standard combination of bootloaders. This gives IT pros a scalpel instead of a chainsaw.
Rufus uses GRUB to boot various Linux ISOs in Legacy mode. This beta updates the internal GRUB version to 2.04, adding support for newer distributions like Ubuntu 20.10 and Fedora 33 that dropped older GRUB configurations.