Hi,
I am trying to develop a procedure to perform an unattended installation; essentially I want to be able to have someone insert a USB stick, power up the machine and lets some scripts I embed in the image on the stick to perform the installation. The person would be non-technical and untrained so interaction is not possible nor desirable.
All the instructions I found so far are using an interactive GUI or a console, which is not Ok.
I am ok at using the initrd as the actual installed root FS, in fact, it is preferable. But I am open to option.
Grub is a necessity so I was thinking at simply duplicate what happens with the USB boot process but I fond little information for this. Any suggestions / pointers to detailed information?