Problem in Kubuntu while installing files… How to solve? E: Sub-process /usr/bin/dpkg returned an error...
0
sudo apt install adobe-flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
adobe-flashplugin is already the newest version (1:20190212.1-0ubuntu0.18.10.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up grub-efi-amd64-signed (1.110.2+2.02+dfsg1-5ubuntu8.2) ...
Installing for x86_64-efi platform.
Could not prepare Boot variable: Invalid argument
grub-install: error: efibootmgr failed to register the boot entry: Input/output error.
dpkg: error processing package grub-efi-amd64-signed (--configure):
installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
grub-efi-amd64-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)
##
grub kubuntu
New contributor
|
show 4 more comments
0
sudo apt install adobe-flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
adobe-flashplugin is already the newest version (1:20190212.1-0ubuntu0.18.10.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up grub-efi-amd64-signed (1.110.2+2.02+dfsg1-5ubuntu8.2) ...
Installing for x86_64-efi platform.
Could not prepare Boot variable: Invalid argument
grub-install: error: efibootmgr failed to register the boot entry: Input/output error.
dpkg: error processing package grub-efi-amd64-signed (--configure):
installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
grub-efi-amd64-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)
##
grub kubuntu
New contributor
Look into/var/lib/dpkg/info
and find the post install script, should begrub-efi-amd64-signed.postinst
. Try to run that script and see what is the actual error that it reports. It is not the issue withadobe-flashplugin
package, but another package that was installed earlier. Judging from the fact that it's a grub package it might have come via recent update/upgrade
– Sergiy Kolodyazhnyy
1 hour ago
I checked that out but running the script in konsole only shows black screen.
– Saugat Baral
1 hour ago
OK, so it's possible the script does not output anything. What's the exit status reported viaecho $?
after you run the script ? (Well, in the error message it reports exit status 1), so if it is the case that the script has no output but does return exit status, we'll have to attempt other things to figure out what exactly causes it to exit with error
– Sergiy Kolodyazhnyy
1 hour ago
Sorry, I couldn't understand. What are you asking me to do ?
– Saugat Baral
1 hour ago
Run the script. After the script exits, runecho $?
– Sergiy Kolodyazhnyy
1 hour ago
|
show 4 more comments
0
0
0
sudo apt install adobe-flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
adobe-flashplugin is already the newest version (1:20190212.1-0ubuntu0.18.10.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up grub-efi-amd64-signed (1.110.2+2.02+dfsg1-5ubuntu8.2) ...
Installing for x86_64-efi platform.
Could not prepare Boot variable: Invalid argument
grub-install: error: efibootmgr failed to register the boot entry: Input/output error.
dpkg: error processing package grub-efi-amd64-signed (--configure):
installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
grub-efi-amd64-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)
##
grub kubuntu
New contributor
sudo apt install adobe-flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
adobe-flashplugin is already the newest version (1:20190212.1-0ubuntu0.18.10.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up grub-efi-amd64-signed (1.110.2+2.02+dfsg1-5ubuntu8.2) ...
Installing for x86_64-efi platform.
Could not prepare Boot variable: Invalid argument
grub-install: error: efibootmgr failed to register the boot entry: Input/output error.
dpkg: error processing package grub-efi-amd64-signed (--configure):
installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
grub-efi-amd64-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)
##
grub kubuntu
grub kubuntu
New contributor
New contributor
edited 2 hours ago
filbranden
10k21645
10k21645
New contributor
asked 2 hours ago
Saugat BaralSaugat Baral
11
11
New contributor
New contributor
Look into/var/lib/dpkg/info
and find the post install script, should begrub-efi-amd64-signed.postinst
. Try to run that script and see what is the actual error that it reports. It is not the issue withadobe-flashplugin
package, but another package that was installed earlier. Judging from the fact that it's a grub package it might have come via recent update/upgrade
– Sergiy Kolodyazhnyy
1 hour ago
I checked that out but running the script in konsole only shows black screen.
– Saugat Baral
1 hour ago
OK, so it's possible the script does not output anything. What's the exit status reported viaecho $?
after you run the script ? (Well, in the error message it reports exit status 1), so if it is the case that the script has no output but does return exit status, we'll have to attempt other things to figure out what exactly causes it to exit with error
– Sergiy Kolodyazhnyy
1 hour ago
Sorry, I couldn't understand. What are you asking me to do ?
– Saugat Baral
1 hour ago
Run the script. After the script exits, runecho $?
– Sergiy Kolodyazhnyy
1 hour ago
|
show 4 more comments
Look into/var/lib/dpkg/info
and find the post install script, should begrub-efi-amd64-signed.postinst
. Try to run that script and see what is the actual error that it reports. It is not the issue withadobe-flashplugin
package, but another package that was installed earlier. Judging from the fact that it's a grub package it might have come via recent update/upgrade
– Sergiy Kolodyazhnyy
1 hour ago
I checked that out but running the script in konsole only shows black screen.
– Saugat Baral
1 hour ago
OK, so it's possible the script does not output anything. What's the exit status reported viaecho $?
after you run the script ? (Well, in the error message it reports exit status 1), so if it is the case that the script has no output but does return exit status, we'll have to attempt other things to figure out what exactly causes it to exit with error
– Sergiy Kolodyazhnyy
1 hour ago
Sorry, I couldn't understand. What are you asking me to do ?
– Saugat Baral
1 hour ago
Run the script. After the script exits, runecho $?
– Sergiy Kolodyazhnyy
1 hour ago
Look into
/var/lib/dpkg/info
and find the post install script, should be grub-efi-amd64-signed.postinst
. Try to run that script and see what is the actual error that it reports. It is not the issue with adobe-flashplugin
package, but another package that was installed earlier. Judging from the fact that it's a grub package it might have come via recent update/upgrade– Sergiy Kolodyazhnyy
1 hour ago
Look into
/var/lib/dpkg/info
and find the post install script, should be grub-efi-amd64-signed.postinst
. Try to run that script and see what is the actual error that it reports. It is not the issue with adobe-flashplugin
package, but another package that was installed earlier. Judging from the fact that it's a grub package it might have come via recent update/upgrade– Sergiy Kolodyazhnyy
1 hour ago
I checked that out but running the script in konsole only shows black screen.
– Saugat Baral
1 hour ago
I checked that out but running the script in konsole only shows black screen.
– Saugat Baral
1 hour ago
OK, so it's possible the script does not output anything. What's the exit status reported via
echo $?
after you run the script ? (Well, in the error message it reports exit status 1), so if it is the case that the script has no output but does return exit status, we'll have to attempt other things to figure out what exactly causes it to exit with error– Sergiy Kolodyazhnyy
1 hour ago
OK, so it's possible the script does not output anything. What's the exit status reported via
echo $?
after you run the script ? (Well, in the error message it reports exit status 1), so if it is the case that the script has no output but does return exit status, we'll have to attempt other things to figure out what exactly causes it to exit with error– Sergiy Kolodyazhnyy
1 hour ago
Sorry, I couldn't understand. What are you asking me to do ?
– Saugat Baral
1 hour ago
Sorry, I couldn't understand. What are you asking me to do ?
– Saugat Baral
1 hour ago
Run the script. After the script exits, run
echo $?
– Sergiy Kolodyazhnyy
1 hour ago
Run the script. After the script exits, run
echo $?
– Sergiy Kolodyazhnyy
1 hour ago
|
show 4 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Saugat Baral is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f503899%2fproblem-in-kubuntu-while-installing-files-how-to-solve-e-sub-process-usr%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Saugat Baral is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Saugat Baral is a new contributor. Be nice, and check out our Code of Conduct.
Saugat Baral is a new contributor. Be nice, and check out our Code of Conduct.
Saugat Baral is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f503899%2fproblem-in-kubuntu-while-installing-files-how-to-solve-e-sub-process-usr%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Look into
/var/lib/dpkg/info
and find the post install script, should begrub-efi-amd64-signed.postinst
. Try to run that script and see what is the actual error that it reports. It is not the issue withadobe-flashplugin
package, but another package that was installed earlier. Judging from the fact that it's a grub package it might have come via recent update/upgrade– Sergiy Kolodyazhnyy
1 hour ago
I checked that out but running the script in konsole only shows black screen.
– Saugat Baral
1 hour ago
OK, so it's possible the script does not output anything. What's the exit status reported via
echo $?
after you run the script ? (Well, in the error message it reports exit status 1), so if it is the case that the script has no output but does return exit status, we'll have to attempt other things to figure out what exactly causes it to exit with error– Sergiy Kolodyazhnyy
1 hour ago
Sorry, I couldn't understand. What are you asking me to do ?
– Saugat Baral
1 hour ago
Run the script. After the script exits, run
echo $?
– Sergiy Kolodyazhnyy
1 hour ago