public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Neil Bothwick <neil@digimed.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Booting memtest86 from grub2
Date: Sun, 12 May 2013 11:07:18 +0100	[thread overview]
Message-ID: <20130512110718.586a5c17@digimed.co.uk> (raw)
In-Reply-To: <kmmj9e$dv0$1@ger.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 746 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2013-05-12 10:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-11 23:12 [gentoo-user] Booting memtest86 from grub2 walt
2013-05-12 10:07 ` Neil Bothwick [this message]
2013-05-12 12:40   ` Dale
2013-05-12 12:50     ` Neil Bothwick
2013-05-12 14:00       ` Dale
2013-05-12 14:31         ` Neil Bothwick
2013-05-12 20:24           ` Dale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130512110718.586a5c17@digimed.co.uk \
    --to=neil@digimed.co.uk \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox