Checklist
Additionally (if applicable):
Issue description
If you enable that checkbox while creating a Ubuntu install media, your EFI/boot will look like this:
bootx64.efi
bootx64_original.efi
because it inserts its own EFI file that first validates the media, and then executes the original EFI.
Then while installing Ubuntu, you'll get a very unhelpful "Something went wrong" screen as the installer tries to show you disk partitions, and then the install won't proceed any further.
If you dig hard enough through logs then you'll see it's caused by:
unexpected multiple matches for installer shim obtained using globbing pattern ".*/cdrom/EFI/boot/boot*.efi"
which was introduced in snapd by this commit (pull request) in June 2025.
This is not an issue if you install Ubuntu without that checkbox checked, as then there's only one bootx64.efi.
I verified that by manually deleting bootx64.efi and then manually renaming bootx64_original.efi into bootx64.efi, after which the install succeeded without any other changes.
Checklist
<FULL LOG>below.Rufus version: x.y.z- I have NOT removed any part of it.Additionally (if applicable):
(✓)button to compute the MD5, SHA1 and SHA256 checksums, which are therefore present in the log I copied. I confirmed, by performing an internet search, that these values match the ones from the official image.Issue description
If you enable that checkbox while creating a Ubuntu install media, your EFI/boot will look like this:
because it inserts its own EFI file that first validates the media, and then executes the original EFI.
Then while installing Ubuntu, you'll get a very unhelpful "Something went wrong" screen as the installer tries to show you disk partitions, and then the install won't proceed any further.
If you dig hard enough through logs then you'll see it's caused by:
unexpected multiple matches for installer shim obtained using globbing pattern ".*/cdrom/EFI/boot/boot*.efi"
which was introduced in snapd by this commit (pull request) in June 2025.
This is not an issue if you install Ubuntu without that checkbox checked, as then there's only one
bootx64.efi.I verified that by manually deleting
bootx64.efiand then manually renamingbootx64_original.efiintobootx64.efi, after which the install succeeded without any other changes.