Technical Tip: Server Hangs at Bootup
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:
- Reboot.
- Press 'e' to edit the boot.
- On the next window select 'e' on the kernel boot line.
- Modify kernel boot line to remove console=tty0 lines (This edit may not need to be done).
- Add 'single'.
- Press enter to save the edit.
- Pressed 'b' to boot the kernel line.
- 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