LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   GRUB default doesnt work (https://www.linuxquestions.org/questions/linux-software-2/grub-default-doesnt-work-735295/)

skipidar 06-24-2009 09:02 AM

GRUB default doesnt work
 
Hello, can someone tell me what to do, if

default=4 in menu.lst doesnt work,
either as "grub-reboot 4" -command ?


Kernels:

Debian
Debian (Single)
Other Operating Systems
Windows 2003

bigrigdriver 06-24-2009 09:08 AM

Grub menu.lst numbers begin with 0. So 0, 1, 2, 3, 4: 4 is the fifth item in the menu, which doesn't exist. Change the default to 3, as in default=3.

linus72 06-24-2009 09:10 AM

Never seen default=4 or whatever
You sure it's not default 4
But, that would be the 5th menu entry, as grub counts 0 as 1

skipidar 06-24-2009 12:52 PM

Hello guys, i tried

default 3 instead of
default 4

indeed it worked, thnx!

I found out, that "savadefault" - command
doesnt work,

thats because "grub-reboot 3"
doesnt work either.


All times are GMT -5. The time now is 11:50 AM.