Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Startup Disk Creator doesn't start

  1. #1
    Join Date
    Aug 2012
    Beans
    242
    Distro
    Ubuntu Development Release

    Startup Disk Creator doesn't start

    This is the error message that pop-ups in dialog box.

    Code:
    An error occurred while talking to the udisks service.
    Code:
    apt-cache policy usb-creator-gtk udisks
    usb-creator-gtk:
      Installed: 0.2.42
      Candidate: 0.2.42
      Version table:
     *** 0.2.42 0
            500 http://archive.ubuntu.com/ubuntu/ raring/main i386 Packages
            100 /var/lib/dpkg/status
    udisks:
      Installed: 1.0.4-7
      Candidate: 1.0.4-7
      Version table:
     *** 1.0.4-7 0
            500 http://archive.ubuntu.com/ubuntu/ raring/main i386 Packages
            100 /var/lib/dpkg/status
    Update: already reported https://bugs.launchpad.net/ubuntu/+s...r/+bug/1090212
    Last edited by serdotlinecho; December 14th, 2012 at 05:26 AM.

  2. #2
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

    Re: Startup Disk Creator doesn't start

    Yup .. same here.

    <I clicked "affects me too"> +1

  3. #3
    Join Date
    Oct 2007
    Beans
    24
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Startup Disk Creator doesn't start

    +1

    Worked well around three weeks ago....

  4. #4
    Join Date
    Mar 2006
    Beans
    4,405
    Distro
    Ubuntu Development Release

    Re: Startup Disk Creator doesn't start

    hasn't worked for me since just after the start of quantal .
    if it ain't broke you haven't tweaked it enough

  5. #5
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Startup Disk Creator doesn't start

    The message just reflects a crash in usb-creator-helper, been happening for quite some time. (& likely well known as reports would go to whoopsie/whatever or filed directly on crash here weeks ago
    https://bugs.launchpad.net/ubuntu/+s...r/+bug/1078810

    Usually here sdc never works well or at all during dev, generally does near or at release

  6. #6
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Startup Disk Creator doesn't start

    With usb-creator 0.2.41 & 0.2.42 dead on landing & still so, - one can use 0.2.40ubuntu1 (python2.7) in 13.04
    To do so -
    get both .debs from here, under "Builds" pick arch.
    https://launchpad.net/ubuntu/+source.../0.2.40ubuntu1
    Put them in a folder, cd to that folder & sudo dpkg -i *.deb to downgrade.

    Then before using -
    Code:
    sudo gedit /usr/lib/python2.7/dist-packages/usbcreator/misc.py
    replace lines 39 & 40 - screen 1
    from IN import INT_MAX
    MAX_DBUS_TIMEOUT = INT_MAX / 1000.0
    with - screen 2 (keep indent as shown
    Code:
    MAX_DBUS_TIMEOUT = 2147483
    Attached Images Attached Images
    Last edited by mc4man; December 31st, 2012 at 10:04 PM.

  7. #7
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

    Re: Startup Disk Creator doesn't start

    Iv'e used maveric (10.10) to do all my start-up-disks and I also zsync from that install.Never fails.

  8. #8
    Join Date
    Jul 2005
    Location
    Berlin, Germany
    Beans
    415
    Distro
    Ubuntu Development Release

    Re: Startup Disk Creator doesn't start

    ... or you could just install grub to a suitably large (2GB+) USB stick, copy the ISO file directly to the stick, and set up the necessary grub menu entries.

    I've done this on an old USB stick, and I have semi-latest raring ISO on it, plus 12.10 ISO as a fall back.

    If the stick has enough spare space on it, you could even use zsync to update the ISO file directly on the stick, and save yourself another unnecessary step. Keep the .zs-old file as a rollback plan if the new image doesn't work for any reason.

    Treat yourself to a decent-sized USB stick, and copy a whole bunch of Linux ISOs to it... much more convenient.
    Last edited by pressureman; January 2nd, 2013 at 01:40 AM.
    Linux user since Slackware 3.4

  9. #9
    Join Date
    Sep 2006
    Location
    Central Europe
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Startup Disk Creator doesn't start

    Code:
    dd if=ubuntu.iso of=/dev/sdX bs=1M
    The Power User’s Guide to Unity
    Questions about Ubuntu? Ask them at askubuntu.com!

  10. #10
    Join Date
    Oct 2007
    Beans
    24
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Startup Disk Creator doesn't start

    Today's update fixed it for me.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •