mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-25 10:45:10 +01:00
fix factory set default error
This commit is contained in:
parent
6a6b479222
commit
09d8e64fe4
@ -27,8 +27,8 @@ It will take a little longer. When it finishes, we need to erase the current con
|
||||
factory set-default
|
||||
reset
|
||||
```
|
||||
??? info "If you get "factory set-default is not a valid command""
|
||||
If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
|
||||
??? info "If you get "Unknown command factory""
|
||||
If you get an `Unknown command factory` error, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
|
||||
|
||||
```
|
||||
reset
|
||||
|
@ -34,8 +34,8 @@ To confirm the factory reset action, you must send CAPITAL `Y` - sending a lower
|
||||
```
|
||||
reset
|
||||
```
|
||||
??? info "If you get "factory set-default is not a valid command""
|
||||
If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
|
||||
??? info "If you get "Unknown command factory""
|
||||
If you get an `Unknown command factory` error, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
|
||||
|
||||
```
|
||||
reset
|
||||
|
@ -34,8 +34,8 @@ To confirm the factory reset action, you must send CAPITAL `Y` - sending a lower
|
||||
```
|
||||
reset
|
||||
```
|
||||
??? info "If you get "factory set-default is not a valid command""
|
||||
If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
|
||||
??? info "If you get "Unknown command factory""
|
||||
If you get an `Unknown command factory` error, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
|
||||
|
||||
```
|
||||
reset
|
||||
|
@ -34,8 +34,8 @@ To confirm the factory reset action, you must send CAPITAL `Y` - sending a lower
|
||||
```
|
||||
reset
|
||||
```
|
||||
??? info "If you get "factory set-default is not a valid command""
|
||||
If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
|
||||
??? info "If you get "Unknown command factory""
|
||||
If you get an `Unknown command factory` error, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
|
||||
|
||||
```
|
||||
reset
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{% block announce %}
|
||||
<center>
|
||||
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v4.1 (08-06-2022)</a>
|
||||
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v4.2 (08-08-2022)</a>
|
||||
-
|
||||
<a href="https://github.com/Fohdeesha/lab-docu" target="_blank">Sources, Suggest, Contribute</a>
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user