Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit 364c25a

Browse files
CHBMBthelamer
authored andcommitted
Opnsense correction
Had to remove the TFTP bit in opnsense to get EFI booting.
1 parent d798484 commit 364c25a

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To use this image you need an existing DHCP server where you can set this TFTP s
104104

105105
### Router Setup Examples
106106

107-
#### PFSense/OPNsense
107+
#### PFSense
108108
Services -> DHCP Server
109109

110110
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
114114
* UEFI 32 bit file name- `netboot.xyz.efi`
115115
* UEFI 64 bit file name- `netboot.xyz.efi`
116116

117+
#### OPNsense
118+
Services -> DHCP Server
119+
120+
Under the Advanced "Network Booting" section.
121+
* check enable
122+
* Next server- IP of docker host
123+
* Default BIOS file name- `netboot.xyz.kpxe`
124+
* UEFI 32 bit file name- `netboot.xyz.efi`
125+
* UEFI 64 bit file name- `netboot.xyz.efi`
126+
117127
#### Unifi Security Gateway (with the controller)
118128
Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS
119129
* tick Enable network boot

readme-vars.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app_setup_block: |
2929
3030
### Router Setup Examples
3131
32-
#### PFSense/OPNsense
32+
#### PFSense
3333
Services -> DHCP Server
3434
3535
Set both the option for "TFTP Server" and the options under the Advanced "Network Booting" section.
@@ -39,6 +39,16 @@ app_setup_block: |
3939
* UEFI 32 bit file name- `netboot.xyz.efi`
4040
* UEFI 64 bit file name- `netboot.xyz.efi`
4141
42+
#### OPNsense
43+
Services -> DHCP Server
44+
45+
Under the Advanced "Network Booting" section.
46+
* check enable
47+
* Next server- IP of docker host
48+
* Default BIOS file name- `netboot.xyz.kpxe`
49+
* UEFI 32 bit file name- `netboot.xyz.efi`
50+
* UEFI 64 bit file name- `netboot.xyz.efi`
51+
4252
#### Unifi Security Gateway (with the controller)
4353
Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS
4454
* tick Enable network boot

0 commit comments

Comments
 (0)