initramfs/busybox screen after compiling and booting to kernel 5.9.3
by funkypunkypinkypow from LinuxQuestions.org on (#59X6V)
Hello everybody,
I'm on Ubuntu 20.04 LTS
Code:$ unuame -a
Linux azure-X550CC 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxI've been trying to compile the Linux Kernel 5.9.3.
Code:$ make clean && make mrproper && make localmodconfig && make nconfig && time KBUILD_BUILD_TIMESTAMP='' make CC="ccache gcc" -j4 && sudo make install && sudo update-grub
...
real 43m22.715s
user 145m58.734s
sys 12m42.193s compiled, installed and 'signed' (for UEFI) successfully except that whenever I choose to boot using Kernel 5.9.3 I end up on an "BusyBox/initramfs" command screen.
what's happening and how do I fix it?
I'll be joining some pictures
Attachment 34467
Attachment 34468
Attachment 34469
Attached Thumbnails


I'm on Ubuntu 20.04 LTS
Code:$ unuame -a
Linux azure-X550CC 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxI've been trying to compile the Linux Kernel 5.9.3.
Code:$ make clean && make mrproper && make localmodconfig && make nconfig && time KBUILD_BUILD_TIMESTAMP='' make CC="ccache gcc" -j4 && sudo make install && sudo update-grub
...
real 43m22.715s
user 145m58.734s
sys 12m42.193s compiled, installed and 'signed' (for UEFI) successfully except that whenever I choose to boot using Kernel 5.9.3 I end up on an "BusyBox/initramfs" command screen.
what's happening and how do I fix it?
I'll be joining some pictures
Attachment 34467
Attachment 34468
Attachment 34469
Attached Thumbnails