Hello guys,
i have set up my Raspberry Pi 3 with PXE according to this tutorial: https://www.raspberrypi.org/documentati ... utorial.md
However, the problem with this is that it is only suitable for only one client, since there would be much space needed on the nfs server for different clients and because it would be causing heavy network load. That's why I would like to load only one file to the Pi containing the whole root filesystem which would then be inside some kind of ramdisk or something comparable, causing no more network load.
Is there any possibility to accomplish this? Has anyone done something like this before?
An SD card would absolutely not be an option for my purpose and due to the amount of clients an nfs server wouldn't be either.
best regards