Booting non-RedHat kernels
From Linux on Power wiki
Because RedHat uses udev and LVM, it is not enough to just slap in some other kernel into the /boot directory and go; one must perform some additional steps to get a bootable system. This includes building an initrd ramdisk image using the RedHat tools. The steps include:
- Assuming you've got a kernel already located at /boot/vmlinuz-<version>, then
- /sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install <version>
