Hello,
I have it now working.
You have to disable pre-enroll keys
Although it will also work with no EFI partition at all
But if you have an EFI partition and it does have pre-enrolled keys, then you get this
I tested all the following configuration and only the first one, didn't work, the bios version worked (with intel 440 chipset)
Now I'm curious to try the injection function to inject a windows answer file into the booting ISO
I searched, could not find how to enable dhcp proxy mode, will probably replace dhcpserver with dnsmasq which has this functionality.
I prefer to see all dhcp leases from my network from a single location
I think I will add webmin and samba and share the iso folder with write access and this will also become the place where all my ISOs are stored for all the other proxmox computers
BTW I remapped port 26000 to 80
with this command
I tried to also map 443 but got SSL not compatible error, seems like SSL+self-signed certificates are not enabled
I have it now working.
You have to disable pre-enroll keys
Although it will also work with no EFI partition at all
But if you have an EFI partition and it does have pre-enrolled keys, then you get this
I tested all the following configuration and only the first one, didn't work, the bios version worked (with intel 440 chipset)
Now I'm curious to try the injection function to inject a windows answer file into the booting ISO
I searched, could not find how to enable dhcp proxy mode, will probably replace dhcpserver with dnsmasq which has this functionality.
I prefer to see all dhcp leases from my network from a single location
I think I will add webmin and samba and share the iso folder with write access and this will also become the place where all my ISOs are stored for all the other proxmox computers
BTW I remapped port 26000 to 80
with this command
Code:
#re-route port 443 to 8006
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8006
#make above rule permanent
apt update ; apt install iptables-persistent -y
I tried to also map 443 but got SSL not compatible error, seems like SSL+self-signed certificates are not enabled
Code:
iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 8006