You are not logged in.
There is only one
Offline
Edit the file /etc/makepkg.conf, change the line
#MAKEFLAGS="-j2"
to
MAKEFLAGS="-j$(nproc)"
ctrl+c to stop makepkg then start it again with the same arguments ( -rsif ) it will resume from where it left off.
If you wanted to set the option on invocation you would use:
MAKEFLAGS="-j$(nproc)" makepkg -rsif
Offline
I was able to solve the problem. A firmware update (fwupd) of the nvme device leads to me being able to boot again using linux 5.11.
This is actually already documented in the wiki for my device nvme_issues, but for some reason I did not find this when I was initially looking for a solution a few months ago.
Since the underlying issue seems to be a firmware bug, I don't think continuing the bisect is useful (and I would need to downgrade the firmware to reproduce the initial error).
Anyway I am very happy that this has finally been resolved after struggling with this for 8 months now and deeply thankful for the support and great resources that the Arch community is offering. Thank you!
Offline
Glad it is solved. Please mark the thread as solved by editing the first post and prepending [SOLVED] to the title.
Edit:
Forgot you did not start this thread.
Last edited by loqs (2021-02-28 15:05:57)
Offline