Just bought two Mikrotik-952ui-5ac2nd routers from Amazon. Neither responded to the Tiny PXE server. The two units I purchase last year, program without a problem using the same equipment and process. Tried two different computers and switches without success.
Tiny PXE returns errors unless you do that first. Once you make the factory firmware settings change you can proceed.
Ed
PS ... or of course it could be something else
Jason K4APR
To set a MikroTik device to boot via Ethernet first (i.e., use Etherboot for Netinstall or PXE-type boot) using the command line, use the following RouterOS CLI command:
shell
/system routerboard settings set boot-device=try-ethernet-once-then-nand
This will instruct the device to first attempt booting via Ethernet (Etherboot mode). If no Netinstall server is found, it will then boot from onboard storage (NAND).
After issuing the command, reboot the device:
shell
/system reboot
On the next boot, the router will first try to boot from Ethernet. This is commonly used for reinstallation or recovery scenarios with MikroTik Netinstall.
Good luck!
Orv W6BI
Also, the "shell" command returns "bad command".
Also, I think the command should be
system routerboard settings set boot-device=try-ethernet-once-then-nand
Give that a shot.