grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: "Lennart Sorensen" <lsorense@csclub.uwaterloo.ca>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: How to exit from linux kernel and return to then grub?
Date: Sun, 18 May 2014 10:43:12 -0400	[thread overview]
Message-ID: <20140518144312.GJ17765@csclub.uwaterloo.ca> (raw)
In-Reply-To: <CAD=SU=eAHbJ5LP9N7i8PmhYp-PZkkoEr5L1MfPsj2gJNLViwkA@mail.gmail.com>

On Sun, May 18, 2014 at 01:33:15PM +0800, Z C wrote:
> If I boot into a linux kernel using a grub command like "linux /vmlinuz;
> inirtd /initrd; boot", how do I shutdown linux itself (but do not power off
> or reboot the computer hardware) and return back to the grub directly?
> 
> What I meant is something equivalent to the "exit" command in most shells:
> If you are within one shell and you enter another shell, then if you want
> to quit the second shell and return back to the first shell, just simply
> type exit. All env variables and commands you previous typed in the first
> shell are completely intact.
> 
> Suppose I am now in the grub shell, and then I boot into a tiny linux
> kernel, say, a busybox shell, then what can I do to exit the second shell
> (i.e. busybox shell) and return to the first shell (i.e. grub shell)? Of
> course I can enter the grub shell again by simply rebooting the hardware,
> but this is not what I want.

Once linux boots, it does not preserve the boot loader in memory (whyever
would it do that?)

If you want to invent a way to load grub using kexec so you can switch
back to grub fropm a running linux system, well have fun, but why bother?
Where is the use?  It is so hard to deal with what the state of all the
hardware is without doing a reset.

-- 
Len Sorensen


  reply	other threads:[~2014-05-18 14:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-18  5:33 How to exit from linux kernel and return to then grub? Z C
2014-05-18 14:43 ` Lennart Sorensen [this message]
2014-05-18 17:16 ` SevenBits
2014-05-18 17:46   ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-05-18 17:52     ` SevenBits
2014-05-18 17:23 ` SevenBits
2014-05-18 17:59 ` Chris Jones

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=20140518144312.GJ17765@csclub.uwaterloo.ca \
    --to=lsorense@csclub.uwaterloo.ca \
    --cc=grub-devel@gnu.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;
as well as URLs for NNTP newsgroup(s).