When running Multiboot as root user in Ubuntu 14.10 I get the following message and multiboot does not start:
sudo multibootusb
Cleaning old multibootusb directory.
Extracting syslinux to multibootusb directory.
7.2.0
7.2.0
/usr/bin/sudo
Could not find a label
Could not find a label
Could not find a label for device /dev/sdb1
Getting drive info from dbus...
Traceback (most recent call last):
File "/usr/bin/multibootusb", line 816, in <module>
window = AppGui()
File "/usr/bin/multibootusb", line 247, in init
self.onComboChange()
File "/usr/bin/multibootusb", line 273, in onComboChange
usb_details = self.get_usb_details()
File "/usr/bin/multibootusb", line 383, in get_usb_details
device_obj = bus.get_object("org.freedesktop.UDisks", "/org/freedesktop/UDisks/devices" + selected_usb_part)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in init
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UDisks was not provided by any .service files</module>
What happens when you run without sudo? Did your USB drive has name/ label?
When I run without sudo it would ask for root password and then do the same.
The USB is mounted here: /media/myusername/B2EC-BB81/ (I don't know what
you mean by "name/ label")
I don't have Ubuntu 14.10 installed anymore, but now have Ubuntu 14.04. It
runs now, but I have further problems.
When I click "Refresh" I get the following issues (but it still works):
Traceback (most recent call last):
File "/usr/bin/multibootusb", line 258, in onRefereshClick
self.onComboChange()
File "/usr/bin/multibootusb", line 273, in onComboChange
usb_details = self.get_usb_details()
File "/usr/bin/multibootusb", line 383, in get_usb_details
device_obj = bus.get_object("org.freedesktop.UDisks",
"/org/freedesktop/UDisks/devices" + selected_usb_part)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in
get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in
init
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in
activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in
start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.UDisks was not provided by any .service files
RRIP: rrip_offset 0
When I click "Create" I get the following issue (and it fails to create the
bootable USB):
Traceback (most recent call last):
File "/usr/bin/multibootusb", line 302, in onCreateClick
self.create_mbusb()
File "/usr/bin/multibootusb", line 600, in create_mbusb
inintial_usb_size = int(psutil.disk_usage(usb_mount)[1])
File "/usr/lib/python2.7/dist-packages/psutil/init.py", line 1441, in
disk_usage
return _psplatform.get_disk_usage(path)
File "/usr/lib/python2.7/dist-packages/psutil/_psposix.py", line 113, in
get_disk_usage
st = os.statvfs(path)
OSError: [Errno 2] No such file or directory: ''
Cheers,
Simon
On 3 February 2015 at 20:29, sundar_ima multibootusb@users.sf.net wrote:
Related
Bugs:
#20By looking at the mount point, it seems like the problem of usb label as it is mounted with uuid. I am already working on for this issue and will release a new version soon. Meanwhile, you can provide some name to usb disk (using gparted tool) and try again. You feedback is appreciated.
Thanks naming the partition worked. Have to say, once I got this working,
it was the simplest to use USB boot loader available for Linux.
Cheers,
Simon
On 4 February 2015 at 05:01, sundar_ima multibootusb@users.sf.net wrote:
Related
Bugs:
#20Hi,
I am still having issues with getting the program to start in 14.10. The memory stick in question has a label and isn't mounted by it's UUID either.
When running from a terminal, I get the following output:
I've tried both version 7.4.X and 7.3.X without success so far.
I think I found the problem. In my home folder, I only have .multibootusb/syslinux/bin and not .multibootusb/tools/syslinux/bin. So by altering lines 194 and 197 in /usr/lib/python2.7/dist-packages/scripts/gen_fun.py I was able to get it working.
The syslinux zip-files in /usr/multibootusb/* doesn't seem to have this "tools" folder either.
Sorry for the delay. I could not reproduce this bug. I have released the latest version 7.5.0 and tested in live environment (Ubuntu 14.10). I found no bug as mentioned by you when testing under live environment. Therefore, this bug will remain closed.