2

I want to make a bootable live USB from Ubuntu 14.04. When I insert a free USB, Startup Disk Creator says Capacity: 7.5GB; Free 0.0GB.

This is a free and working USB, as I can copy file on it. I tried to format it several times with GParted and Disk, but still the same result.

When I hit Erase in Startup Disc Creator, it gives the following error:

org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/share/usb-creator/usb-creator-helper", line 239, in Format
    block.call_format_sync('dos', GLib.Variant('a{sv}', {'erase': GLib.Variant('s', '')}), None)
gi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error synchronizing after initial wipe: Timed out waiting for object

How can I safely format and create a live USB?

Googlebot
  • 1,747
  • 9
  • 33
  • 55
  • 2
    format it first in Disks to FAT. Then Startup Disk Creator should be ok. – doug Jun 30 '14 at 12:58
  • The same problem is solved [here][1]. [1]: http://askubuntu.com/questions/477049/startup-disk-creator-shows-no-free-space-on-my-usb-stick/502019#502019 – radinho Jul 24 '14 at 12:00
  • Amazing this is the error message for using the wrong file system type. WTF? – James T Snell Nov 11 '14 at 18:27
  • 1
    I managed to do it with Gparted http://askubuntu.com/questions/22381/how-to-format-a-usb-flash-drive. – umpirsky Dec 05 '14 at 12:19

3 Answers3

1

The error "Failed: Error synchronizing after initial wipe: Timed out waiting for object" comes up with a bug report at ubuntu launchpad see - https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1307627. Try using another usb just to eliminate a hardware fault.

Gadgetroid
  • 167
  • 8
1

If you have windows/Mac, format it to FAT/NTFS partition and try again. Obviously there should be some other Linux solution, but this is the quickest ;)

mac
  • 3,801
  • 4
  • 35
  • 50
0

I had the same error. in my case, I discovered I had mapped some days before another device (my phone) as /dev/sdb in /etc/fstab file, for automounting. I removed the entry, restarted, and then I can use the startup disk utility as expected.

cesarpachon
  • 347
  • 1
  • 4
  • 11