Add a Single User mode entry in Grub bootloader.

All you need to do is add 'single' to the end of any bootloader entry to make it single user. So what you need to do is edit the /boot/grub/menu.lst, copy one of the entries, and all 'single' to the end.

gksudo kate /boot/grub/menu.lst …
more ...