Does not write the new Entry.
bassemolufda opened this issue · 2 comments
When i add a new Entry, i get this Error and it does not Write the new entry.
Command '['pkexec', 'sh', '-c', "efibootmgr --disk /dev/nvme0n1p --part 1 --create --label 'KUbuntu' --loader '\EFI\ubuntu\shimx64.efi'\n"]' returned non-zero exit status 5.
sincelery Uwe
I made some commits. Can you try them? Now it should also show the stderr of efibootmgr and that should give further insights of what's happening.
In the mean time you could also run this command: sudo efibootmgr --disk /dev/nvme0n1p --part 1 --create --label 'KUbuntu' --loader '\EFI\ubuntu\shimx64.efi'
. Maybe pkexec doesn't grant the required permissions?
Now that I look at it again, I think this issue is actually a duplicate of #10 and so it should have been resolved. You can reopen if the issue persist. Thanks.