惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
The Cloudflare Blog
D
DataBreaches.Net
J
Java Code Geeks
G
Google Developers Blog
L
LangChain Blog
N
Netflix TechBlog - Medium
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
小众软件
小众软件
量子位
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
博客园_首页
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
腾讯CDC

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
Failed to mount /boot -- Dependency failed for Local File...
CryogEnix · 2026-06-25 · via Arch Linux Forums

The title is the same as for https://bbs.archlinux.org/viewtopic.php?id=269588
My case is different in that $ uname -a gives me the kernel that I just installed: Linux 7.0.13-arch1-1

Here is the string of events that lead to this:

I then get an ERROR message indicating failure to rebuild something against the latest regular kernel because I had it listed in pacman.conf "Ignore" array, so after the installation finishes I comment out that line and re-run # pacman -Syu just to get the regular kernel as well.
I reboot...and as I start Hyprland in a TTY, it launches with only the usual background wallpaper and no sign of anything responding to keyboard input.
I jump to another TTY – the systemd journal does not show anything out of the ordinary with:

I then reboot into the lts kernel, and the same thing happens.
Unsure of what is going on, I go back into the regular one, comment out these variables in my hyprland.conf:

env = $XDG_SESSION_DESKTOP,Hyprland
env = $XDG_CURRENT_DESKTOP,Hyprland
env = $XDG_SESSION_TYPE,wayland

and reboot again, to no avail, so I run the following command to use the snapshot I took just before the first -Syu:

Another reboot, and I end up in the emergency shell.

Does anyone have an idea of when or why my /boot partition could have gotten unmounted?
Was it Timeshift bringing back an older kernel or the first pacman installation command in which linux-lts was installed?... I'm really not sure what is going on, here.
For the record, I updated the system five days ago without any issue...though I didn't try to use Flameshot since then, until today.

Side note: Flameshot would not take any screenshot prior to all of this because:

   $ flameshot full
flameshot: error: Could not locate the `org.freedesktop.portal.Desktop` service
flameshot: error: Unable to capture screen
flameshot: info: Screenshot aborted.

just like in here https://bbs.archlinux.org/viewtopic.php?id=313917, so as I'm on Wayland I think of updating my system before trying anything, as $ checkupdates indicates an update for xdg-desktop-portal.
   EDIT: I think I remember that in my case, the message was that `org.freedesktop.portal.Desktop` service failed to start...

Last edited by CryogEnix (Today 03:43:43)