How to create a bootable Ubuntu USB flash drive from terminal List devices sudo fdisk -l Create a bootable Ubuntu flash drive with dd method sudo dd bs=4M if=ubuntu-22.04-desktop-amd64.iso of=/dev/sda status=progress oflag=sync