Appendix C. Troubleshooting Your Installation of Red Hat Enterprise Linux
75
C.4.2. Trouble With the Graphical LILO Screen on an x86-based System?
If, for some reason, you need to disable the graphical boot screen, you can do so, as root, by editing
the
/etc/lilo.conf
file and then rerunning LILO.
First, as root, comment out (or delete) the line which reads
message=/boot/message
in the
/etc/lilo.conf
file. To comment out a line, insert the
;
character at the beginning of the line.
Next, rerun LILO by typing
/sbin/lilo -v
. The next time you boot, the text
LILO:
prompt
appears, as used in previous Red Hat Enterprise Linux releases.
You may re-enable the graphical boot screen by adding (or uncommenting) the above line back into
the
lilo.conf
file and rerunning LILO.
C.4.3. Booting into a Graphical Environment
If you have installed the X Window System but are not seeing a graphical desktop environment once
you log into your Red Hat Enterprise Linux system, you can start the X Window System graphical
interface using the command
startx
.
Once you enter this command and press [Enter], the graphical desktop environment is displayed.
Note, however, that this is just a one-time fix and does not change the log in process for future log ins.
To set up your system so that you can log in at a graphical login screen, you must edit one file,
/etc/inittab
, by changing just one number in the runlevel section. When you are finished, reboot
the computer. The next time you log in, you will have a graphical login prompt.
Open a shell prompt. If you are in your user account, become root by typing the
su
command.
Now, type
gedit /etc/inittab
to edit the file with
gedit
. The file
/etc/inittab
will open.
Within the first screen, a section of the file which looks like the following appears:
# Default runlevel. The runlevels used by RHS are:
#
0 - halt (Do NOT set initdefault to this)
#
1 - Single user mode
#
2 - Multiuser, without NFS (The same as 3, if you do not have networking)
#
3 - Full multiuser mode
#
4 - unused
#
5 - X11
#
6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:
To change from a console to a graphical login, you should change the number in the line
id:3:initdefault:
from a
3
to a
5
.
Warning
Change
only
the number of the default runlevel from
3
to
5
.
Your changed line should look like the following:
id:5:initdefault:
Содержание ENTERPRISE LINUX 3 - FOR X86-ITANIUMTM-AMD64 AND INTEL EXTENDED MEMORY 64 TECHNOLO
Страница 6: ......
Страница 12: ...vi Introduction ...
Страница 70: ...58 Chapter 4 Installing Red Hat Enterprise Linux ...
Страница 92: ...80 Appendix C Troubleshooting Your Installation of Red Hat Enterprise Linux ...
Страница 112: ...100 Appendix G Additional Resources about Itanium and Linux ...
Страница 118: ......
Страница 120: ...108 ...