Remove hardcoded ext4 modprobe from initramfs
The initramfs has a modprobe for ext4 hardcoded that will never work since on all kernels ext4 is built-in instead of a module since the kernel has either no module loading enabled at all or in case of the mainline kernel it makes no sense to have it as module since it's always required.