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

1 2 3 4 5 6 .. 12 Next › Last »

Terseus commented on 2023-11-14 14:50 (UTC)

Please don't use http://multibootusb.org/, the domain expired, it no longer hosts multibootusb site.

The correct URL is https://github.com/mbusb/multibootusb.

However keep in mind that this project is abandoned since at least 2019, use it at your own risk.

Gaspartame commented on 2023-11-14 04:27 (UTC) (edited on 2023-11-14 04:29 (UTC) by Gaspartame)

The sourceforge link should be replaced with this one : http://multibootusb.org (or this one : https://github.com/mbusb/multibootusb ?)

DragonX256 commented on 2021-04-15 01:18 (UTC)

@NoobAlice Well the latest commit was created on 4 Dec of 2019, so there's no way Ventoy, which started development on 5 Apr of 2020, displaced multibootusb or demotivated developer to maintain his project. I recommend you to switch to Ventoy, since they using same grub stuff for loading isos, but with more convenient functionality, like you just leaving your isos on Ventoy drive and it just boots after selection. If it's not booting, at least maintainer of Ventoy is answering issues on his GitHub.

NoobAlice commented on 2021-04-14 22:03 (UTC)

Domain multibootusb.org is expired. There is a comment on the Github issues page that is saying this project may be stopped in favor of ventoy. :(

DragonX256 commented on 2020-09-27 13:24 (UTC)

Updated package. Added patch with fixes, so program should open now.

rp68 commented on 2020-09-03 15:28 (UTC) (edited on 2020-09-03 15:29 (UTC) by rp68)

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 (UTC) (edited on 2020-07-30 19:55 (UTC) by rival)

Hi, can't start multiboousb, I'm getting this:

[user@arch ~]$ 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.3 (default, May 17 2020, 18:15:42) 
[GCC 10.1.0] on platform Linux-5.7.10-arch1-1-x86_64-with-glibc2.2.5
Could not find resource 'data/tools/gdisk/gdisk.exe'.
Running multibootusb version 9.2.0 from installed system...
Starting multibootusb GUI...

Admin privilege is required to run multibootusb.
 If you are running from source try 'sudo python3 ./multibootusb'
 or you can try 'multibootusb-pkexec' (post install)

A window opened saying:

Admin privilege is required to run multibootusb.
Try  'multibootusb-pkexec'

Then I tried:

[user@arch ~]$ multibootusb-pkexec 
Error executing command as another user: No authentication agent found.

[user@arch ~]$ sudo multibootusb-pkexec 
[sudo] password for user: 
/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.3 (default, May 17 2020, 18:15:42) 
[GCC 10.1.0] on platform Linux-5.7.10-arch1-1-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

[user@arch ~]$ 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.3 (default, May 17 2020, 18:15:42) 
[GCC 10.1.0] on platform Linux-5.7.10-arch1-1-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

[user@arch ~]$ sudo su
[root@arch user]# 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.3 (default, May 17 2020, 18:15:42) 
[GCC 10.1.0] on platform Linux-5.7.10-arch1-1-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

Any hint?

Thanks a lot!

DragonX256 commented on 2020-07-22 16:02 (UTC)

@SSYH for God's sake, update your packages database, please. You trying to retrieve python-pyudev version 0.22-2, but 0.22-3 is available about one month. You didn't updating your databases that long?

SSYH commented on 2020-07-22 15:27 (UTC)

I just tried, and experienced this:

(base) ~ >>> date                                                                                                                                           [1]
Wed 22 Jul 2020 08:22:13 AM PDT
(base) ~ >>> yay multibootusb                                                                                                                                  
2 aur/multibootusb-git 20181002.dec46ef-1 (+15 0.48%) 
    Boot multiple live Linux distros from a usb flash drive.
1 aur/multibootusb 9.2.0-4 (+108 0.66%) 
    Boot multiple live Linux distros from a usb flash drive.
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==> 1
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo: 2]  mtools-4.0.24-1  python-pyudev-0.22-2
[Aur: 1]  multibootusb-9.2.0-4

:: Downloaded PKGBUILD (1/1): multibootusb
  1 multibootusb                             (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> N
:: Parsing SRCINFO (1/1): multibootusb
[sudo] password for sam: 
Sorry, try again.
[sudo] password for sam: 
resolving dependencies...
looking for conflicting packages...

Packages (2) mtools-4.0.24-1  python-pyudev-0.22-2

Total Download Size:   0.72 MiB
Total Installed Size:  4.60 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 mtools-4.0.24-1-x86_64                                              191.6 KiB   848 KiB/s 00:00 [########################################################] 100%
error: failed retrieving file 'python-pyudev-0.22-2-any.pkg.tar.zst' from mirrors.gigenet.com : The requested URL returned error: 404
error: failed retrieving file 'python-pyudev-0.22-2-any.pkg.tar.zst' from manjaro.dcc.uchile.cl : The requested URL returned error: 404
error: failed retrieving file 'python-pyudev-0.22-2-any.pkg.tar.zst' from mirrors.netix.net : The requested URL returned error: 404
error: failed retrieving file 'python-pyudev-0.22-2-any.pkg.tar.zst' from mirror.is.co.za : The requested URL returned error: 404
error: failed retrieving file 'python-pyudev-0.22-2-any.pkg.tar.zst' from download.nus.edu.sg : The requested URL returned error: 404
error: failed retrieving file 'python-pyudev-0.22-2-any.pkg.tar.zst' from ba.mirror.garr.it : The requested URL returned error: 404
error: failed retrieving file 'python-pyudev-0.22-2-any.pkg.tar.zst' from repo.iut.ac.ir : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
Error installing repo packages
(base) ~ >>>  

ypoluektovich commented on 2020-02-08 19:27 (UTC)

Please add the udisks2 runtime dependency.