# # Sample boot menu configuration file # splashimage /boot/grub/island.xpm.gz # Boot automatically after 30 secs. timeout 30 # By default, boot the first entry. default 0 # Fallback to the second entry. fallback 1 # For booting GNU/Linux title GNU/Linux root (hd0,0) kernel /vmlinuz root=/dev/hda2 vga=791 #initrd /initrd.img # For booting Windows NT or Windows95 title Windows rootnoverify (hd0,1) makeactive chainloader +1 # For loading DOS if Windows NT is installed # chainload /bootsect.dos