I seem to recall @Brickwizard saying a few months back that balenaEtcher is problematic.
Heeding the warning I stopped using it.
Heeding the warning I stopped using it.
Yes i have seen a few reports saying there were gremlins about, I don't know if they have been fixed or not, so just use what works for you,,I seem to recall @Brickwizard saying a few months back that balenaEtcher is problematic.
Heeding the warning I stopped using it.
This could be related? -- https://linux.org/threads/how-to-create-a-linux-boot-usb-from-windows.55320/#post-258408
The problem is some distros check the checksum of the created iso.
The dd mode iso doesnt match the iso mode of the iso. Hence checksum differences, and refusal to install.
Title: PSA: Avoid Rufus ISO Mode for Linux Boot USBs – Use DD Mode Instead
Hey folks,
Just wanted to share some hard-earned experience for anyone creating Linux bootable USBs, especially if you're helping others or troubleshooting failed installs.
The Problem with Rufus ISO Mode
Rufus is a popular tool for creating bootable USBs on Windows, but its "ISO Image Mode" can cause major headaches when used with many Linux distributions.
When you select an ISO in Rufus, it asks:
If you choose ISO Image Mode, Rufus extracts the ISO contents and writes them to a FAT32 or NTFS filesystem. This is fine for Windows ISOs, but it breaks the integrity of many Linux ISOs.
Why? Because many Linux distros (like Fedora, Ubuntu, etc.) include checksums in the bootloader or initrd. When the installer boots, it verifies the media. If the structure has been altered (as ISO mode does), the checksum fails. The installer may then refuse to proceed, warning that the image might be corrupted or tampered with — a logical and security-conscious response.
The Fix: Use DD Mode
If you use DD Image Mode, Rufus writes the ISO bit-for-bit, preserving the original structure and checksum. This is equivalent to usingddon Linux or tools like balenaEtcher or Fedora Media Writer.
Why It Sometimes Works (e.g., Debian)
Some distros like Debian are more forgiving. They don’t always enforce strict media checks, so Rufus ISO mode might appear to "work." But that’s not a guarantee — and it leads to confusion when other distros fail.
Recommended Tools for Linux USB Creation
Tool Platform Method Notes ddLinux/macOS Raw write Powerful but dangerous if you mistype the device path. Fedora Media Writer Windows/Linux/macOS Raw write Great for Fedora and other Red Hat-based distros. balenaEtcher Cross-platform Raw write Simple, reliable, and verifies the write. Rufus (DD mode) Windows Raw write Works well if you choose DD mode. Avoid ISO mode for Linux. Ventoy Cross-platform Bootloader-based Great for multi-ISO USBs, but some distros may not boot properly without tweaks. TL;DR
- Avoid Rufus ISO mode for Linux ISOs.
- Use DD mode or a raw-write tool like Etcher or Fedora Media Writer.
- If you're helping others, label your USBs with the method used (e.g., "Ubuntu-DD" vs. "Ubuntu-ISO").
- If you're using Ventoy, be aware that some ISOs may need extra config to boot properly.
I'm now finally coming to the conclusion that the origin of this issue must be my motherboard: an ASRock B550M HDV.This tells me that this is a hardware issue either relying deep in the CPU, Motherboard or all of the usb thumb drives