Package Details: unetbootin 702-2

Git Clone URL: https://aur.archlinux.org/unetbootin.git (read-only, click to copy)
Package Base: unetbootin
Description: Create bootable Live USB drives
Upstream URL: https://unetbootin.github.io
Keywords: boot flash image usb writer
Licenses: GPL3
Submitter: Barthalion
Maintainer: gmy
Last Packager: gmy
Votes: 92
Popularity: 0.56
First Submitted: 2018-01-05 16:40 (UTC)
Last Updated: 2023-08-14 15:10 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

gmy commented on 2023-08-14 15:11 (UTC)

@dbedrenko, the error does not look to be relevant to this package.

dbedrenko commented on 2023-03-20 21:10 (UTC) (edited on 2023-03-20 21:11 (UTC) by dbedrenko)

I'm getting this; anyone else?

(2/2) checking package integrity                                                                                                               [########################################################################################] 100%
error: syslinux: signature from "Anatol Pomozov (Arch Linux developer account) <anatolik@archlinux.org>" is unknown trust
:: File /var/cache/pacman/pkg/syslinux-6.04.pre2.r11.gbf6db5b4-3-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: setconf: signature from "Evangelos Foutras <foutrelis@archlinux.org>" is unknown trust
:: File /var/cache/pacman/pkg/setconf-0.7.7-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
 -> error installing repo packages

Tried doing the usual find /var/cache/pacman/pkg/ -iname "*.part" -exec rm {} \; and pacman-key --refresh-keys to no avail.

xyproto commented on 2021-03-07 18:20 (UTC)

multibootusb-git can be a nice alternative to unetbootin

gardenappl commented on 2020-09-29 18:35 (UTC)

Just FYI, the Qt5 fork of Unetbootin has finally been merged into the Git repository. So at some point you'll have to update your dependencies.

gardenappl commented on 2020-08-02 21:02 (UTC)

For those of you who want to avoid Qt4, I made this package: https://aur.archlinux.org/packages/unetbootin-qt5-git/

It's based on a fork by Chemrat: https://github.com/Chemrat/unetbootin

The last commit on that fork is from 2017, but unfortunately the Unetbootin guys still haven't merged it: https://github.com/unetbootin/unetbootin/pull/137

es_18 commented on 2018-11-06 22:30 (UTC)

If you get something like this:

X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    130 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x147
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x600000c
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x600000d
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x600000d

Then try this:

Any of these work for me:

sudo QT_X11_NO_MITSHM=1 unetbootin.elf
sudo QT_GRAPHICSSYSTEM=native unetbootin.elf
su -c 'QT_X11_NO_MITSHM=1 unetbootin.elf'
su -c 'QT_GRAPHICSSYSTEM=native unetbootin.elf'

Source: dx from the bug below https://bugs.archlinux.org/task/42030

nostalgix commented on 2018-10-13 13:21 (UTC)

+1 for fixing the setconf dependency

homerhsing commented on 2018-07-16 00:33 (UTC)

note: if unetbootin starts with a blank window, the solution is directly run /usr/bin/unetbootin.elf :)