Comment 4 for bug 349786

Revision history for this message
Sander Jonkers (jonkers) wrote : Re: [Bug 349786] Re: [Jaunty Beta] usb-creator 0.1.15 results in no usable usb-stick

On Sat, Apr 4, 2009 at 20:58, Craig Huffstetler <<email address hidden>
> wrote:

> During this installation, once it brings up the command prompt and exits
> install, can you give us the output of 'sudo lspci -vv' and 'sudo lspci
> -vvn' from the Linux kernel. This will help us troubleshoot. Thanks in
> advance!

I don't know if this is still needed, and whether is was meant for me, but
if so: see the included files.

This is the output after usb-creator stopped at 37% completion, after it was
instructed to create a 1.2 GB persistent space on a 2GB flash drive.

ubuntu@ubuntu:~$ usb-creator

-- Starting up at 18:21:54 --
[18:21:54] /var/lib/python-support/python2.6/dbus/connection.py:242:
DeprecationWarning: object.__init__() takes no parameters
  super(Connection, self).__init__(*args, **kwargs)
[18:21:54] got a disc: Ubuntu 9.04 i386
[18:21:54] new device:
{'udi': '/org/freedesktop/Hal/devices/volume_uuid_623E_568B', 'capacity':
dbus.UInt64(1967058432L), 'uuid': '623E-568B', 'device': '/dev/sdb1',
'mountpoint': '/media/disk', 'fstype': 'vfat', 'free': 1951825920L, 'label':
''}
[18:21:54] adding: /dev/sdb1
[18:21:54] updating dest_status as part of update_row_state
[18:21:59] Installing...
[18:21:59] Source CD:
/org/freedesktop/Hal/devices/volume_label_Ubuntu_9_04_i386
[18:21:59] Destination disk: /dev/sdb1
[18:21:59] Persistence size: 1218916352 B
[18:21:59] Marking partition 1 as active.
[18:21:59] installing the bootloader to /dev/sdb.
[18:21:59] ['dd', 'if=/usr/lib/syslinux/mbr.bin', u'of=/dev/sdb', 'bs=446',
'count=1', 'conv=sync']
[18:21:59] installing the bootloader to /dev/sdb1.
[18:21:59] ['syslinux', '/dev/sdb1']
[18:21:59] ['parted', '-s', dbus.String(u'/dev/sdb'), 'set', u'1', 'boot',
'on']
[18:22:00] ['rm', '-rf', u'/media/disk/autorun.inf']
[18:22:00] ['rm', '-rf', u'/media/disk/casper']
[18:22:00] ['rm', '-rf', u'/media/disk/dists']
[18:22:00] ['rm', '-rf', u'/media/disk/install']
[18:22:00] ['rm', '-rf', u'/media/disk/isolinux']
[18:22:00] ['rm', '-rf', u'/media/disk/md5sum.txt']
[18:22:00] ['rm', '-rf', u'/media/disk/pics']
[18:22:00] ['rm', '-rf', u'/media/disk/pool']
[18:22:00] ['rm', '-rf', u'/media/disk/preseed']
[18:22:00] ['rm', '-rf', u'/media/disk/README.diskdefines']
[18:22:00] ['rm', '-rf', u'/media/disk/ubuntu']
[18:22:00] ['rm', '-rf', u'/media/disk/wubi.exe']
[18:22:00] ['rm', '-rf', u'/media/disk/.disk']
[18:22:00] ['rm', '/media/disk/casper-rw']
[18:22:00] ['/usr/share/usb-creator/install.py', '-s', u'/cdrom/.', '-t',
'/media/disk', '-p', '1218916352']
ubuntu@ubuntu:~$