Welcome to the Singapore FD Support Center
-
NIPR
-
-
- Patchme blocked
- DFSR replication fix
- Windows system file repair
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- Articles coming soon
-
- Articles coming soon
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Temporary Profile Fix
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- Rejoining a PC to domain
-
-
-
- Patchme blocked
- DFSR replication fix
- Alternate activation site
- Windows system file repair
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Temporary Profile Fix
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- FIPS Error for Adobe
- Rejoining a PC to domain
-
- Articles coming soon
-
- 20240213 - Exchange services not starting
- GAL SYNC
- EXCHANGE ISSUES
- NDRs received when sending to recipients from GAL (after AR2.1 install)
- Create and Install Exchange certificate with PowerShell
- Exchange Autoconfig fix
- Clear Exchange
- Create and Install Exchange certificate with PowerShell
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- Exchange 2016 Patching Checklist – AR/ACG Fleet(To minimize risk of Exchange Server failures after applying SU/HU updates)
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- OWA or ECP stops working after installing EXCHANGE security update (SU) or HOT FIX update (HU) KBxxxxxx
-
-
-
-
SIPR
-
-
- Patchme blocked
- DFSR replication fix
- Alternate activation site
- Windows system file repair
- Fix Trust relationship Failed Issue Without Domain Rejoining – TheITBros
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- Rejoining a PC to domain
-
- 20240213 - Exchange services not starting
- GAL SYNC
- EXCHANGE ISSUES
- Create and Install Exchange certificate with PowerShell
- Exchange Autoconfig fix
- Clear Exchange
- Exchange 2016 Patching Checklist – AR/ACG Fleet(To minimize risk of Exchange Server failures after applying SU/HU updates)
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- OWA or ECP stops working after installing EXCHANGE security update (SU) or HOT FIX update (HU) KBxxxxxx
-
-
-
- Articles coming soon
-
-
FAQs
-
COMPOSE
-
Network
-
Documents
-
HBSS
< All Topics
Print
4351 Router boot Loop
PostedFebruary 26, 2024
UpdatedFebruary 26, 2024
ByJermaine Harper
The methods to bring router up with correct Cisco IOS-XE image do not work.
Solution
This is the correct process to recover this infinite boot loop issue:
1. Break router into ROMMON mode with break sequence while you boot-up:
USE ctrl + C on booting of router to boot into Rommon rommon 1 >
2. Change the config-register vlaue to 0x0 to ignore the boot variable configured in startup config:
rommon 1 > confreg 0x0
You must reset or power cycle for new config to take effect:
rommon 2 > reset
3. This brings the router into ROMMON mode again. Then change the config-register value to 0x2102:
rommon 3 > confreg 0x2102
4. Now you need to configure the correct boot variable from ROMMON:
Make sure you are using correct IOS version in your command. rommon 4 > boot bootflash:isr4400-universalkx.xx.xx.xx.xxx.SPA.bin
Once router is up, you can delete the incorrect boot variable and configure the correct Cisco IOS-XE release:
Make sure you are using correct IOS version in your command. ROUTER(config)#no boot system flash bootflash:isr4300-universalk9.03.13.01.S.154-3.S1-ext.SPA.bin ROUTER(config)#boot system flash bootflash:isr4400-universalk9.03.15.01.S.155-2.S1-std.SPA.bin Make sure you are using correct IOS version in your command.
5. Save the changes:
ROUTER#write memory
Table of Contents