mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-29 11:15:23 +01:00
change reset to boot_primary
I have seen on a few switches (4 so far) that they come with the secondary flash as default boot. Even after doing factory set-default it will still boot the secondary flash after updating from the bootloader. The switch models I've experienced this on were the ICX7150 and ICX7250. Since the guide flashes the primary we can just guide people to boot the primary so there is no confusion in case it boots from secondary.
This commit is contained in:
parent
741fcc430c
commit
ac61161f83
@ -34,7 +34,7 @@ After a couple minutes, it should complete. Now we clear the temporary IP, then
|
|||||||
```
|
```
|
||||||
setenv ipaddr
|
setenv ipaddr
|
||||||
saveenv
|
saveenv
|
||||||
reset
|
boot_primary
|
||||||
```
|
```
|
||||||
## First Boot & Login
|
## 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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user