You are not logged in.

#1 2022-06-04 21:42:15

djsushi123
Member
Registered: 2021-11-17
Posts: 6

[SOLVED] My system is failing to boot after a system update

After I did a `pacman -Syu` and rebooted my system, Arch no longer boots. I can't copy anything from the screen, so I ended up taking a picture. This is where it gets stuck: https://ibb.co/B6tm68r. I tried chrooting using a live Arch usb stick and doing `pacman -S linux linux-firmware` without luck, nothing changed.

Last edited by djsushi123 (2022-06-05 06:22:52)

Offline

#2 2022-06-04 21:57:06

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] My system is failing to boot after a system update

From the chroot, compare `pacman -Q linux` and `uname -r`. /boot was likely not mounted during the upgrade, so mount it and reinstall the kernel.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2022-06-04 22:03:58

djsushi123
Member
Registered: 2021-11-17
Posts: 6

Re: [SOLVED] My system is failing to boot after a system update

Could you please be more specific about the commands I should use? Like I'm not sure how/where to mount /boot.

And `pacman -Q linux` outputs `linux 5.18.1.arch1-1` and `uname -r` outputs `5.18.1-arch1-1`.

Last edited by djsushi123 (2022-06-04 22:09:36)

Offline

#4 2022-06-04 22:09:27

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] My system is failing to boot after a system update

If you do have a separate /boot. you mount it the same way you did when you installed Arch. If you don't, I guessed wrong and you have a different problem, in which case some more information would be useful, like the pacman log and journal from the failed boot.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2022-06-04 22:26:22

djsushi123
Member
Registered: 2021-11-17
Posts: 6

Re: [SOLVED] My system is failing to boot after a system update

Thank you, I don't think I have a separate /boot but I'm not sure though... I have a dual-booted Arch with Win10, if that has anything to do with it. Here's a journalctl I managed to grab: https://gitlab.com/hamk/klog/-/blob/mai … d-boot.log.

Edit: sorry, I just realized it's the journalctl of the ISO... I'll post the PC's one in a minute.

Last edited by djsushi123 (2022-06-04 22:27:44)

Offline

#6 2022-06-04 22:36:35

djsushi123
Member
Registered: 2021-11-17
Posts: 6

Re: [SOLVED] My system is failing to boot after a system update

Okay, the whole boot log is here: https://gitlab.com/hamk/klog/-/blob/mai … d-boot.log

Offline

#7 2022-06-04 23:01:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] My system is failing to boot after a system update

Jun 05 02:25:11 djsushi-arch kernel: traps: Missing ENDBR: _nv011430rm+0x0/0x10 [nvidia]

https://bbs.archlinux.org/viewtopic.php?id=276786
https://bugs.archlinux.org/task/74886

Pass "ibt=off" to the kernel, https://wiki.archlinux.org/title/Kernel_parameters

Offline

#8 2022-06-05 06:06:42

djsushi123
Member
Registered: 2021-11-17
Posts: 6

Re: [SOLVED] My system is failing to boot after a system update

Passing "ibt=off" to kernel parameters did the job! Thank you, seth!

Offline

Board footer

Powered by FluxBB