Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleInternet Access Required

In contrast to a typical PXE environment, the installation of IGEL OS 12 requires Internet access because the endpoint devices must be able to reach the IGEL App Portal.

...

  1. On your Windows server, go to DHCP and right-click on IPv4.

  2. Define each vendor class as follows:
    1. In the DHCP Vendor Classes dialog, click Add.
    2. Enter the data according to the vendor class you are creating:
      1. Vendor class for UEFI on an x86 architecture:
        • Display name: PXEClient (UEFI x86)
        • Description: PXEClient:Arch:00006
      2. Vendor class for UEFI on an x64 architecture:
        • Display name: PXEClient (UEFI x64)
        • Description: PXEClient:Arch:00007
      3. Vendor class for BIOS on x86 and x64 architectures:
        • Display name: PXEClient (BIOS x86 & x64)
        • Description: PXEClient:Arch:00000


  3. Perform the following steps for each vendor class you have created:
    1. Right-click Scope ([IP address]) DHCP range > Policies and select New Policy from the context menu.
    2. At Policy Name, enter the name exactly as you did for the vendor classes, i.e, once PXEClient (UEFI x86), once, PXEClient (UEFI x64), and once PXEClient (x86 & x64).
    3. Click Next.
    4. In the Configure Conditions for the policy screen, click Add.
    5. In the Add/Edit Condition dialog, click the drop-down menu Value:.
    6. Select the appropriate vendor class.
    7. Activate Append wildcard. click Add and then OK.
    8. Click Next,
    9. Answer the question Do you want to configure an IP address range for the policy? with No and click Next.
    10. Activate option 060 and edit it, according to the policy you are at:
      • For PXEClient (UEFI x86), enter PXEClient.
      • For PXEClient (UEFI x64), enter PXEClient.
      • For PXEClient (BIOS x86 & x64), leave the option empty.
    11. Activate option 066 and enter the Fully Qualified Domain Name (FQDN) or the IP address of your TFTP server.
    12. Activate option 067 and enter the path to the appropriate .efi file on your TFTP server. For example, this might be grub/bootx64.efi for the PXEClient (UEFI x64) vendor class if you are using GRUB as the bootloader.
       
  4. Review your Scope Options; they should be similar to this:


  5. Go to Server Options, add option 066, and enter the Fully Qualified Domain Name (FQDN) or the IP address of your TFTP server.



Deploying the TFTP Server

...