Red_Hat
RH202 · Question #6
You Completely Install the Redhat Enterprise Linux 5 on your System. While start the system, it's giving error to load X window System. How will you fix that problem and make boot successfully run X…
Think while Problems occurred on booting System on Runlevel 5 (X Window). 1. /tmp is full or not 2. Quota is already reached 3. Video card or resolution or monitor is misconfigured. 4. xfs service is running or not. Do These: 1. df -h /tmp /tmp-> is full remove the unnecessary…
Requirements Engineering in the Project Lifecycle
Question
You Completely Install the Redhat Enterprise Linux 5 on your System. While start the system, it's giving error to load X window System. How will you fix that problem and make boot successfully run X Window System.
Explanation
Think while Problems occurred on booting System on Runlevel 5 (X Window).
- /tmp is full or not
- Quota is already reached
- Video card or resolution or monitor is misconfigured.
- xfs service is running or not. Do These:
- df -h /tmp /tmp-> is full remove the unnecessary file
- quota username-> if quota is already reached remove unnecessary file from home directory.
- Boot the System in runlevel 3. ->you can pass the Kernel Argument from boot loader.
- Use command: system-config-display->It will display a dialog to configure the monitor, Video card, resolution etc.
- Set the Default Runlevel 5 in /etc/inittab id:5:initdefault:
- Reboot the System you will get the GUI login Screen.
Topics
#X Window System#boot troubleshooting#runlevel#display manager
Community Discussion
No community discussion yet for this question.