apt-get install rungetty

vi /etc/init/tty1.conf #comment out the "exec /sbin/getty -8 38400 tty1" line

and add the line > exec /sbin/rungetty tty1 --autologin root

and then

echo startx >> /root/.bash_profile

verified & checked Working properly