Check whether you have the ‘eos-reboot-recommended’ package from the endeavouros repository installed. I accidentally removed mine at some point. Perhaps the same thing has happened to you.
$ yay -Ss eos-reboot-recommended
endeavouros/eos-reboot-recommended 26.4-1 (17.9 KiB 7.7 KiB)
Notify if a reboot is recommended after system upgrade.
You were right it’s not installed. It had to get removed as a dep or revdep because I have never typed-Rns eos-reboot-recommended in my life…either way no sleuthing for me. Glad to have it back, Thank you
I noticed my reboot message wasn’t coming up after the last two kernel updates. . . I rebooted none-the-less out of habit. Nice to have this running again. . . . we’ll see in the next kernel update.
It’s apparently no longer required by any other package, so you probably cleaned orphan packages and did not notice that it was being removed. Reminder: always pay attention to what’s beinng removed if you clean orphans.
The package was reinstalled, so it was already explicitly installed; this would have prevented it from being removed if applied when it showed up in the orphans list, but is redundant once it has been reinstalled, as that reinstall was explicit.
I did what was suggested above to get the reboot message to run. It didn’t work. I just finished installing kernel 7.0.3 - 1-2 on 2 computers. . . no ‘reboot’ message popped up. . . . any idea’s?
Thought I did . . . the package according to Octopi wasn’t installed. . . re-installed it from there. Now I have a longer wait till the next kernel update. . . .
I’m lost with the sequence of my events this morning. . . I can only say now it is installed. My pacman -Qi eos-reboot-recommended now looks familiar to your’s. . . that’s all I can say for now.
No idea why I’m not getting the reboot pop-up, but I’m not. And eos-reboot-recommended is installed. I just had kernel and Nvidia updates and there was no reboot pop-up.
─❯ pacman -Qi eos-reboot-recommended
Name : eos-reboot-recommended
Version : 26.4-1
Description : Notify if a reboot is recommended after system upgrade.
Architecture : any
URL : https://github.com/endeavouros-team/PKGBUILDS/raw/master/eos-reboot-recommended
Licenses : GPL
Groups : None
Provides : None
Depends On : eos-bash-shared libnotify
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 7.74 KiB
Packager : manuel <manuel@endeavouros.com>
Build Date : Wed 22 Apr 2026 04:48:38 AM CDT
Install Date : Sat 02 May 2026 12:48:53 AM CDT
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
─❯
Same here. I even went through the last 2 topics (now closed) regarding this issue…
Nothing seems to work. This command: sudo pacman -S mesa should trigger the reboot pop up. And it doesn’t. I also verified that /etc/eos-reboot-recommended.conf was present, and it is…
#!/bin/bash
## REBOOT_MAX_TOTAL_WAIT defines the maximum time in seconds
## to wait before notifying about recommended reboot.
## If you install or update a package that requires more time,
## consider increasing the value accordingly to have more accurate notifications.
## Default: 300
#
REBOOT_MAX_TOTAL_WAIT=300
## REBOOT_WAIT_DIFF defined how many seconds to wait after checking again if all
## pacman-like processes have finished and the database lock filehas been released.
## This time is typically from 3 to 5 seconds.
## Default: 4
#
REBOOT_WAIT_DIFF=4
## REBOOT_NOTIFICATION_USER defines the user name to get notification about reboot recommendations.
## Then other users don't receive the notifications.
## Default: empty
## Example: REBOOT_NOTIFICATION_USER=username
#
REBOOT_NOTIFICATION_USER=""
## REBOOT_EXPIRE_TIME defines the time (in seconds) to show the reboot notification.
## Default: empty
## Example: REBOOT_EXPIRE_TIME=30
#
REBOOT_EXPIRE_TIME=""
So yeah, I have no clue as to why this has turned into an issue.