I need to create multiple copies of the same system i.e. I want to set up 30 SSD drives with Ubuntu 18.04 with some preinstalled features there such as ROS etc
I set up the environment on my local machine and now I wanna create an .iso image with this settings and files and populate ;) SSD drives.
I tried:
I using dd if of
but without success.
Issues: disk is not bootable and DD also creates image of 500gb (even though 480gb is an empty space...).
I saw some tutorials to set up bootable Ubuntu (empty one) which requires a lot of processes and would take a bunch of time...
My main question are: How to correctly create .iso file of the environment (with only necessary files) and what is the command/bash script (does not have to be complete) to set up the SSD drive with Ubuntu system on it from the terminal using that .iso image.
I would appreciate any help tips.