After recent upgrade, I'm not able to boot, It seems dracut boot parameter I was using previously were not working. I have to change it as below to boot properly. If anyone using dracut + lvm (for root partition) and facing problem like me, then chang e the boot parameters as below,
linux /kernel-genkernel-x86_64-3.14.0-sabayon init=/sbin/init root=UUID=80b5a49b-4156-49b3-ab4d-71d1de2dca36 resume=UUID=7550843f-1e8a-4c8e-b9a3-3c9907164726 ro rd.auto rd.lvm.vg=vg_mohanlaptop rd.vconsole.keymap=us quiet splash
initrd /initramfs-dracut-x86_64-3.14.0-sabayon
It seems we have to explicitly specify which volume group to activate at boot time to reach root partition (rd.lvm.vg=vg_mohanlaptop).