[SOLVED] Slackware64-current unable to add modules into initrd.gz after 5.15.2 update
by Totoro-kun from LinuxQuestions.org on (#5S0M5)
Hello,
I am having a strange issue with mkinitrd after latest kernel update. It just fails to add any modules into initrd image.
My mkinitrd commands:
Code:mkinitrd -c -k 5.15.2 -f mbcache:jbd:ext4 -r /dev/sda2 -u -o /boot/initrd.gzOr this one:
Code:mkinitrd -c -k 5.15.2 -f mbcache.ko:jbd.ko:ext4.ko -r /dev/sda2 -u -o /boot/initrd.gzThe command hangs for a little while then I get this promt:
Code:51407 blocks
/boot/initrd.gz created.
Be sure to run lilo again if you use it.And if I check /lib/modules/5.15.2/ directory of the created image, there is nothing there.
Maybe some of you would have any pointers?
I am having a strange issue with mkinitrd after latest kernel update. It just fails to add any modules into initrd image.
My mkinitrd commands:
Code:mkinitrd -c -k 5.15.2 -f mbcache:jbd:ext4 -r /dev/sda2 -u -o /boot/initrd.gzOr this one:
Code:mkinitrd -c -k 5.15.2 -f mbcache.ko:jbd.ko:ext4.ko -r /dev/sda2 -u -o /boot/initrd.gzThe command hangs for a little while then I get this promt:
Code:51407 blocks
/boot/initrd.gz created.
Be sure to run lilo again if you use it.And if I check /lib/modules/5.15.2/ directory of the created image, there is nothing there.
Maybe some of you would have any pointers?