Ollifi
Posts: 13
Joined: Sun Dec 22, 2013 6:59 pm

Booting over Ethernet

Mon Oct 17, 2016 6:20 pm

Read about the Ethernet booting of RPi, and got interested about it. My goal is to have a info screen system with several RPi 3s attached with HDMI to screens/televisions. Initially I thought just preparing one SD card and cloning that for each screen. Could I use Ethernet booting instead, any drawbacks in this use case? At least I'd avoid corrupted SD cards.

I'd use Chromium to show a specific URL in each screen. However, that URL is different in every screen. How would that work with Ethernet boot? Would I have to keep a separate image for every RPi in the ethernet booting server?

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Booting over Ethernet

Tue Oct 18, 2016 6:38 am

You will need a bootable SD card to burn/enable netbooting , but only once. After that you can do "pure"
netbooting without any other media , just using an Ethernet cable.

As for the configuration , each Pi has a serial number so each Pi could request a customized config file
based on that. Should be a trivial to implement (famous last words ...).

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Ollifi
Posts: 13
Joined: Sun Dec 22, 2013 6:59 pm

Re: Booting over Ethernet

Tue Oct 18, 2016 1:36 pm

Thanks for reply! :)

Return to “Beginners”