The problem is creating initramfs after execution
do oldconfig
and selecting the default value for the new settings, make sure that the available ENOUGH disk space is available for the image being created. in my case, the created image was incorrect and, therefore, the image could not be mounted at boot time.
when comparing; the image size was significantly smaller than the existing image of a lower version, so I added another disk with more than enough size, and then
do bzImage
make modules
make modules_install
make installation
starts to work like a charm. I wonder why the image creation was completed earlier and led to a damaged image (with a smaller size) without causing errors [every time]
source share