Announcement

Collapse
No announcement yet.

How to create bootable USB Flash drive

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

    [SOLVED] How to create bootable USB Flash drive

    I don't see anything going through the menu options. I checked synaptic and I find that there are several USB Creator applications but nothing on how to access them. What am I missing?
    Last edited by bubba; Mar 23, 2022, 10:10 PM.

    #2
    Disregard, in looking at Synaptic it appeared to me that these applications were installed, they weren't. I just installed one and will try it now.

    Comment


      #3
      Etcher is my go-to app for creating USB drives.

      https://www.balena.io/etcher/

      https://github.com/balena-io/etcher
      Constant change is here to stay!

      Comment


        #4
        Partclone is an alternative: clone your Kubuntu partition on the PC and restore it to the USB drive. You will have to change uuid and install bootloader, which is the tricky bit, explained here: https://tinyurl.com/y83g89tk

        Comment


          #5
          When you try one USB burners, and it works, stay with it. If it doesn't work, or stops working, try another. There are lots of USB burners, and most work the same way.
          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


            #6
            Always had success with this --> https://www.ventoy.net/en/index.html

            Better yet is depending on USB drive size is you can have multiple ISOs to choose from.

            Comment


              #7
              Originally posted by MoonRise View Post
              Always had success with this --> https://www.ventoy.net/en/index.html
              Ventoy's approach is much simpler and faster than the old, "burning", method based on emulating writable CDs. As well, Ventoy is an active project, so things get fixed. For example, the daily *buntu isos for Jammy broke on Ventoy for me earlier this year, but now they work.
              Regards, John Little

              Comment


                #8
                jlittle What's rush?
                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


                  #9
                  Sorry for late post, but it could still help someone. I always just use the command line. It helps in a situation where you only have access to the shell.
                  dd if=nameorpath.iso of=/dev/sdX status=progress
                  after if (input file) is the path or file name of your iso and then after of (output file) is the device, mine is usually /dev/sdd or /dev/sde but it varies.
                  An example below with the path:
                  dd if=/home/user/Kubuntu.iso of=/dev/sdd status=progress
                  Obviously this is for advanced users as you could overwrite your hard drive if you are not careful and do not know the drive are writing to, so use caution.
                  Last edited by rab0171610; Apr 23, 2022, 12:18 AM.

                  Comment

                  Working...
                  X