Some times when we boot our linux systems, we get terminal screen(tty) instead of GUI screen or windows X screen.
To have graphical screen we have to manually do this by typing command 'init 5' as root.
If you do not want this manual method and want your system to automatically do this to you whenever you boot your system, you need to configure as given in steps below
Steps:
1. Log in as root
2. Open file /etc/inittab
Command: vi /etc/inittab
2. You will find a line 'id:3:initdefault:' at the end. Edit the line by changing it to 'id:5:initdefault:'
To have graphical screen we have to manually do this by typing command 'init 5' as root.
If you do not want this manual method and want your system to automatically do this to you whenever you boot your system, you need to configure as given in steps below
Steps:
1. Log in as root
2. Open file /etc/inittab
Command: vi /etc/inittab
2. You will find a line 'id:3:initdefault:' at the end. Edit the line by changing it to 'id:5:initdefault:'
thanks!!!
ReplyDelete