Boot

Grub

grubby

# grubby --default-kernel
# grubby --set-default=/boot/vmlinuz-3.10.0-514.el7.x86_64 

Systemd

Initramfs

# extract initramfs in RHEL7/Centos7
/usr/lib/dracut/skipcpio initramfs-3.10.0-229.el7.x86_64.img | zcat | cpio -idv

Debug

kernel cmd line: debug initcall_debug systemd.log_target=console systemd.journald.forward_to_console=1
serial console in grub:
serial --unit=0 --speed=115200
terminal --timeout=10 console serial
kernel cmd line: console=tty1 console=ttyS0,115200n8