Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Boot problem after upgrade kernel to 5.13.0
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
leonchik1976
Guru
Guru


Joined: 24 Jan 2010
Posts: 340

PostPosted: Tue Jun 29, 2021 3:47 pm    Post subject: Boot problem after upgrade kernel to 5.13.0 Reply with quote

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
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3950

PostPosted: Tue Jun 29, 2021 5:37 pm    Post subject: Reply with quote

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
_________________
:)
Back to top
View user's profile Send private message
leonchik1976
Guru
Guru


Joined: 24 Jan 2010
Posts: 340

PostPosted: Wed Jun 30, 2021 5:08 pm    Post subject: Reply with quote

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
View user's profile Send private message
leonchik1976
Guru
Guru


Joined: 24 Jan 2010
Posts: 340

PostPosted: Wed Jun 30, 2021 7:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
leonchik1976
Guru
Guru


Joined: 24 Jan 2010
Posts: 340

PostPosted: Tue Jul 27, 2021 6:55 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum