I'm reading a lot of questions about how to install Ubuntu without a screen or similar scenario. But I wonder if there is a network-based installer that uses another Ubuntu machine on the same LAN.
For example this is my ideal scenario:
- embedded pc (x64/x86) without screen
- it's connected to my LAN with an Ethernet cable
- on my dev machine (Ubuntu as well) I run a software for the installation
- I boot the to-be-installed machine with a USB pen with a very early stage of Ubuntu installer
- the software on my dev machine looks for the network installer on the to-be-installed machine and connects to it
- in this way I can even use the graphical installer locally on my dev machine that, in turn, allow the installation on the other machine.
This approach would have several advantages:
- very easy to use on completely blind machines (no screen, no keyboard, etc...)
- no need to use preseed or other tricks
- it can manage several machines at the same time
- it could save the settings (like network configuration, default applications, etc...) in files so they can be loaded again when you have to make another machine of the same type.
Is there anything like this out there?
man dnsmasq
. @user535733 is incorrect. – waltinator Sep 28 '21 at 20:23