[Bug 295212] Re: Hangs on Starting Up

2009-01-07 Thread netAction
Same bug here (Ubuntu 8.10 i386).
But when usb-creator crashed, it left a partition mounted.
I had to unmount first before using gparted.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-12-19 Thread kwan3217
Similar bug for me, I ran sudo syslinux /dev/sde1 and it complained
about only working on 512 byte sectors. If syslinux doesn't like it, I
suppose it won't work, but usb-creator shouldn't hang forever like this.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-12-05 Thread Konrad Anton
Success story! I used to get only to the point where:

[20:20:25] Installing...
[20:20:25] Source CD: /home/konrad/Download/ubuntu-8.10-desktop-i386.iso
[20:20:25] Destination disk: /dev/sdc1
[20:20:25] Persistence size: 6366 MB
[20:20:25] Marking partition 1 as active.
[20:20:25] installing the bootloader to /dev/sdc1.
[20:20:25] Forcing shutdown of the install process.

and nothing happened. It turned out (after some printf-debugging in
backend.py) that I had no 'mtools' installed. I installed mtools and
that problem was gone.

You can check if that is your problem by looking up the device of your
USB drive's single partition (e.g. /dev/sdc1) and trying the command

  sudo syslinux /dev/sdc1   # if /dev/sdc1 is your USB stick's VFAT
partition, better check twice

If mtools are missing, syslinux will complain.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-12-05 Thread Juan Manuel Fraga
I installed mtools... now it is working on my machine.

Thanks.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-12-02 Thread erlguta
This is what i did.
My usb disk was in vfat (1Gb).
I formated it in ext3 (you will lose all data in the usb drive): 

- umount /media/disk

- sudo mkfs.ext3 /dev/sdb
(Caution: Careful while entering device/partition name; wrong name can wipe out 
entire hard disk!!!)

and now when i start usb-creator it tell me to format the disk (yes, again)...
and it works.

So...it does not works with one usb disk formated in vfat?

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-12-01 Thread erlguta
Same problem here.
Simple does nothing.
Stay in Starting up hours.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-11-25 Thread cybersword
I had a single 1GB FAT16 partition (created by Windows XP) on my drive
(1GB total), and used gparted to remove the old partition and create a
new FAT16 partition. This also resolved my issue.

Thanks pg4i for posting your solution.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-11-11 Thread pg4i
Hi, same errors here using Ubuntu 8.10 started from the LiveCD option.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-11-11 Thread pg4i
Done some debugging. My 8 Gb USB stick had one large vfat partition.
Somehow, usb-creator could not detect this partition, it would get stuck
at the message: Persistence size: 128 MB.

So I installed gparted and deleted this partition and created 2 new
fat16 partition of 4 GB each. Next, usb-creator worked fine.

The error seems to come from install_bootloader(self) in
/usr/share/pyshared/usbcreator/backend.py because the line tmp =
device.lstrip(rootdev) would return no value.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-11-09 Thread Johannes Rohr
same here. I run it with python -v but this is how it ends:

{'capacity': dbus.UInt64(4043309056L), 'uuid': 'B867-3D31', 'label': 
'PILLEPALLE', 'free': 4024537088L, 'fstype': 'vfat', 'device': '/dev/sdb', 
'mountpoint': '/tmp/tmpRsZAsL', 'udi': 
'/org/freedesktop/Hal/devices/volume_uuid_B867_3D31'}
[14:52:05] adding: /dev/sdb
[14:53:24] mounting /home/data/Azureus Downloads/ubuntu-8.10-alternate-i386.iso
[14:53:25] updating dest_status as part of update_row_state
[14:53:33] Installing...
[14:53:33] Source CD: /home/data/Azureus 
Downloads/ubuntu-8.10-alternate-i386.iso
[14:53:33] Destination disk: /dev/sdb
[14:53:33] Persistence size: 128 MB

After that it is stuck, pressing cancel does not work.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-11-09 Thread Johannes Rohr
same here. I run it with python -v but this is how it ends:

{'capacity': dbus.UInt64(4043309056L), 'uuid': 'B867-3D31', 'label': 
'PILLEPALLE', 'free': 4024537088L, 'fstype': 'vfat', 'device': '/dev/sdb', 
'mountpoint': '/tmp/tmpRsZAsL', 'udi': 
'/org/freedesktop/Hal/devices/volume_uuid_B867_3D31'}
[14:52:05] adding: /dev/sdb
[14:53:24] mounting /home/data/Azureus Downloads/ubuntu-8.10-alternate-i386.iso
[14:53:25] updating dest_status as part of update_row_state
[14:53:33] Installing...
[14:53:33] Source CD: /home/data/Azureus 
Downloads/ubuntu-8.10-alternate-i386.iso
[14:53:33] Destination disk: /dev/sdb
[14:53:33] Persistence size: 128 MB

After that it is stuck, pressing cancel does not work.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-11-08 Thread Vadim Peretokin
Same thing here. It refuses to quit too, the quit button doesn't work.
How disappointing.

[EMAIL PROTECTED]:~$ usb-creator

-- Starting up at 12:09:20 --
[12:09:20] new device:
{'capacity': dbus.UInt64(2041012736L), 'uuid': '8C40-3F1C', 'label': '', 
'free': 1380974592, 'fstype': 'vfat', 'device': '/dev/sdc', 'mountpoint': 
'/media/disk', 'udi': '/org/freedesktop/Hal/devices/volume_uuid_8C40_3F1C'}
[12:09:20] adding: /dev/sdc
[12:09:24] mounting /home/vadi/ubuntu-8.10-desktop-amd64.iso
[12:09:24] updating dest_status as part of update_row_state
[12:09:25] Installing...
[12:09:25] Source CD: /home/vadi/ubuntu-8.10-desktop-amd64.iso
[12:09:25] Destination disk: /dev/sdc
[12:09:25] Persistence size: 128 MB
[12:09:30] Forcing shutdown of the install process.
[12:09:30] Forcing shutdown of the install process.
[12:09:31] Forcing shutdown of the install process.
[EMAIL PROTECTED]:~$

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-11-08 Thread Vadim Peretokin
** Changed in: usb-creator (Ubuntu)
   Status: New = Confirmed

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295212] Re: Hangs on Starting Up

2008-11-08 Thread Igor Vatavuk
I encountered this bug as well.
I saw that someone mentioned this problem in irc, and developer asked for 
strace of install.py process, but that process is not even started.

-- 
Hangs on Starting Up
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs