Creating Linux LiveUSB

2024-05-23

Download latest ISO-image of your favorite Linux distro either Kubuntu 🌐 or Ubuntu 🌐.

Prepare an empty USB stick at least 4-8 GB size and plug it into your computer.

Use dd to create bootable LiveUSB stick with Linux on it.

sudo dd bs=4M if=/path/to/image.iso of=/dev/sda status=progress oflag=sync

Unplug your new Linux LiveUSB stick.