-
Notifications
You must be signed in to change notification settings - Fork 21
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
grub boot success services fails, because there is no grub dir #83
Comments
so funny... systemctl disable grub-boot-successFailed to disable unit: Unit file grub-boot-success.service does not exist. ls -la /usr/lib/systemd/user/grub-boot-success.service-rw-r--r--. 1 root root 119 31. Aug 14:29 /usr/lib/systemd/user/grub-boot-success.service |
Please note the Also please note this is You can view the user timers with
I had no success when trying to disable it with So, like any .service or .timer that's a bit reluctant to be disabled, I masked it
Checking after the phone rebooted, once shorly after boot and then again about 5 minutes later
|
Who sets a user depending timer to acknowledge a successful boot in the first place? If the user session fails, the boot itself could still be successful. In the light of a phone, which will have ( but is not restricted to ) only one user account, I have some acceptance for it, but it's still wrong IMHO, as a user session fail will result in booting an older kernel ( in the normal grub boot process on fedora ) which will not fix the issue with userspace issues in allmost all cases. |
Update: grub2-efi aarch64 package from fedora 34 does not get installed with a symlink error: https://bugzilla.redhat.com/show_bug.cgi?id=1919907 Solution: touch /boot/grub2/grubenv and than updating the system with dnf as usual :D |
This is basicly a duplicate of #24 - that all grub2 code should be removed |
Grub itself is not needed, but removing it takes some other packages with it, which may be required. |
I don't think so. I remove everything related to Grub2 and EFI on all my nightly images. I see no reason, why it can't be removed from this image too. |
I think it's enabled in base by default, you may wanne remove it:
/usr/lib/systemd/user/grub-boot-success.service
root # /usr/sbin/grub2-set-bootflag boot_success
Error canonicalizing /boot/grub2/grubenv filename: No such file or directory
The text was updated successfully, but these errors were encountered: