# GRUB2 config file # boot fast, nobody has to edit boot options here! #set timeout=0 set timeout=5 # by default, boot first entry set default=0 # hide menu per default #hiddenmenu # boot minilinux menuentry "Minilinux" { set root=(hd0,1) linux /boot/bzImage-2.6.33.3 root=/dev/hda1 }