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?
Announcement
Collapse
No announcement yet.
How to create bootable USB Flash drive
Collapse
This topic is closed.
X
X
-
Etcher is my go-to app for creating USB drives.
https://www.balena.io/etcher/
https://github.com/balena-io/etcherConstant change is here to stay!
- Top
- Bottom
Comment
-
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
- Top
- Bottom
Comment
-
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.27.11| Kubuntu 24.04 | 6.8.0-31-generic
- Top
- Bottom
Comment
-
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.
- Top
- Bottom
Comment
-
Originally posted by MoonRise View PostAlways had success with this --> https://www.ventoy.net/en/index.htmlRegards, John Little
- Top
- Bottom
Comment
-
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.
- Top
- Bottom
Comment
Comment