All of lore.kernel.org
 help / color / mirror / Atom feed
From: trevie@gmail.com (Michael J. Astrauskas)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Boot Custom Kernel
Date: Sun, 18 May 2014 08:01:38 -0700	[thread overview]
Message-ID: <5378CB52.3090409@gmail.com> (raw)
In-Reply-To: <CAHmg6GP1vzKHbGxb_h89hhuZWS_TL4ic=OxQqZEznA_6-2pVUw@mail.gmail.com>

On 5/18/2014 6:56 AM, me storage wrote:
> Hai all
> Can any one please tell me how to boot custom kernel with out making 
> any changes in the grub.That means i don't to use the custom kernel as 
> default one.just i want to run it once.
> Thanks
>
When the GRUB (GRUB 1, I'm assuming) menu appears, you can press 'C' for 
a GRUB command prompt, manually enter the options, and then type 
'boot'.  For example:
 >root (hd0,0)
 >kernel /boot/vmlinuz-3.14.4 someoption=somevalue
 >boot

-- 
  - Michael J. Astrauskas

  parent reply	other threads:[~2014-05-18 15:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-18 13:56 Boot Custom Kernel me storage
2014-05-18 14:26 ` Lucas Tanure
2014-05-18 14:28 ` Valdis.Kletnieks at vt.edu
2014-05-18 15:01 ` Michael J. Astrauskas [this message]
2014-05-18 15:55   ` Lucas Tanure

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=5378CB52.3090409@gmail.com \
    --to=trevie@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.