# # Boot menu configuration file # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd1,1) # kernel /boot/vmlinuz-version ro root=/dev/hdb2 # initrd /boot/initrd-version.img #boot=/dev/hda # vga=xxx sets the framebuffer console to a specific resolution. # Here is a table you can use so it can help you decide # what resolution you want to use: # colour depth | 640x480 800x600 1024x768 1280x1024 # 256 (8bit) | 769 771 773 775 # 32000 (15bit) | 784 787 790 793 # 65000 (16bit) | 785 788 791 794 # 16.7 Mill. (24bit) | 786 789 792 795 # Boot automatically after 5 secs. timeout 5 # By default, boot the first entry. default 0 # Fallback to the second entry. #fallback 3 # (0) Slackware 10.1 (2.4.31) title Slackware 10.1 (2.4.31) root (hd0,2) kernel /boot/vmlinuz ro root=/dev/hda3 vga=773 hdc=ide-scsi # (1) Windows XP #title Windows XP (Pro) # root (hd0,0) # makeactive # chainloader +1 # end file menu.lst