message "${MESSAGE_COLOR}In order to be able to boot into memtest86+, you"
message "need to update your bootloader configuration."
message "  For LILO add something like:"
message "     image = /boot/memtest86plus/memtest.bin"
message "     label = Memtest86Plus"
message "  For GRUB, if /boot is on dev/hda1,  add something like:"
message "     title=Memtest86Plus"
message "     root (hd0,0)"
message "     kernel=/boot/memtest86plus/memtest.bin ${DEFAULT_COLOR}"

true
