- Reaction score
- 84
- Location
- East Coast, NC (USA)
Next create two new directories in your WDS share:
\\<server>\REMINST\Boot\x86\Linux
\\<server>\REMINST\Boot\x86\pxelinux.cfg
2.Modify the DEFAULT file located in \\<server>\REMINST\Boot\x86\pxelinux.cfg directory (and same in \x64) to include the menu entries for your boot images.
The following bit's of information seem to conflict, one indicates the folders are only created in x86, and the other indicates that they exist in both x86 and x64.
If the default file exists in both, how do select which menu to use?
Sorry, you do create the directories in both x86 and x64. You will want your DEFAULT file the same in both as well.
You don't actually select the initial menu defined in the DEFAULT file (x86 or x64), it is done automatic by WDS depending on what platform you boot from; example it detects if your platform is x64 and automatically gives you that menu (DEFAULT file).
This is why we have to put the same files in both x86 and x64 directories, (including your boot images) so they are accessible by all platforms. I suspect if we used the wdsutil commands for both x86 and x64 with the /architecture:x86 switch this wouldn't be necessary, but I figure at some point I might want different options for x64 *shrug*
Last edited: