06-20-2023 07:31 AM
I have multiple WS-C3850 switches that are all having the same issue. All of them have read only mode on the flash for ROMMON and are unable to boot at all. Here is the output when trying to boot and all dir names.
switch: dir
List of filesystems currently registered:
xmodem[0]: (read-only)
null[1]: (read-write)
bs[3]: (read-only)
usbflash0[10]: (read-write)
flash[19]: (read-only)
tftp[20]: (read-write)
ftp[21]: (read-only)
http[22]: (read-only)
switch:
Booting...ERR: Read ERROR start 276857940 blks 1, retry = 2
ERR: Read ERROR start 276857940 blks 1, retry = 1
ERR: Read ERROR start 276857940 blks 1, retry = 0
Invalid starting data sector: 15024ERR: Read ERROR start 276857946 blks 1, retry = 2
ERR: Read ERROR start 276857946 blks 1, retry = 1
ERR: Read ERROR start 276857946 blks 1, retry = 0
Invalid starting data sector: 15024call dfs_loadpartitions, retry = 1
ERR: Read ERROR start 276877398 blks 1, retry = 2
ERR: Read ERROR start 276877398 blks 1, retry = 1
ERR: Read ERROR start 276877398 blks 1, retry = 0
ERR: Read ERROR start 276877399 blks 1, retry = 2
ERR: Read ERROR start 276877399 blks 1, retry = 1
ERR: Read ERROR start 276877399 blks 1, retry = 0
call dfs_loadpartitions, retry = 0
Interface GE 0 link down***ERROR: PHY link is down
The "IP_ADDR" environment variable is not set.
flash:packages.conf: no such file or directory
Cannot open file flash:packages.conf
flash:packages.conf: no such file or directory
flash:packages.conf: no such file or directory
Error loading "flash:packages.conf"
Interrupt within 5 seconds to abort boot process.
: no such device
: no such device
Error loading ""
Interrupt within 5 seconds to abort boot process.
Boot process failed...
The system is unable to boot automatically. The
BOOT environment variable needs to be set to a
bootable image.
switch:
Tried multiple different ways to attempt to fix it but I have no idea how as i'm new to this, any help would be appreciated.
06-20-2023 09:56 AM
- Try fsck flash:
M.
06-20-2023 01:19 PM
Hello @Mike ITSS,
Please do
dir flash:
And share the output.
06-20-2023 04:42 PM
IF the switches are still in ROMMON, post the complete output to the following commands:
06-20-2023 09:52 PM
When the switch goes into rommon, Issue the dir bootflash: command to list the files present in the bootflash, or issue the dir slot0: command to list the files present in the Compact Flash device.
rommon 1 >dir bootflash:
rommon 2 >dir slot0:
The reason the switch reboots continuously is because the system image file name specified does not exist, but there is a valid file in the bootflash and slot0:. Also, the system image file name specified is case sensitive. If it is not specified correctly, it causes a continuous reboot.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide