Linode Kernel vs CentOS Kernel in PV-GRUB mode
I need to choose if use the 3.6.5 kernel from Linode or use the builtin kernel from CentOS.
What do you suggest and why?
I would like to use the latest from linode but how can a 3.6.5 kernel work on a distro that is far behind this kernel?
Any suggestions will be appreciated, obviously please explain the reason of the suggestions.
Thanks.
6 Replies
in any case I just want to give a try…
is there someone running CentOS 6.3 who tried the script from this page?
One things…
how can I set my boot to show services that is starting.
Do you know the dear old boot screen that show,
iptables: Applying firewall rules: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0… done.
[ OK ]
Starting system logger: [ OK ]
Starting system message bus: [ OK ]
Retrigger failed udev events[ OK ]
Starting snmpd: netlink: 12 bytes leftover after parsing attributes.
[ OK ]
Starting snmptrapd: [ OK ]
Starting sshd: [ OK ]
Starting mysqld: [ OK ]
Starting Dovecot Imap: [ OK ]
Starting postfix: [ OK ]
Starting mailgraph: [ OK ]
Starting httpd: [ OK ]
Starting crond: [ OK ]
Starting squid: .[ OK ]
Starting fail2ban: [ OK ]
Starting atd: [ OK ]
etc.
When my centos boot I can't see any information on the services that is starting.
this is my grub.conf
cat /boot/grub/grub.conf
grub.conf generated by anaconda
#
Note that you do not have to rerun grub after making changes to this file
NOTICE: You have a /boot partition. This means that
all kernel and initrd paths are relative to /boot/, eg.
root (hd0)
kernel /boot/vmlinuz-version ro root=/dev/xvda
initrd /boot/initrd-version.img
boot=/dev/xvda
default=0
timeout=5
title CentOS (2.6.21-279.14.1.el6)
root (hd0)
kernel /boot/vmlinuz-2.6.32-279.14.1.el6.x86_64 root=/dev/xvda
initrd /boot/initramfs-2.6.32-279.14.1.el6.x86_64.img
Any idea?
Thanks.
xencons=tty console=tty1 console=hvc0
to the "kernel" line
For reference, the linode provided kernel boots with these options:
root=/dev/xvda xencons=tty console=tty1 console=hvc0 nosep nodevfs ramdisksize=32768 ipconntrack.hashsize=8192 nf_conntrack.hashsize=8192 ro
("cat /proc/cmdline")
@sweh:
You may need to add something like
xencons=tty console=tty1 console=hvc0
to the "kernel" line
For reference, the linode provided kernel boots with these options:
root=/dev/xvda xencons=tty console=tty1 console=hvc0 nosep nodevfs ramdisksize=32768 ipconntrack.hashsize=8192 nf_conntrack.hashsize=8192 ro
("cat /proc/cmdline")
you catched it!!! great.
what this "nosep nodevfs ramdisk_size=32768" stand for?
shoudl I add this parameter too?