Im on Ubuntu 24.04 LTS. Trying to run an autoinstall that shows a user interface. Actually i would be fine running it before the autoinstall even starts.
So i just need to display some information and possibly collect some information from the user installing a machine. Is there a way to do this during an autoinstall? Since we are installing physical devices there are various requirements and information that the user might need in advance.
The only way i found so far was using openvt to run bash as an ugly but functioning workaround.
Is there a way to get zenity to run for example?