Hi,
Updated the Kernel on my surface go 1 today and i am unable to boot the 6.10.3 kernel. The 6.9.12 and 6.9.11 have no problems.
When I remove the quit grub argument i see the following error:
Run /init as init process
/init: error while loading shared libraries: libsystemd-core-255.10-3.fc40.so: Cannot open shared object file: No such file or directory
Kernel panic - not syncing: attempted to kill init! exitcode=0x00007f00
The libsystemd-core-255.10-3.fc40.so file exists at /usr/lib64/systemd/libsystemd-core-255.10-3.fc40.so
# dnf provides */libsystemd-core-255.10-3.fc40.so
Last metadata expiration check: 0:02:48 ago on Fri 09 Aug 2024 01:02:29 PM CDT.
systemd-255.10-3.fc40.x86_64 : System and Service Manager
Repo : @System
Matched from:
Filename : /usr/lib64/systemd/libsystemd-core-255.10-3.fc40.so
systemd-255.10-3.fc40.x86_64 : System and Service Manager
Repo : updates
Matched from:
Filename : /usr/lib64/systemd/libsystemd-core-255.10-3.fc40.so
Possibly a reinstall of the systemd package would solve the issue. sudo dnf reinstall systemd-255.10-3.fc40.x86_64
maybe the issue was that i was upgrading systemd and the kernel in the same transaction and things and the new systemd was not set up correctly yet when the new initramfs was created?