...
Creating bootable USB drive
This step takes place on a host PC running Linux.
...
download Ubuntu server .iso file
...
Connect a USB thumb drive to your pc
...
Run command: lsblk
...
Identify your drive (usually /dev/sdX, X can be different for each system)
NOTE: SATA HDDs & SSDs also identify as sdX so be careful not to corrupt your data.
...
Run command:sudo dd if=${path/to/iso/file.iso} of=/dev/sdX status=progress
...
Reffer to this section: https://solidrun.atlassian.net/l/cp/m9Reo11r
Connecting serial console
...