cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3051
Views
0
Helpful
1
Replies

Change Bootflash order

pablo.arcelcr
Level 1
Level 1

Hi

I have this:

BOOT variable = bootflash:cat4500e-universalk9.SPA.03.04.00.SG.151-2.SG.bin,1;bootflash:cat4500e-universal.SPA.03.06.06.E.152-2.E6.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2

Standby BOOT variable = bootflash:cat4500e-universalk9.SPA.03.04.00.SG.151-2.SG.bin,1;bootflash:cat4500e-universal.SPA.03.06.06.E.152-2.E6.bin,1;
Standby CONFIG_FILE variable does not exist
Standby BOOTLDR variable does not exist
Standby Configuration register is 0x2

How do I change the BOOT variable to this:

BOOT variable = bootflash:cat4500e-universal.SPA.03.06.06.E.152-2.E6.bin,1; bootflash:cat4500e-universalk9.SPA.03.04.00.SG.151-2.SG.bin,1;

1 Accepted Solution

Accepted Solutions

Leo Laohoo
Hall of Fame
Hall of Fame

conf t

no boot system bootflash:cat4500e-universalk9.SPA.03.04.00.SG.151-2.SG.bin

no boot system bootflash:cat4500e-universal.SPA.03.06.06.E.152-2.E6.bin

boot system bootflash:cat4500e-universal.SPA.03.06.06.E.152-2.E6.bin

boot system bootflash:cat4500e-universalk9.SPA.03.04.00.SG.151-2.SG.bin

end

wr

View solution in original post

1 Reply 1

Leo Laohoo
Hall of Fame
Hall of Fame

conf t

no boot system bootflash:cat4500e-universalk9.SPA.03.04.00.SG.151-2.SG.bin

no boot system bootflash:cat4500e-universal.SPA.03.06.06.E.152-2.E6.bin

boot system bootflash:cat4500e-universal.SPA.03.06.06.E.152-2.E6.bin

boot system bootflash:cat4500e-universalk9.SPA.03.04.00.SG.151-2.SG.bin

end

wr