Comment 2 for bug 290154

Revision history for this message
Conrad Knauer (atheoi) wrote :

It did not fix the problem, unfortunately; I still get the same error.

Here was the command line output, BTW:

---
$ usb-creator -s

-- Starting up at 11:23:46 --
[11:23:46] adding: /dev/sdb
[11:24:04] mounting /home/conrad/Desktop/ISOs/Ubuntu/intrepid-081025-desktop-i386.iso
[11:24:04] updating dest_status as part of update_row_state
[11:24:12] deleting /dev/sdb from the ui
[11:24:12] device removed and none left. source = False
[11:24:12] possibly adding: /org/freedesktop/Hal/devices/volume_uuid_E73F_40BB
[11:24:12] new device:
{'capacity': dbus.UInt64(2048062464L), 'uuid': 'E73F-40BB', 'label': '', 'free': 0, 'fstype': 'vfat', 'device': '/dev/sdb1', 'mountpoint': '', 'udi': '/org/freedesktop/Hal/devices/volume_uuid_E73F_40BB'}
[11:24:12] adding: /dev/sdb1
[11:24:12] updating dest_status as part of update_row_state
[11:24:13] updating dest_status as part of update_row_state
[11:24:13] prop modified
[11:24:13] device_udi: /org/freedesktop/Hal/devices/volume_uuid_E73F_40BB
[11:24:13] num_changes: 2
[11:24:13] change: volume.mount_point
[11:24:13] change: volume.is_mounted
[11:24:24] Installing...
[11:24:24] Source CD: /home/conrad/Desktop/ISOs/Ubuntu/intrepid-081025-desktop-i386.iso
[11:24:24] Destination disk: /dev/sdb1
[11:24:24] Persistence size: 0 MB
[11:24:24] Marking partition 1 as active.
[11:24:24] installing the bootloader to /dev/sdb1.
[11:24:25] ['/usr/share/usb-creator/install.py', '-s', '/tmp/tmp4U2yUD/.', '-t', '/media/disk', '-p', '0']
[11:25:49] Unmounting source volume.
[11:25:50] Install command exited with code: 0

---