Plymouthd crashes on startup in Ubuntu 18.10
Plymouthd crashes on startup with the following error message.
plymouth
add a comment |
Plymouthd crashes on startup with the following error message.
plymouth
3
Possible duplicate of Why is plymouthd crashing on startup?
– trond hansen
Feb 1 at 9:33
add a comment |
Plymouthd crashes on startup with the following error message.
plymouth
Plymouthd crashes on startup with the following error message.
plymouth
plymouth
asked Jan 8 at 23:53
Terry DixonTerry Dixon
5317
5317
3
Possible duplicate of Why is plymouthd crashing on startup?
– trond hansen
Feb 1 at 9:33
add a comment |
3
Possible duplicate of Why is plymouthd crashing on startup?
– trond hansen
Feb 1 at 9:33
3
3
Possible duplicate of Why is plymouthd crashing on startup?
– trond hansen
Feb 1 at 9:33
Possible duplicate of Why is plymouthd crashing on startup?
– trond hansen
Feb 1 at 9:33
add a comment |
2 Answers
2
active
oldest
votes
If you did a0b1's answer, edit /etc/default/grub, then restore:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Then, in the same file, find:
#GRUB_GFXMODE=640x480
and change it to:
GRUB_GFXMODE=640x480
Save the file, and then:
sudo update-grub
reboot
As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.
– Terry Dixon
Jan 12 at 2:47
@TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.
– heynnema
Jan 12 at 4:16
Thank you GFXMODE appears to have fixed the problem.
– Terry Dixon
Jan 13 at 22:02
I assume I've accepted your answer.
– Terry Dixon
Jan 13 at 22:10
@TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.
– trond hansen
Feb 1 at 12:23
|
show 2 more comments
It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.
I have not used terminal to update grub but this will most likely work too.
Sorry for the short answer.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1108157%2fplymouthd-crashes-on-startup-in-ubuntu-18-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you did a0b1's answer, edit /etc/default/grub, then restore:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Then, in the same file, find:
#GRUB_GFXMODE=640x480
and change it to:
GRUB_GFXMODE=640x480
Save the file, and then:
sudo update-grub
reboot
As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.
– Terry Dixon
Jan 12 at 2:47
@TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.
– heynnema
Jan 12 at 4:16
Thank you GFXMODE appears to have fixed the problem.
– Terry Dixon
Jan 13 at 22:02
I assume I've accepted your answer.
– Terry Dixon
Jan 13 at 22:10
@TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.
– trond hansen
Feb 1 at 12:23
|
show 2 more comments
If you did a0b1's answer, edit /etc/default/grub, then restore:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Then, in the same file, find:
#GRUB_GFXMODE=640x480
and change it to:
GRUB_GFXMODE=640x480
Save the file, and then:
sudo update-grub
reboot
As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.
– Terry Dixon
Jan 12 at 2:47
@TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.
– heynnema
Jan 12 at 4:16
Thank you GFXMODE appears to have fixed the problem.
– Terry Dixon
Jan 13 at 22:02
I assume I've accepted your answer.
– Terry Dixon
Jan 13 at 22:10
@TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.
– trond hansen
Feb 1 at 12:23
|
show 2 more comments
If you did a0b1's answer, edit /etc/default/grub, then restore:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Then, in the same file, find:
#GRUB_GFXMODE=640x480
and change it to:
GRUB_GFXMODE=640x480
Save the file, and then:
sudo update-grub
reboot
If you did a0b1's answer, edit /etc/default/grub, then restore:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Then, in the same file, find:
#GRUB_GFXMODE=640x480
and change it to:
GRUB_GFXMODE=640x480
Save the file, and then:
sudo update-grub
reboot
answered Jan 11 at 20:04
heynnemaheynnema
19.1k22156
19.1k22156
As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.
– Terry Dixon
Jan 12 at 2:47
@TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.
– heynnema
Jan 12 at 4:16
Thank you GFXMODE appears to have fixed the problem.
– Terry Dixon
Jan 13 at 22:02
I assume I've accepted your answer.
– Terry Dixon
Jan 13 at 22:10
@TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.
– trond hansen
Feb 1 at 12:23
|
show 2 more comments
As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.
– Terry Dixon
Jan 12 at 2:47
@TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.
– heynnema
Jan 12 at 4:16
Thank you GFXMODE appears to have fixed the problem.
– Terry Dixon
Jan 13 at 22:02
I assume I've accepted your answer.
– Terry Dixon
Jan 13 at 22:10
@TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.
– trond hansen
Feb 1 at 12:23
As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.
– Terry Dixon
Jan 12 at 2:47
As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.
– Terry Dixon
Jan 12 at 2:47
@TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.
– heynnema
Jan 12 at 4:16
@TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.
– heynnema
Jan 12 at 4:16
Thank you GFXMODE appears to have fixed the problem.
– Terry Dixon
Jan 13 at 22:02
Thank you GFXMODE appears to have fixed the problem.
– Terry Dixon
Jan 13 at 22:02
I assume I've accepted your answer.
– Terry Dixon
Jan 13 at 22:10
I assume I've accepted your answer.
– Terry Dixon
Jan 13 at 22:10
@TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.
– trond hansen
Feb 1 at 12:23
@TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.
– trond hansen
Feb 1 at 12:23
|
show 2 more comments
It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.
I have not used terminal to update grub but this will most likely work too.
Sorry for the short answer.
add a comment |
It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.
I have not used terminal to update grub but this will most likely work too.
Sorry for the short answer.
add a comment |
It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.
I have not used terminal to update grub but this will most likely work too.
Sorry for the short answer.
It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.
I have not used terminal to update grub but this will most likely work too.
Sorry for the short answer.
answered yesterday
trond hansentrond hansen
1018
1018
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
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%2faskubuntu.com%2fquestions%2f1108157%2fplymouthd-crashes-on-startup-in-ubuntu-18-10%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
3
Possible duplicate of Why is plymouthd crashing on startup?
– trond hansen
Feb 1 at 9:33