I will try to keep this question short and concise:
I have recently discovered the use of preseed
and kickstart
for unattended installation for numerous Linux distros. This seems to be the right way for me since I want to automate the installation process of an OS using packer, but there is a problem:
It is a Desktop. Ubuntu Desktop 18.04 to be precise
I have googled this problem and found many examples, many of them with the same solution:
- Use Ubuntu server
- Install desktop on the server
That is not something I want.
I also found a possible solution - which I have not tried myself - for Ubuntu desktop 16.04, which seemed complicated even though it is well explained.
Ref: Unattended installation Ubuntu Desktop 16.04
I would really appreciate an answer or a solution to my dilemma. Giving a roughly explanation if it is possible or not.
Thanks.
EDIT: When I tried to use Packer for unattended installation it did not work.