Closed dmp1ce closed 5 years ago
More information about the issue: https://bbs.archlinux.org/viewtopic.php?id=249348
Also, trying to set the random seed doesn't work once the system is booted.
sudo bootctl random-seed
Failed to open random seed file for writing: Operation not permitted
You need to set the esp path, try:
bootctl random-seed --esp-path=/mnt/efi
Then set in /mnt/efi/loader/loader.conf
:
random-seed-mode always
If that doesn't work, check if your boot partition is mounted read only, it shouldn't be by default, but if you have file system errors it could be.
That did it. Thank you!
systemd-boot-system-token.service
is failing with the messageFailed to open random seed file for writing: Operation not permitted
On IRC, the #archlinux channel was kind enough to help me.
I was not sure if
/boot
is mounted as read-only but I thought it probably was.Could you help me to get bootctl to write the random seed with the ALEZ setup?