# GRUB configuration file '/boot/grub/menu.lst'. # DEVICE NAME CONVERSIONS # # Linux Grub # ------------------------- # /dev/fd0 (fd0) # /dev/hda (hd0) # /dev/hdb2 (hd1,1) # /dev/hda3 (hd0,2) # # FRAMEBUFFER RESOLUTION SETTINGS # +-------------------------------------------------+ # | 640x480 800x600 1024x768 1280x1024 # ----+-------------------------------------------- # 256 | 0x301=769 0x303=771 0x305=773 0x307=775 # 32K | 0x310=784 0x313=787 0x316=790 0x319=793 # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794 # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795 # +-------------------------------------------------+ # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line. # Select the timeout and the default entry timeout 10 default 0 # Hide the menu (press ESC to see the menu) #hiddenmenu # Text mode (no splash screen) #shaded text #shade 1 #color light-blue/black light-cyan/blue # Splash screen mode foreground = 02D701 background = 055806 splashimage (hd0,0)/boot/grub/splashimages/grass.xpm.gz ## (0) Boot Slackware title Slackware root (hd0,0) kernel /boot/vmlinuz root=/dev/sda1 ro ## (1) Boot Windows #title Windows #rootnoverify (hd0,0) #makeactive #chainloader +1 ## Show some helps title --- For help press 'c', type: 'help' root (hd0) title --- For usage examples, type: 'cat /boot/grub/grub.txt' root (hd0)