Oops.

I deleted this page accidentally, while purging Spam.

Here's Google's cached version.

GRUB

The GRUB configuration file is /boot/grub/grub.conf that has SymLink s to /boot/grub/menu.lst and /etc/grub.conf

/boot/grub/grub.conf

It must contain at least this lines:

default=0

timeout=30

title Debian Linux (2.4.)

root (hd0,7)

Kernel /vmlinuz-2.4.22-1

root=LABEL=/

initrd /initrd-2.4.22.img

The first line is the text that is going to appear in the menu.

The second is the /boot directory path.

The third is the kernel to load.

initrd is optional.