Skip to main content
FortiKoala
Staff
Staff
September 28, 2018

Technical Tip: Server Hangs at Bootup

  • September 28, 2018
  • 0 replies
  • 1826 views

Description

 
This article describes that server Hangs at Bootup.


Scope


FortiNAC, CentOS 5.


Solution


Issue: The server
 hangs during the boot process and is not complete.


Solution:

  1. Reboot.
  2. Press 'e' to edit the boot.
  3. On the next window select 'e' on the kernel boot line.  
  4. Modify kernel boot line to remove console=tty0 lines (This edit may not need to be done).
  5. Add 'single'.
  6. Press enter to save the edit.
  7. Pressed 'b' to boot the kernel line.
  8. If after reboot, an error indicating filesystem needs to be checked manually is displayed, log in as root in maintenance mode and run:

 

fsck -y /dev/sda1
fsck -y /dev/sda2