From 364c25af19e70e5d7ab26746faaa1682e5ebef70 Mon Sep 17 00:00:00 2001 From: chbmb Date: Sat, 2 Nov 2019 17:48:35 +0000 Subject: [PATCH] Opnsense correction Had to remove the TFTP bit in opnsense to get EFI booting. --- README.md | 12 +++++++++++- readme-vars.yml | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bf6ee0..ad63e08 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ To use this image you need an existing DHCP server where you can set this TFTP s ### Router Setup Examples -#### PFSense/OPNsense +#### PFSense Services -> DHCP Server Set both the option for "TFTP Server" and the options under the Advanced "Network Booting" section. @@ -114,6 +114,16 @@ Set both the option for "TFTP Server" and the options under the Advanced "Networ * UEFI 32 bit file name- `netboot.xyz.efi` * UEFI 64 bit file name- `netboot.xyz.efi` +#### OPNsense +Services -> DHCP Server + +Under the Advanced "Network Booting" section. +* check enable +* Next server- IP of docker host +* Default BIOS file name- `netboot.xyz.kpxe` +* UEFI 32 bit file name- `netboot.xyz.efi` +* UEFI 64 bit file name- `netboot.xyz.efi` + #### Unifi Security Gateway (with the controller) Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS * tick Enable network boot diff --git a/readme-vars.yml b/readme-vars.yml index e25097c..c036c49 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -29,7 +29,7 @@ app_setup_block: | ### Router Setup Examples - #### PFSense/OPNsense + #### PFSense Services -> DHCP Server Set both the option for "TFTP Server" and the options under the Advanced "Network Booting" section. @@ -39,6 +39,16 @@ app_setup_block: | * UEFI 32 bit file name- `netboot.xyz.efi` * UEFI 64 bit file name- `netboot.xyz.efi` + #### OPNsense + Services -> DHCP Server + + Under the Advanced "Network Booting" section. + * check enable + * Next server- IP of docker host + * Default BIOS file name- `netboot.xyz.kpxe` + * UEFI 32 bit file name- `netboot.xyz.efi` + * UEFI 64 bit file name- `netboot.xyz.efi` + #### Unifi Security Gateway (with the controller) Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS * tick Enable network boot