cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
796
Views
0
Helpful
2
Replies

how to manipulater BOOT: string...

davisr651
Level 1
Level 1

When i do a sh redundancy command on my 4510R, the BOOT: string points to a tftp location, how do i remove this?, i just want it booting to bootflash...

thanks

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Davis,

do sh run | inc boot system

a line containing a tftp location should appear

do

conf t

no boot system tftp xxxx

(the line you found before exactly)

do

wr mem

then again verify with

show bootvar

now that entry should be removed

Hope to help

Giuseppe

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Davis,

do sh run | inc boot system

a line containing a tftp location should appear

do

conf t

no boot system tftp xxxx

(the line you found before exactly)

do

wr mem

then again verify with

show bootvar

now that entry should be removed

Hope to help

Giuseppe

Thank you