Here is how to do it
Press Crl + Alt + 2
Login as admin
#> sudo bash
(Use kdm instead of gdm below if your installation is kubuntu)
To restart gdm
#> /etc/init.d/gdm restart
To start gdm
#> /etc/init.d/gdm start
To stop gdm
#> /etc/init.d/gdm stop
Little things I learned, other might want to know...
#> sudo bash
#> /etc/init.d/gdm restart
#> /etc/init.d/gdm start
#> /etc/init.d/gdm stop
set timeout=-1to
set timeout=5in /etc/grub.d/00_header and then executed the update-grub (of course none of this is possible without sudo)
if [ \${recordfail} = 1 ]; then set timeout=5 else set timeout=${GRUB_TIMEOUT} fi
update-grub
rm abi-2.6.31-19-generic
rm initrd.img-2.6.31-19-generic
rm vmcoreinfo-2.6.31-19-generic
rm config-2.6.31-19-generic
rm System.map-2.6.31-19-generic
rm vmlinuz-2.6.31-19-generic
update-grub