Server Variables Not Resolving Reliably
|
2017-11-13, 12:05
Post: #1
|
|||
|
|||
Server Variables Not Resolving Reliably
I am booting a Hyper-V guest using Tiny PXE Server.
My iPXE script starts Code: #!ipxe However, BootServer and dhcp-server do not working later in the script, I always receive could not boot image, file not found. Code: initrd ${BootServer}/boot/BCD If i hard code the ip in the following then it boots fine. Code: initrd http://10.0.1.62/boot/BCD I am using a menu, and so to check the variable I use it in the Menu Title and it displays the correct http://10.0.1.62 Why are these variables not working?? iPXE 1.0.0+ (30f9) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Server Variables Not Resolving Reliably - MikhailCompo - 2017-11-13 12:05
RE: Server Variables Not Resolving Reliably - NiKiZe - 2017-11-13, 22:56
RE: Server Variables Not Resolving Reliably - MikhailCompo - 2017-11-14, 11:01
RE: Server Variables Not Resolving Reliably - NiKiZe - 2017-11-14, 17:38
RE: Server Variables Not Resolving Reliably - MikhailCompo - 2017-11-15, 09:19
RE: Server Variables Not Resolving Reliably - NiKiZe - 2017-11-15, 19:40
RE: Server Variables Not Resolving Reliably - MultimediaMan - 2017-11-15, 13:59
|
User(s) browsing this thread: 1 Guest(s)