All of lore.kernel.org
 help / color / mirror / Atom feed
* Boot Custom Kernel
@ 2014-05-18 13:56 me storage
  2014-05-18 14:26 ` Lucas Tanure
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: me storage @ 2014-05-18 13:56 UTC (permalink / raw)
  To: kernelnewbies

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140518/b2b44a41/attachment.html 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Boot Custom Kernel
  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
  2 siblings, 0 replies; 5+ messages in thread
From: Lucas Tanure @ 2014-05-18 14:26 UTC (permalink / raw)
  To: kernelnewbies

Distro please.

--
Lucas Tanure
+55 (19) 988176559


On Sun, May 18, 2014 at 10:56 AM, me storage <me.storage126@gmail.com>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
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140518/f5551932/attachment.html 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Boot Custom Kernel
  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
  2 siblings, 0 replies; 5+ messages in thread
From: Valdis.Kletnieks at vt.edu @ 2014-05-18 14:28 UTC (permalink / raw)
  To: kernelnewbies

On Sun, 18 May 2014 19:26:19 +0530, me storage said:

> 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.

Add it to grub but don't make it the default entry.  Easy. :)

(I usually have about a dozen entries in my grub menu, only one of which is
the default boot)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140518/3c071153/attachment.bin 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Boot Custom Kernel
  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
  2014-05-18 15:55   ` Lucas Tanure
  2 siblings, 1 reply; 5+ messages in thread
From: Michael J. Astrauskas @ 2014-05-18 15:01 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Boot Custom Kernel
  2014-05-18 15:01 ` Michael J. Astrauskas
@ 2014-05-18 15:55   ` Lucas Tanure
  0 siblings, 0 replies; 5+ messages in thread
From: Lucas Tanure @ 2014-05-18 15:55 UTC (permalink / raw)
  To: kernelnewbies

if you use arch linux you can:
https://wiki.archlinux.org/index.php/Kernels/Compilation/Traditional

after I copy all the needed files, and do a make modules_install, I simply
run grub-mkconfig -o /boot/grub/grub.conf and fix the initrd problem

--
Lucas Tanure
+55 (19) 988176559


On Sun, May 18, 2014 at 12:01 PM, Michael J. Astrauskas <trevie@gmail.com>wrote:

> 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
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140518/cad84c39/attachment.html 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-18 15:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-05-18 15:55   ` Lucas Tanure

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.