cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
975
Views
0
Helpful
1
Replies

UEFI pxe boot problem with WDS

rezafathikouhi
Level 1
Level 1

Hello all,

Recently, we purchased gigabyte H510M S2P motherboards and I could not enable legacy(bios) mode to install windows from WDS server. When i enable CSM on mitherboard to boot with bios it hangs on bios boot screen, so I enabled network stack to be able to boot from uefi mode. After enabling uefi , it does not get ip from dhcp and nothing happens. Our DHCP is cisco switch 3750 on each Vlan on different subnet and our wds and clients are on same vlan. Please help to be able to install in uefi mode . Thanks.

1 Reply 1

Hello
You will probably need set the dhcp options for the PXE boot in the dhcp pool, usually option 66-67.specifiying the tftp server and pxeclient

Example:
ip dhcp pool stan
network 10.10.10.0 255.255.255.0
option 66 ip 10.10.10.100 
option 67 ascii "PXEClient"
default-router 10.10.10.1
domain-name stan.com
dns-server 10.10.10.1
lease 0 8


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul