root@bt:~# apt-get install rungetty

—Step 2. Edit /etc/init/tty1.conf
root@bt:~# kwrite /etc/init/tty1.conf
if using gnome, please use gedit and nano, for example:
root@bt:~# gedit /etc/init/tty1.conf
After that just change the script looks like this:
01 | # tty1 - getty |
02 | # |
03 | # This service maintains a getty on tty1 from the point the system is |
04 | # started until it is shut down again. |
05 |
06 | start on stopped rc RUNLEVEL=[2345] |
07 | stop on runlevel [!2345] |
08 |
09 | respawn |
10 | exec /sbin/rungetty tty1 --autologin root | |
After that, do not forget the save, screenshot:

—Step 3. Touch ~/.bash_profile
root@bt:~# touch ~/.bash_profile

root@bt:~# ls /root/.bash_profile
After .Bash_profile in torch, the next step editing .Bash_profile by typing startx her.
screen-shot:

If it is replaced, do not forget the save and reboot.
Recent Posts
- How To Upgrade to BackTrack 5 R3
- How To Sniffing with ettercap
- how to exploit windows 7 and windows XP using backtrack 5
- conduct exploitation of the Windows Xp and exploitation windows 7 Creating a backdoor with x86/shikata_ga_na
- DOS attacks .htaccess and Solutions
- Detection Port Scanner with portsentry
- How To Overcome Backtrack Blank Screen when typing startx
- Stages of Forensic Activity
- about IT Forensic
- Solution msfconsole & msfupdate are not running after updating to 4.5.0 metasploit bt0