Ubuntu 16.04.6 LTS usb-creator-gtk searches files by extensions and checks them differently according to extension. If it is iso file, based on the code listed here, it has to be in Joliet format:
/usr/lib/python3/dist-packages/usbcreator/backends/udisks/backend.py +147 cmd = ['isoinfo', '-J', '-i', filename, '-x', search] Does it have to be this way? Debian's live DVD, for example, debian- live-10.0.0-amd64-gnome.iso, is a perfect iso 9660 file but does not have Joliet extension, isoinfo reads it fine, dd writes fine and boots fine. Why usb-creator-gtk does not want to handle it? Next time if you know it is an proper bootable DVD and usb-creator-gtk fails, just try dd. Or, try to rename to an img file just write to usb. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/768791 Title: isoinfo: Unable to find Joliet SVD (USB creator won't select ISO for creating boot USB) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cdrkit/+bug/768791/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
