mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-25 10:45:10 +01:00
fix icx7xxx booting into wrong bootloader
fix for users whose switches were booting into old bootloaders, "reset" will always reboot using the current bootloader (the new one we just updated)
This commit is contained in:
parent
09d8e64fe4
commit
1bc66af3f4
@ -40,7 +40,7 @@ After a couple minutes, it should complete. Now we clear the temporary IP, then
|
||||
```
|
||||
setenv ipaddr
|
||||
saveenv
|
||||
boot_primary
|
||||
reset
|
||||
```
|
||||
## First Boot & Login
|
||||
This first boot will take a few minutes - you'll see messages regarding a PoE firmware update taking place, and likely errors regarding boot-monitor mismatches and incompatible package versions - these are all expected and can be ignored. They will be remedied by the next reboot when the new bootloader is used. Hit enter and you should be given a login prompt. The default login is now:
|
||||
|
@ -36,7 +36,7 @@ After a couple minutes, it should complete. Now we clear the temporary IP, then
|
||||
```
|
||||
setenv ipaddr
|
||||
saveenv
|
||||
boot_primary
|
||||
reset
|
||||
```
|
||||
## First Boot & Login
|
||||
This first boot will take a few minutes - you'll see messages regarding a PoE firmware update taking place on PoE models, and likely errors regarding boot-monitor mismatches and incompatible package versions - these are all expected and can be ignored. They will be remedied by the next reboot when the new bootloader is used. Hit enter and you should be given a login prompt. The default login is now:
|
||||
|
Loading…
Reference in New Issue
Block a user