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 8 9 .. 12 Next › Last »

ganileni commented on 2018-07-10 11:56 (UTC) (edited on 2018-07-10 11:56 (UTC) by ganileni)

I get an error:

$ multibootusb
Using python version  3.6.6 (default, Jun 27 2018, 13:11:40) 
[GCC 8.1.1 20180531] on platform Linux-4.17.3-1-ARCH-x86_64-with-arch
Traceback (most recent call last):
  File "/usr/bin/multibootusb", line 187, in <module>
    if config.debug is True:
NameError: name 'config' is not defined

Apparently it's a known issue. https://github.com/mbusb/multibootusb/issues/253

The only way I found to make multibootusb work at the moment on arch is to use the devel branch of the repo:

$ git clone https://github.com/mbusb/multibootusb
$ cd multibootusb
$ git branch devel
$ git checkout devel
$ sudo python3 multibootusb

andrejr commented on 2018-05-16 12:01 (UTC)

That's the way I run it. When I try to install syslinux onto a drive (or add an ISO), I get this same error:

https://github.com/mbusb/multibootusb/issues/336

With the git version I don't get any errors and it works just fine.

NoobAlice commented on 2018-05-14 17:57 (UTC)

@andrejr - This version does work on Arch, but it requires a little finangling. You just have to run it via terminal with

sudo multibootusb

andrejr commented on 2018-05-12 15:55 (UTC)

Since this version actually doesn't work on Arch, I've made a git version here: https://aur.archlinux.org/packages/multibootusb-git/

The problem that makes it not work was fixed in this PR, which made it into master, but is yet to be included in an official release: https://github.com/mbusb/multibootusb/pull/364

The git version obviously includes this PR and works flawlessly.

jeffhunt90 commented on 2018-04-07 18:13 (UTC)

Ignore my comment below. A different USB and format and it is working well. Thanks for the effort that goes into this.

jeffhunt90 commented on 2018-04-07 00:29 (UTC)

I get:

Selected device /dev/sdb1
Device /dev/sdb1 is a MBR disk...
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/scripts/mbusb_gui.py", line 165, in onComboChange
    self.ui_update_persistence()
  File "/usr/lib/python3.6/site-packages/scripts/mbusb_gui.py", line 303, in ui_update_persistence
    self.ui.slider_persistence.setMaximum(config.persistence_max_size / 1024 / 1024)
TypeError: unsupported operand type(s) for /: 'str' and 'int'
Aborted

Forum_Liker commented on 2018-04-06 12:15 (UTC)

@dramm, run with root in console sudo multibootusb

Angel_Caido commented on 2018-04-05 11:23 (UTC)

Updated to version 9.2.0. Thanks for the Hard Work, sundar_ima.

GFdevelop commented on 2018-03-08 18:51 (UTC) (edited on 2018-03-08 18:58 (UTC) by GFdevelop)

desktop file not work:

multibootusb-pkexec
Running multibootusb version 9.1.0 from installed system...
Starting multibootusb GUI...
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
qt.qpa.screen: QXcbConnection: Could not connect to display 
Could not connect to any X display.

dramm commented on 2018-02-11 19:15 (UTC) (edited on 2018-02-11 19:24 (UTC) by dramm)

I'm getting the following error:

Traceback (most recent call last):

File "/usr/bin/multibootusb", line 174, in module

if config.debug is True:

NameError: name 'config' is not defined

Any ideas?

Edit: Formatting