Announcement

Collapse
No announcement yet.

Startup Disk Creator not working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Startup Disk Creator not working

    Hi,

    Please, I tried to run Startup Disk Creator but I only give a message that says "Installing..." and never go away o do anything else. Any idea?
    I am running Kubuntu 17.10, fresh install.

    Screen capture: https://imgur.com/a/ptRlS
    Last edited by Snowhog; Jan 30, 2018, 08:17 AM.

    #2
    sudo dd if=/path/to/kubuntu.iso of=/dev/sdX bs=1M
    Where "X" is the letter of the drive. Use "sudo fdisk -l" to find it.
    Do not use /dev/sdX1, i.e., a partition of the USB stick. Use the whole thing.
    If it doesn't boot then use Kpartition to add the boot flag to it.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      I tried to do so but the problem is not with the USB stick. The message window is there the moment I run the app, whether the USB stick is plugged in or not. So I cannot do anything but to click on "cancel", and then the app closes.

      But thank you anyway.

      Comment


        #4
        Originally posted by metallextrem View Post
        I tried to do so but the problem is not with the USB stick. The message window is there the moment I run the app, whether the USB stick is plugged in or not. So I cannot do anything but to click on "cancel", and then the app closes.

        But thank you anyway.
        GG is talking about entering that at a command line in a terminal, not using Disk Creator. So if Disk Creator is misbehaving, you could try to re-install it or just remove it.
        The next brick house on the left
        Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.24.7 | Kubuntu 22.04.4 | 6.5.0-28-generic


        Comment


          #5
          mkusb ,,,,,,makes liveusb media with or without persistence and optional storage partition on a usb stick ,,,,,,if size permits .

          Code:
          vinny@vinny-Bonobo-Extreme:~$ apt search mkusb
          Sorting... Done
          Full Text Search... Done
          dus/xenial,xenial,now 12.2.9-1ubuntu1 all [installed,automatic]
          dus - Do USB Stuff, tool to create boot drives
          
          guidus/xenial,xenial,now 12.2.9-1ubuntu1 all [installed,automatic]
          guidus - GUI for dus, tool to create boot drives
          
          mkusb/xenial,xenial,now 12.2.9-1ubuntu1 all [installed]
          mkusb - tool to create boot drives
          
          mkusb-common/xenial,xenial,now 12.2.9-1ubuntu1 all [installed,automatic]
          mkusb-common - common package for mkusb, dus, and related program packages
          
          mkusb-nox/xenial,xenial,now 12.2.9-1ubuntu1 all [installed,automatic]
          mkusb-nox - tool to create boot drives - No-X-version of mkusb
          
          usb-pack-efi/xenial,xenial 12.2.9-1ubuntu1 all
          usb-pack-efi - help package for mkusb
          I did not nead the efi pack as I dont have any UEFI boxes .

          PPA ,,,,,

          https://launchpad.net/~mkusb/+archive/ubuntu/ppa

          and see https://help.ubuntu.com/community/mkusb

          O and my tutorial https://www.kubuntuforums.net/showth...ighlight=mkusb

          VINNY
          Last edited by vinnywright; Jan 31, 2018, 10:31 PM.
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #6
            Ok, thank you, I see now. Sorry, I'm a bit new to this. I guess Startup Disk Creator is broken, but I don't know how to fix it.

            Comment


              #7
              Thanks very much, I will try mkusb. Startup Disk Creator used to be simple and fine for me but I thinks it's broken.

              Comment


                #8
                Originally posted by metallextrem View Post
                Thanks very much, I will try mkusb. Startup Disk Creator used to be simple and fine for me but I thinks it's broken.
                if you dont need a live usb with persistence (the ability to save files and installed programs that will not "vanish" on a reboot) or all the rest of the tweeks that mkusb is capable of then do the "dd" thing @GG posted ,,,you run that command in a Konsole .

                BUT do not get the drive designation wrong or you will hose your self "dd" will write to anything even the running system if you point it at it ,,,and writing the .ISO to the running system will kill it .

                VINNY
                i7 4core HT 8MB L3 2.9GHz
                16GB RAM
                Nvidia GTX 860M 4GB RAM 1152 cuda cores

                Comment


                  #9
                  I used startup disk creator years ago and it gave me problems then. I have used unetbootin but I use etcher now https://etcher.io/ for the simplicity.

                  Comment


                    #10
                    Originally posted by Bings View Post
                    I used startup disk creator years ago and it gave me problems then. I have used unetbootin but I use etcher now https://etcher.io/ for the simplicity.
                    +1 for Etcher

                    Please Read Me

                    Comment


                      #11
                      Thanks a lot, I will try Etcher since I cannot fix Startup disk creator and Mkusb is a bit scary for me (yes, I know I know...)

                      Comment

                      Working...
                      X