Search Criteria
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: | http://multibootusb.org |
Keywords: | multiboot multibootusb usb |
Licenses: | |
Submitter: | Angel_Caido |
Maintainer: | None |
Last Packager: | DragonX256 |
Votes: | 112 |
Popularity: | 0.46 |
First Submitted: | 2015-08-20 19:45 |
Last Updated: | 2020-09-27 12:44 |
Latest Comments
1 2 3 4 5 6 ... Next › Last »
DragonX256 commented on 2020-09-27 13:24
Updated package. Added patch with fixes, so program should open now.
rp68 commented on 2020-09-03 15:28
same problem that rival notes : ''' File "/usr/bin/multibootusb", line 187, in <module> if config.debug is True: NameError: name 'config' is not defined '''
rival commented on 2020-07-30 19:52
Hi, can't start multiboousb, I'm getting this:
A window opened saying:
Then I tried:
Any hint?
Thanks a lot!
DragonX256 commented on 2020-07-22 16:02
@SSYH for God's sake, update your packages database, please. You trying to retrieve
python-pyudev
version0.22-2
, but0.22-3
is available about one month. You didn't updating your databases that long?SSYH commented on 2020-07-22 15:27
I just tried, and experienced this:
ypoluektovich commented on 2020-02-08 19:27
Please add the udisks2 runtime dependency.
javierrivera commented on 2020-02-06 17:48
@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
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
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
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