-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysterious path resolution in initrd #72
Comments
please read through wiki pages and related issues first, |
Okay, I spend a while looking through all of the issues I could find and none of them really helped me or addressed my problem. This is mostly because I have no idea what's causing it. |
After spending a lot of time and inserting a lot of "echo" commands into your initrd-shell.sh script, I found that all of the "Failed to execute process: No such file or directory" complaints were coming from line 65 in initrd-shell.sh. |
please confirm:
echo "hello-there" | systemd-cat --priority="info" --identifier="hello-kitty" |
Sorry for my delayed response, my internet was kinda crapping out a lot recently.
|
|
|
you mean not using absolute path to the executable? |
It worked for me without using the absolute path. |
If i do enable initrd-tinysshd.service, it boots up fine but complains "Error: No such file or directory" about 13-15 times in a row, then complains two more times later.The logs in journalctl don't seem to show any of this, though. I'm also booting with plymouth.
I have these initrd-* units enabled: (I didn't edit any of them)
initrd-plymouth.path
initrd-shell.service
initrd-sysroot-mount.service
initrd-tinysshd.service
I can post more info than this but I don't really know what you guys would need to see.
The text was updated successfully, but these errors were encountered: