You are not logged in.

#1 2021-12-24 14:53:08

Daksh
Member
Registered: 2021-12-24
Posts: 3

Kernel Panics On Ideapad 3

Hi
I'm facing some difficulty setting up my fresh arch install
I was using arch earlier, one day I nukes my system and started using windows for some time. In my free, i installed arch, I was having some kernel panics, got lazy and installed endeavour os (which was a breeze despite being based on arch)
I decided to install arch, after nuking my sys again.
So yeah..
Here's a screenshot
https://ibb.co/sssj61K

First time posting on the forum, please excuse me for any mistakes.

Offline

#2 2021-12-24 15:02:00

Daksh
Member
Registered: 2021-12-24
Posts: 3

Re: Kernel Panics On Ideapad 3

It's just as shameful as it sounds - My system starts to "work" after force shutting down and turning on.
But the last time it was a frequent issue, so any idea what the reason was?

Offline

#3 2021-12-24 15:04:34

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,296

Re: Kernel Panics On Ideapad 3

stack looks like iwlwifi issues, do you have multiple conflicting network managers enabled and started? Like iwd and networkmanager and/or dhcpcd at the same time? If this happens directly on boot you could either disable some units, or blacklist iwlwifi for a sec to check for that. https://wiki.archlinux.org/title/Kernel_parameters you can do the latter with module_blacklist=iwlwifi for example

Edit: regarding this added information, if you have a parallel Windows installation you need to make sure fast boot is disabled: https://wiki.archlinux.org/title/Dual_b … ibernation

Also to check the service situation post

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

Last edited by V1del (2021-12-24 15:07:41)

Offline

#4 2021-12-24 15:27:13

Daksh
Member
Registered: 2021-12-24
Posts: 3

Re: Kernel Panics On Ideapad 3

Thank you for your reply

I'm not entirely sure if I have multiple network managers running. But probably not, the pretty much only network config thing I have done is run nmtui to connect to wifi

I have a windows installation, like I have the c drive and recovery partition but not the boot loader..it got destroyed in Nuke II, not sure if that counts

I'm gonna read the wiki page, do the needed things and report. Thanks.

Edit: output of the command/script you gave: https://ibb.co/WsQdRLv

Last edited by Daksh (2021-12-24 15:34:12)

Offline

#5 2021-12-25 11:29:21

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,296

Re: Kernel Panics On Ideapad 3

Looks ok from that aspect, linux-firmware installed and CPU microcodes set up?

Can you get a full journal from a crashing boot i.e.

journalctl -b

for the current boot or -b-1 for the previous boot and upload that properly somewhere? https://wiki.archlinux.org/title/List_o … n_services

But if you can't reproduce and don't want to follow this further, please mark as [SOLVED] by editing the title in your first post.

Last edited by V1del (2021-12-25 11:30:29)

Offline

Board footer

Powered by FluxBB