Re: GRUB 2 Introduction
Well, the onlything that I can think of is to get rid of the;
cat << EOF
if [ \${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=${GRUB_TIMEOUT}
fi
EOF
part of your 00_header file (/etc/grub.d/00_header).
We know from the stuff that drs305 had you run that the lack of that in your menuentry does not hose your boot, and that you get a 3 second timeout on your menu.
I would hash out that whole section like so;
[code]
cat << EOF
## if [ \${recordfail} = 1 ]; then
## set timeout=-1
## else
## set timeout=${GRUB_TIMEOUT}
## fi
## EOF
[code]
and see what happens.
Dell 480 XPS 3G ram Quad Core 2.40GHz, Radeon HD 2400 PRO, Audigy1, 3x320G HDD, 320G External, Debian Testing for use, Debian Squeeze for secure use, Debian Sid for FUN
Bookmarks