# # This is my (somewhat stripped down) /boot/grub/menu.lst file. # # Please do NOT use this file as-is for your machine. Chances are # good that this will render your machine unbootable because your # partition setup is different. # # The first entry boots the default SuSE kernel (which is # the most recently installed one). # # The second menu entry is a wildcard entry which will put all # installed currently SuSE kernel rpms into the menu. Comes very # handy if you want install test kernels without deleting the # currently installed one (so you have a backup in case of # trouble). Needs a patched grub version and works on SuSE 9.2 # and newer only. # # The third and fourth entry boot other operating systems. # color white/blue black/light-gray default 0 timeout 30 gfxmenu (hd0,5)/boot/message title SuSE default kernel (hd0,5)/boot/vmlinuz root=/dev/hda6 selinux=0 showopts desktop elevator=as vga=0x317 splash=native initrd (hd0,5)/boot/initrd title SuSE * wildcard (hd0,5)/boot/vmlinuz-* kernel (hd0,5)/boot/vmlinuz-* root=/dev/hda6 selinux=0 showopts desktop elevator=as vga=0x317 splash=native initrd (hd0,5)/boot/initrd-* title FreeBSD root (hd0,3,a) kernel /boot/loader title Windows root (hd0,0) chainloader +1