- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Boot kernel
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 01:33 AM
06-24-2004 01:33 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 01:55 AM
06-24-2004 01:55 AM
Re: Boot kernel
use arrow keys.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 02:25 AM
06-24-2004 02:25 AM
Re: Boot kernel
At the top it has a reference to the default kernel to boot.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 11:40 AM
06-24-2004 11:40 AM
Re: Boot kernel
So if you want the 6th 'title' entry to be the default, set it to 'default 5'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 04:55 PM
06-24-2004 04:55 PM
Re: Boot kernel
If you are using the grub loader goto the grub.conf or lilo for lilo.conf file. There only the kernel bootup display order will be available.
default keyword contains the (kernel number -1 ) value. That kernel will be executed by default.
Change the delay options,so that we can execute other kernels using arrow up and down within that time.
In grub.conf delay is used as timeout keyword.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 01:05 AM
06-25-2004 01:05 AM
Re: Boot kernel
grub was already explained ...so the lilo.
If you are using lilo bootloader, the config file is /etc/lilo.conf and on the top is reference on default kernel (I use win4lin kernel):
###
default = win4lin
###
which has to match the particular name of kernel in /boot/
so look there and change the line for desired kernel image.
others parameters are
lable - name for kernel, you can change
it, you will see in menu before boot
initrd - initial ramdisk which loaded
necessary modules for boot (eg. for
LVM, for creation new one use
mkinitrd)
root - it says on which dev is / fs (can't be
on logical volume)
vga - setting for monitor/display during boot
process
append - boot parameters,eg. you can forbid
acpi or init=/bin/bash ;-)
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2004 02:21 PM