I need to enter the boot file name as boot\x64\wdsmgfw.efi
However, when I type:
SRX# set system services dhcp boot-file 'boot\x64\wdsmgfw.efi'
I get:
SRX# show | display set | match dhcp
set system services dhcp boot-file "bootd\wdsmgfw.efi"
It substitutes the x64 for the character "d". I've tried to escape the x64 with a / and \. I've tried to quote it with " and ', but I cannot get the string I need. Is there any way to escape the x64 so it does not end up a "d"?