You are not logged in.
Beginners'_Guide#Install_and_configure_a_bootloader
as per the instruction I tried automating the kernel and initramfs copying from here UEFI_Bootloaders#Systemd, but the systemctl command fails saying invalid argument.
# systemctl enable efistub-update.path
Error message says something like systemctl enable operation failed invalid argument
How do I fix this? I left this step out as this shouldn't affect the system unless I run an update and the kernel is updated.
Last edited by lobo2 (2013-03-14 03:31:41)
Offline
Is that the exact error message, or are you paraphrasing? You can query failed systemd units with systemctl --failed
You should also post your service file in case it has something broken in it...
Offline
Is that the exact error message, or are you paraphrasing? You can query failed systemd units with systemctl --failed
You should also post your service file in case it has something broken in it...
I remember the error message, it says, systemctl enable operation failed invalid argument. I will try again and post the exact details when I get back to my machine later this evening.
Offline
This whole copying issue can be avoided if you mount your EFI partition at /boot .
Note: As of refind-efi 0.6.5, refind now automatically detects kernels in /boot. They do not have to be renamed to have a .efi extension either. Hence, the following sync scripts aren't needed if using refind.
Offline
Just read your other post. Please do not create new topics about the same issue, especially if the other topic contains vastly more information and the answer...
Offline
This whole copying issue can be avoided if you mount your EFI partition at /boot .
Note: As of refind-efi 0.6.5, refind now automatically detects kernels in /boot. They do not have to be renamed to have a .efi extension either. Hence, the following sync scripts aren't needed if using refind.
Yes, this can be a possible workaround, but I'm still considering the risks as detailed in the other post. newbies think too much, don't they.
Just read your other post. Please do not create new topics about the same issue, especially if the other topic contains vastly more information and the answer...
I wasn't sure if it is the same issue. This deals with systemctl command and the other deals with UEFI. I don't see a correlation other than mounting ESP as /boot doesn't need copying kernel every time it gets updated. That's one possible workaround, but the issues are different, aren't they?
Last edited by lobo2 (2013-03-14 02:24:47)
Offline
User error!
I typed a - instead of a .
[Install]
WantedBy=multi-user-target
As you see the last word should have been .target instead of -target
I have an excuse, I was up until 4AM working on this the other day ......
Offline
I have an excuse, I was up until 4AM working on this the other day ......
but I still feel stupid!
Offline