What are you using to flash the drive, what OS, what DE, what machine are you on and what are you trying to boot to?
post
am I the only one?
Maybe not but this is for sure the first time that I read about an problem like that. Also never experienced it myself.
What are you using? Try Rufus if you aren't using it to make the bootable media. Its my go to on Windows. Literally the GOAT.
I've found that depending on what distro/OS it is certain methods of burning the ISO don't work correctly, no clue why. Windows needs their official tool, so because of that i use a vm to burn it. I've also had linux distros that couldn't boot when dropping it onto a ventoy drive, and would only work when directly burning it with dd, so it might have something to do with what ISO you're trying to burn and how you're burning it.
full ass browser and telemetry for a simple disk imager.. balena ether shouldn't be recommended
Ventoy is even worse. What's wrong with Rufus if you're on Windows and the native distro tool on Linux/BSD?
I never had luck with it. Rufus on Windows. Or just use Ubuntu in Windows by activating WSL and maybe try through bash command line?
I always hate finding the command for it. It's "dd".
sudo dd if=[path/to/file.iso] of=[/dev/usb_drive] status=progress
I think you need to format usb first.
on windows rufus is indeed the best tool to use imo. i think i used win32diskimager/unetbootin in the past but i see no reason to use that over rufus now.. not sure if dd from WSL works.
rufus formats the usb automatically afaik, and writing image with dd also formats the disk
all 18 comments