LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   <solved>Grub failed to autoboot (https://www.linuxquestions.org/questions/linux-newbie-8/solved-grub-failed-to-autoboot-778226/)

cynicalpsycho 12-26-2009 03:46 PM

<solved>Grub failed to autoboot
 
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.

bigrigdriver 12-26-2009 04:03 PM

/boot/grub/menu.lst is the file; set the timeout value for the amount of time you want to have to choose from the menu items which one to boot.

How long do you wait for grub to begin booting the default OS? The default timeout may be 8 seconds or more.

cynicalpsycho 12-26-2009 04:34 PM

Quote:

Originally Posted by bigrigdriver (Post 3805472)
/boot/grub/menu.lst is the file; set the timeout value for the amount of time you want to have to choose from the menu items which one to boot.

How long do you wait for grub to begin booting the default OS? The default timeout may be 8 seconds or more.

you were right in your direction...
the problem was i didn't have
Code:

# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

before the "title" infact they weren't in there at all... which definitely explains why no autoboot.


All times are GMT -5. The time now is 12:14 PM.