02-12-2009 06:59 AM - edited 03-06-2019 04:00 AM
friends,
look into the below info
============
BOOT variable = ,1;s3223-entservicesk9_wan-mz.122-18.SXF8.bin,1;bootdisk:s3223-e
ntservicesk9_wan-mz.122-18.SXF8.bin,1;bootdisk:s3223-entservicesk9_wan-mz.122-18
.SXF8.bin,1;
CONFIG_FILE variable =
BOOTLDR variable does not exist
Configuration register is 0x2102
=========
what does this "BOOT variable = ,1" refer to, how to clear this boot var statement. i need to point it to single image followed by 1.
i want the output to be configured as
MSFC(boot)# show boot
BOOT variable = s3223-entservicesk9_wan-mz.122-18.SXF8.bin,1
CONFIG_FILE variable does not exist
BOOTLDR variable = bootflash:s3223-entservicesk9_wan-mz.122-18.SXF8.bin
Configuration register is 0x2102
kindly guide me
02-12-2009 08:40 AM
It's all part of the boot system command. Please refer to the documentation:
http://www.cisco.com/en/US/docs/ios/fundamentals/command/reference/cf_a1.html#wp1015403
HTH,
__
Edison.
02-12-2009 09:02 AM
"BOOT variable = ,1" refer to command "boot system flash".
Type "sh run | i boot system" to see what boot statement in the current config. And then remove unused boot command. Then "wr mem" and check "show boot" again.
02-12-2009 01:32 PM
In your case remove the existing boot system commands and try the following one.
boot system flash:s3223-entservicesk9_wan-mz.122-18.SXF8.bin
boot system bootldr bootflash:s3223-entservicesk9_wan-mz.122-18.SXF8.bin
I assumed that the bootloader you mentioned in the output is correct.
Hope to help
Ullas
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