fix ftos netboot path

This commit is contained in:
Jon Sands 2024-06-07 02:45:28 -04:00
parent 88750f25dd
commit f31d97d5cf

View File

@ -178,7 +178,7 @@ cp.b 0x20000000 0xF8000000 0x200
```
Now we can finally netboot the FTOS operating system from your TFTP server. Change the IP in the command to the IP of your TFTP server:
```
f10boot tftp://192.168.1.8/TFTP-Content/FTOS-SE-9.14.1.14.bin
f10boot tftp://192.168.1.8/FTOS-SE-9.14.1.14.bin
```
It will start booting into FTOS. Note that it will start scanning/deleting orphan files it finds on the internal SD card that are leftover from whatever you were running on the switch before. If this was a fully Cumulus install or similar, it can take up to 20 minutes sitting here and doing this. Go make a hot pocket or something.