boot=/dev/hda map=/boot/map default="264swsusp" keytable=/boot/us.klt prompt nowarn timeout=100 message=/boot/message menu-scheme=wb:bw:wb:bw # this are the default Mandrake stanzas image=/boot/vmlinuz label="linux" root=/dev/hda1 initrd=/boot/initrd.img append="devfs=mount acpi=on apm=off resume=/dev/hda5" read-only image=/boot/vmlinuz label="failsafe" root=/dev/hda1 initrd=/boot/initrd.img append="devfs=nomount acpi=ht resume=/dev/hda5 failsafe" read-only other=/dev/fd0 label="floppy" unsafe image=/boot/vmlinuz-2.4.22-26mdk label=2422-26 root=/dev/hda1 read-only optional append=" devfs=mount acpi=ht resume=/dev/hda5" initrd=/boot/initrd-2.4.22-26mdk.img # this is the stanza from the gaugush binary kernel image=/boot/vmlinuz-2.4.23 label=vaiogaugush root=/dev/hda1 read-only append=" devfs=mount resume=/dev/hda5" # these are the 2.6.x stanzas (important ones) # working and default image=/boot/bzImage-2.6.4swsusp label=264swsusp root=/dev/hda1 read-only append=" devfs=mount resume=/dev/hda5" image=/boot/bzImage-2.6.4swsusp label=264swsusp-nor root=/dev/hda1 read-only append=" devfs=mount noresume" image=/boot/bzImage-2.6.4 label=264 root=/dev/hda1 read-only append=" devfs=mount pmdisk=/dev/hda5" image=/boot/bzImage-2.6.4 label=264-noresume root=/dev/hda1 read-only append=" pmdisk=off" # old ones *for safety, just the noresume option* image=/boot/bzImage-2.6.1 label=261-noresume root=/dev/hda1 read-only append=" pmdisk=off" # testing ones image=/boot/bzImage-2.6.4-sw2 label=264-sw root=/dev/hda1 read-only append=" devfs=mount resume2=swap:/dev/hda5" image=/boot/bzImage-2.6.4-sw2 label=264-sw2-nor root=/dev/hda1 read-only append=" noresume2" #image=/boot/bzImage-2.6.1-test # label=261-test # root=/dev/hda1 # read-only # append=" devfs=mount resume=/dev/hda5 resume2=swap:/dev/hda5"