Line 159.xxx kvm_intel: unknown parameter 'nested' says it all. You are attempting to do nested virtualization, i.e. run a virtual machine within another virtual machine (aka hypervisor), on a physical machine with an Intel processor. KVM supports this experimentally, but your kernel needs to have KVM with that support enabled. It looks like yours does not.
Please see this tutorial for details on how to enable it.