apt-get install rungetty
apt-get install rungetty vi /etc/init/tty1.conf vi /etc/init/tty1.conf #commentcomment out the "exec /sbin/getty -8 38400 tty1"exec /sbin/getty -8 38400 tty1 line
, and add the line > exec /sbin/rungetty tty1 --autologin root
exec /sbin/rungetty tty1 --autologin root` and then
echo startx >> /root/.bash_profile
echo startx >> /root/.bash_profile verified & checked Working, working properly