On 5/16/05, Ralph Shumaker <[EMAIL PROTECTED]> wrote: > I'm trying to get that set up right now. The instructions explain how > to do it with lilo, but I cannot figure out how to adapt it to grub. > For now, I will dig for a floppy and get it going that way if I can. > But, I /would/ like to set it up in grub. Any ideas?
Install memtest86, however your distro does it. Then add the following to grub.conf: title Memtest86 - Memory Tester root (hd0,0) kernel /memtest86.bin Or perhaps: title MEMTEST kernel /boot/memtest86.bin Or some such. Make it look like your other grub.conf entries, and make it load memtest86.bin. Your distro may or may not deposit memtest86.bin in your /boot directory for you. -todd -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
