On Sat, 11 May 2013 16:12:52 -0700, walt wrote:

> Dale, you didn't describe the symptoms you're seeing, but maybe
> just seeing how I did it will help:
> 
> menuentry "memtest86" {
>  search -l gentoo64unstable -s root
>  linux ($root)/boot/memtest86/memtest
>  boot 
> }

I don't know about memtest86, but memtest86+ installs a menu file
in /etc/grub.d, which means grub-mkconfig handles it.

% cat /etc/grub.d/39_memtest86+
#!/bin/sh
exec tail -n +3 $0

menuentry "memtest86+ 4.20" {
        linux16 /boot/memtest86plus/memtest
}

menuentry "memtest86+ 4.20 (netbsd)" {
        insmod bsd
        knetbsd /boot/memtest86plus/memtest.netbsd
}


-- 
Neil Bothwick

Maybe... How much are you bribing me this time?

Attachment: signature.asc
Description: PGP signature

Reply via email to