From mboxrd@z Thu Jan 1 00:00:00 1970 From: trevie@gmail.com (Michael J. Astrauskas) Date: Sun, 18 May 2014 08:01:38 -0700 Subject: Boot Custom Kernel In-Reply-To: References: Message-ID: <5378CB52.3090409@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org 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