Don't you hate it when you have to type root, toor, startx all the time when you want to use BackTrack? Solution: You will need to log into BackTrack and navigate to: Code: Select All ~/etc/rc.local and add this line to the code: Code: Select All su -c root startx Edit the file / save with your favourite text editor or within Terminal itself. This should work with Backtrack 5, R1, R2 and R3. If you have any issues post below. Then Reboot Alternatively there is another method: OR Install Rungetty Code: Select All apt-get install rungetty Now you want to configure the file Code: Select All nano /etc/init/tty1.conf Move to the last line and add this symbol: # " before the line "exec /sbin/getty -8 38400 tty1" Copy and paste the following below it: Code: Select All exec /sbin/rungetty tty1 --autologin root Press Ctrl+O and push Enter to save Code: Select All nano /root/.bash_profile and type: Code: Select All startx Press Ctrl+O and push Enter to save Then reboot and see how you fair
Hi, Tried the first option in in a production enviro... no go. tried the 2nd suggestion in a VM... no go. Any help to get this going ia greatly appreciated.