Can you please let me know what does the text in the subject of this post mean ?
Can you please review following output and assist ?
journalctl --no-pager --output=short-full --unit=initrd-switch-root.service
Wed 2023-08-16 16:52:30 IST fedora systemd[1]: Starting initrd-switch-root.service - Switch Root...
Wed 2023-08-16 16:52:30 IST fedora @ystemctl[548]: Failed to switch root: Specified switch root path '/sysroot' does not seem to be an OS tree. os-release file is missing.
Wed 2023-08-16 16:52:30 IST fedora systemd[1]: initrd-switch-root.service: Main process exited, code=exited, status=1/FAILURE
Wed 2023-08-16 16:52:30 IST fedora systemd[1]: initrd-switch-root.service: Failed with result 'exit-code'.
Wed 2023-08-16 16:52:30 IST fedora systemd[1]: Failed to start initrd-switch-root.service - Switch Root.
Wed 2023-08-16 16:52:30 IST fedora systemd[1]: initrd-switch-root.service: Triggering OnFailure= dependencies.
Wed 2023-08-16 17:06:04 IST fedora systemd[1]: Starting initrd-switch-root.service - Switch Root...
When the system starts up there is a binary shim in the efi and an initrd image in the /boot partition (ext4). This is what actually boots up the system as the boot loader is in control until then. Once this service has finished it’s part of start up, it switches to the system root (/) of your system.