View previous topic :: View next topic |
Author |
Message |
leonchik1976 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 24 Jan 2010 Posts: 340
|
Posted: Tue Jun 29, 2021 3:47 pm Post subject: Boot problem after upgrade kernel to 5.13.0 |
|
|
After i upgrade kernel from 5.12.13 to 5.13.0, system now stuck at boot on those lines:
random: fast init done
random: crng init down
and it stuck forever, does anyone have idea what to do here? if i boot to old kernel - it boots ok |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
alamahant Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 23 Mar 2019 Posts: 3950
|
Posted: Tue Jun 29, 2021 5:37 pm Post subject: |
|
|
Hi maybe
Code: |
diff <old-config> <new-config>
|
Also
Code: |
grep -i config_module_compress /usr/src/linux/.config
|
Plz make sure you have
Code: |
CONFIG_MODULE_COMPRESS=n
|
in your .config
It seems the default changed from no compression of modules to compression.
It seems...........
You might wish to try also
Code: |
USE="zstd lzma zlib" emerge -1av kmod
|
Plz make permanent via package.use _________________
![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
leonchik1976 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 24 Jan 2010 Posts: 340
|
Posted: Wed Jun 30, 2021 5:08 pm Post subject: |
|
|
Code: | # grep CONFIG_MODULE_COMPRESS .config
CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
# CONFIG_MODULE_COMPRESS_ZSTD is not set
|
Code: | # emerge kmod -pvq
[ebuild R ] sys-apps/kmod-29 USE="lzma python (tools) zlib zstd -debug -doc -pkcs7 -static-libs" PYTHON_TARGETS="python3_9 -python3_8" |
everything seems to be good, but still no luck in boot with 5.13.0
[Moderator edit: added [code] tags to preserve output layout. -Hu] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
leonchik1976 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 24 Jan 2010 Posts: 340
|
Posted: Wed Jun 30, 2021 7:00 pm Post subject: |
|
|
a long time ago - i had a problems with genkernel-next, and then i switched to dracut, which i was using till today.
So with dracut - i have a problem described above
Now i installed genkernel - created initramfs, after 10 minutes delay on "Activating udev..." system boots!
Weird... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
leonchik1976 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 24 Jan 2010 Posts: 340
|
Posted: Tue Jul 27, 2021 6:55 am Post subject: |
|
|
i still have problem even with 5.13.5 kernel, also tried genkernel general configuration, and also dist-kernel.
each time it's related to sr0 issue |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|