Package Details: multibootusb 9.2.0-5

Git Clone URL: https://aur.archlinux.org/multibootusb.git (read-only, click to copy)
Package Base: multibootusb
Description: Boot multiple live Linux distros from a usb flash drive.
Upstream URL: https://sourceforge.net/projects/multibootusb/
Keywords: multiboot multibootusb usb
Licenses: GPL
Submitter: Angel_Caido
Maintainer: gmy
Last Packager: gmy
Votes: 113
Popularity: 0.000000
First Submitted: 2015-08-20 19:45 (UTC)
Last Updated: 2021-04-19 10:40 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »

javierrivera commented on 2020-02-06 17:48 (UTC)

@nobicycle: Please read Terseus comment, this version is not compatible with python3.8 (current Arch version), you need to use the usbmultboot-git package.

nobicycle commented on 2020-01-27 23:39 (UTC)

multibootusb 9.2.0-4

$ sudo multibootusb /usr/bin/multibootusb:194: SyntaxWarning: "is not" with a literal. Did you mean "!="? if uninstall is True and config.usb_disk is not '': /usr/bin/multibootusb:196: SyntaxWarning: "is" with a literal. Did you mean "=="? elif uninstall is True and config.usb_disk is '': /usr/bin/multibootusb:200: SyntaxWarning: "is" with a literal. Did you mean "=="? elif config.image_path is '' and config.usb_disk is '': /usr/bin/multibootusb:200: SyntaxWarning: "is" with a literal. Did you mean "=="? elif config.image_path is '' and config.usb_disk is '': /usr/bin/multibootusb:203: SyntaxWarning: "is not" with a literal. Did you mean "!="? elif config.cli_syslinux is True and config.usb_disk is not '': /usr/bin/multibootusb:205: SyntaxWarning: "is" with a literal. Did you mean "=="? elif config.image_path is '' or config.usb_disk is '': /usr/bin/multibootusb:205: SyntaxWarning: "is" with a literal. Did you mean "=="? elif config.image_path is '' or config.usb_disk is '': Using python version 3.8.1 (default, Jan 8 2020, 23:09:20) [GCC 9.2.0] on platform Linux-5.4.13-3-MANJARO-x86_64-with-glibc2.2.5 Traceback (most recent call last): File "/usr/bin/multibootusb", line 187, in <module> if config.debug is True: NameError: name 'config' is not defined

efranelas commented on 2019-12-24 10:44 (UTC)

you should drop pyqt5-common... resolving dependencies... looking for conflicting packages... :: python-pyqt5 and pyqt5-common are in conflict. Remove pyqt5-common? [y/N]

Terseus commented on 2019-12-14 10:13 (UTC)

The package "pyqt5-common" has been removed from the repos but it's required by this package, it should be removed.

More info at https://bbs.archlinux.org/viewtopic.php?id=251356

novotny commented on 2019-12-12 20:39 (UTC)

Hello, this version version is incompatible with python 3.8.0 use multibootusb-git

/usr/bin/multibootusb:194: SyntaxWarning: "is not" with a literal. Did you mean "!="? if uninstall is True and config.usb_disk is not '':

chueewowee commented on 2019-11-28 02:54 (UTC) (edited on 2019-11-28 02:56 (UTC) by chueewowee)

@ptrxyz @freaz deleting /tmp/multibootusb.log also worked for me (thanks @freaz!), and for the same reason - initially running multibootusb without root: "In short it seems the first time I ran multibootusb without root it created a /tmp/multibootusb.log file. Then when running it as root when it tries to import the config file it for some reason can't because of incorrect permissions/ownership on that log file"

DragonX256 commented on 2019-11-13 15:11 (UTC)

Just to be clear - I'll look into these errors. But the first and the last time I installed this package, it was installed correctly.

simona commented on 2019-11-10 08:04 (UTC)

usr/include/c++/9.2.0/bits/fs_fwd.:39: Parse error at "std"

freaz commented on 2019-11-05 05:09 (UTC)

@ptrxyz - I got that error also. Tracked it down to actually another error which is ignored during module imports. In short it seems the first time I ran multibootusb without root it created a /tmp/multibootusb.log file. Then when running it as root when it tries to import the config file it for some reason can't because of incorrect permissions/ownership on that log file (and this error is ignored until the config variable is accessed). Anyhow, deleting /tmp/multibootusb.log and running as root worked for me.