When I try and boot into upgraded kernel, I get No working init found
by Mackyboy123 from LinuxQuestions.org on (#5BDV1)
I recently updated my kernel from 4.4.14 to 4.4.240. When I installed the packages, I then run mkinitrd kernel
```
mkinitrd -c -k 4.4.240 -f ext4 -r /dev/cryptvg/root -m xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd:hid:usbhid:i2c-hid:hid_generic:hid-cherry:hid-logitech:hid-logitech-dj:hid-logitech-hidpp:hid-lenovo:hid-microsoft:hid_multitouch:jbd2:mbcache:ext4 -C /dev/sda2 -L -u -o /boot/initrd.gz -h /dev/cryptvg/swap -l uk
```
Then I ran `grub-mkconfig -o grub.cfg`. When I tried to boot into my new kernel, I got the error that says `no working init found`


```
mkinitrd -c -k 4.4.240 -f ext4 -r /dev/cryptvg/root -m xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd:hid:usbhid:i2c-hid:hid_generic:hid-cherry:hid-logitech:hid-logitech-dj:hid-logitech-hidpp:hid-lenovo:hid-microsoft:hid_multitouch:jbd2:mbcache:ext4 -C /dev/sda2 -L -u -o /boot/initrd.gz -h /dev/cryptvg/swap -l uk
```
Then I ran `grub-mkconfig -o grub.cfg`. When I tried to boot into my new kernel, I got the error that says `no working init found`