You are not logged in.
Pages: 1
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
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
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 -fLast edited by V1del (2021-12-24 15:07:41)
Offline
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
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 -bfor 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
Pages: 1