Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
blocks:server:pxe-boot [2021-09-21 08:00]
admin Removed reference to Blocks version 3, and suggest re-installing old servers.
blocks:server:pxe-boot [2023-03-15 10:20] (current)
mattias [Network Boot of PIXILAB Player]
Line 2: Line 2:
 This document describes how to configure your existing [[blocks:server:creating_a_server|Linux-based Blocks server]] to allow [[blocks:porteus_kiosk|PIXILAB Player]] to boot from the server over the network, rather than from a USB stick or internal drive. This document describes how to configure your existing [[blocks:server:creating_a_server|Linux-based Blocks server]] to allow [[blocks:porteus_kiosk|PIXILAB Player]] to boot from the server over the network, rather than from a USB stick or internal drive.
  
-If your server came with Blocks 3 or later from the outset, most of this is already done. If so, you can skip down to [[#installing_pixilab_player_on_the_server|Installing PIXILAB Player on the server]] and continue from there.+If your provisioned your server from the desktop server image provided by Pixilab, most of this is already done. If so, you can skip down to [[#installing_pixilab_player_on_the_server|Installing PIXILAB Player on the server]] and continue from there.
  
 :!: If you bring in a Blocks data folder from an older (pre-Blocks 3) installation, you must update the configuration file to enable the tftp server, as described below. Alternatively, consider re-installing your server based on the latest server image. :!: If you bring in a Blocks data folder from an older (pre-Blocks 3) installation, you must update the configuration file to enable the tftp server, as described below. Alternatively, consider re-installing your server based on the latest server image.
Line 20: Line 20:
 ==== Adding Firewall Rule for TFTP ==== ==== Adding Firewall Rule for TFTP ====
  
 +If your server is based on a Linux server image older than 190711, as indicated by the "version" file found in the /home/pixi-server directory, or has no such version file, you need to update the firewall settings as described in this section. 
  
-The Linux firewall may need to be updated to allow for the TFTP traffic, this is already done in the Blocks server image running Ubuntu 20.04 or newer.  +Open a webmin interface and select the Linux Firewall module from the Networking section in the left hans menu.
-To do so, open a webmin interface and select the Linux Firewall module from the Networking section in the left hans menu.+
  
 {{:blocks:server:pxe-boot:firewallmodule.png?nolink&1000|}} {{:blocks:server:pxe-boot:firewallmodule.png?nolink&1000|}}
Line 59: Line 59:
 {{ :blocks:server:pxe-boot:pxe_grub_filename.png?1000;nolink |}} {{ :blocks:server:pxe-boot:pxe_grub_filename.png?1000;nolink |}}
  
-==== Using another DHCP server ====+==== Using external DHCP server ====
  
 If you can't use the DHCP server that's built into our Linux-based server, e.g., becuse you already have another DHCP server that you prefer to use instead, then you need to make some additional configuration of that DHCP server to network boot PIXILAB Player. If you can't use the DHCP server that's built into our Linux-based server, e.g., becuse you already have another DHCP server that you prefer to use instead, then you need to make some additional configuration of that DHCP server to network boot PIXILAB Player.
Line 79: Line 79:
  
 ===== Installing PIXILAB Player on the server ===== ===== Installing PIXILAB Player on the server =====
-First install the PIXILAB Player [[blocks:porteus_kiosk|on a USB stick]]. Make sure you use PIXILAB Player version 3.0.1 or later. Test the resulting USB stick by booting your player computer from it, as you may have done in the past. This is a good way to make sure the player itself works as desired before transferring it to the server. Once you have a working USB stick, proceed as follows:+First install the PIXILAB Player [[blocks:porteus_kiosk|on a USB stick]]. Test the resulting USB stick by booting your player computer from it, as you may have done in the past. This is a good way to make sure the player itself works as desired before transferring it to the server. Once you have a working USB stick, proceed as follows:
  
   * Insert the player USB into your Linux-based Blocks server. It will appear as a number of disks.   * Insert the player USB into your Linux-based Blocks server. It will appear as a number of disks.
Line 136: Line 136:
 </code> </code>
  
-If your Blocks server uses another domain name than //pixi.guide//,  change this URL to match. Likewise, if you're using another web server than Blocks to serve the PXE boot files, change the path accordingly.+:!: If your Blocks server uses another domain name than //pixi.guide//,  change this URL to match. Likewise, if you're using another web server than Blocks to serve the PXE boot files, change the path accordingly.