Solution:
-------------------------------------------------------------------------
As bigrigdriver said, I needed to modify my /boot/grub/menu.lst file. The exact modification was adding:
Code:
# Boot automatically after 30 secs.
timeout 30
# By default, boot the first entry.
default 0
# Fallback to the second entry.
fallback 1
-------------------------------------------------------------------------
Question:
Does anyone know where I go to edit my grub file?...
For some reason my boot is getting stuck at the grub screen and waits for me to click it before it ever loads the OS... how do i set it to autoload.