AutoLogin r00t in BT5

How to get a Login / startx : Auto :D [ Dual Boot ]
Firstly, I know this is a "How-To" and not a fix but when I tried to start a thread in the "How-To's" section it said I have insufficient privileges, so mods feel free to move this thread if you like. :)
So, I'll just start with a disclaimer to avoid numerous reply's by saying, Auto logging in as root is not advisable. Do this at your own risk.
UPDATE: YoMoZ's post describes the simplest way to auto log-in & startx...
Code:
just add this line : su -c root startx
in /etc/rc.local
save and reboot your system
OR
Install rungetty...
Code:
apt-get install rungetty
Then, in a terminal type:
Code:
nano /etc/init/tty1.conf
use the arrow keys to move down to the last line and add a " # " before the line "exec /sbin/getty -8 38400 tty1" ...then copy and paste the following line below it:
Code:
exec /sbin/rungetty tty1 --autologin root
Once that's done, press Ctrl+O and Enter to save
Next run the following command:
Code:
nano /root/.bash_profile
and type "startx" then press Ctrl+O and Enter to save.
That's it. Reboot!
and tutorial with video : $
 

0 commentaires:

Enregistrer un commentaire