guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.86k stars 237 forks source link

Is it possible to setup up pxe boot? #337

Open conrad9900 opened 4 years ago

conrad9900 commented 4 years ago

What were you doing?

Attempting to setup 50+ pi's to boot over net

What did you expect to happen?

PXE boot

What happened instead?

No config.txt and other files exist that normally are required for PXE boot

Was there an error message displayed? What did it say?

No Error

Version of FullPageOS?

Most Recent Stable build

[Can be found in /etc/fullpageos_version ALWAYS INCLUDE.]

Screenshot(s) showing the problem:

[If applicable. Always include if unsure or reporting UI issues.]

If you are building FullPageOS - provide a build.log that is created for the build

guysoft commented 4 years ago

Where are you getting stuck? https://linuxhit.com/raspberry-pi-pxe-boot-netbooting-a-pi-4-without-an-sd-card/

conrad9900 commented 4 years ago

Where are you getting stuck? https://linuxhit.com/raspberry-pi-pxe-boot-netbooting-a-pi-4-without-an-sd-card/

Just wanted to make sure it was possible before i went down a long road with over 60 pi's :-) The first command mentions a config file that dosent exist when i navigate to /boot

echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt

Is it okay to just create any files that are necessary but are not present?

Kind regards and great work so far mate

guysoft commented 4 years ago

Its possible but AFAIK there is no documentation to do this on FullPageOS/CustomPiOS. So you will have stuff to figure out, and you are welcome to add it to the wiki for other people in the future.

This is also a good moment to note that you are likely using FullPageOS for a proprietary use, and that I am a 100% volunteer here. So please consider making a donation from the instructions on the README page.

conrad9900 commented 4 years ago

Its possible but AFAIK there is no documentation to do this on FullPageOS/CustomPiOS. So you will have stuff to figure out, and you are welcome to add it to the wiki for other people in the future.

This is also a good moment to note that you are likely using FullPageOS for a proprietary use, and that I am a 100% volunteer here. So please consider making a donation from the instructions on the README page.

Check your paypal mate

guysoft commented 4 years ago

Thanks man! This will likely go to buy a haddrive to backup the build system.

abaddononion commented 2 years ago

I'd love to know if anyone ever figured this out or not... I'd also like to utilize FullPageOS in a PXE boot setup.