Lubuntu boot logo still showing after removing Lubuntu flavour
I'm an Ubuntu user but to test out I once installed Lubuntu from the terminal. I didn't like it so I removed it but the startup logo is still of Lubuntu. What should I do to remove that completely, including to bring back the Ubuntu loading page?
boot lubuntu uninstall plymouth
add a comment |
I'm an Ubuntu user but to test out I once installed Lubuntu from the terminal. I didn't like it so I removed it but the startup logo is still of Lubuntu. What should I do to remove that completely, including to bring back the Ubuntu loading page?
boot lubuntu uninstall plymouth
do you have dual boot of Ububtu and Lubuntu? later you removed Lubuntu and kept Ububtu rite?
– PRATAP
Jan 2 at 14:17
add a comment |
I'm an Ubuntu user but to test out I once installed Lubuntu from the terminal. I didn't like it so I removed it but the startup logo is still of Lubuntu. What should I do to remove that completely, including to bring back the Ubuntu loading page?
boot lubuntu uninstall plymouth
I'm an Ubuntu user but to test out I once installed Lubuntu from the terminal. I didn't like it so I removed it but the startup logo is still of Lubuntu. What should I do to remove that completely, including to bring back the Ubuntu loading page?
boot lubuntu uninstall plymouth
boot lubuntu uninstall plymouth
edited Jan 2 at 13:19
Melebius
4,57751839
4,57751839
asked Jan 2 at 12:36
Waimin OoWaimin Oo
61
61
do you have dual boot of Ububtu and Lubuntu? later you removed Lubuntu and kept Ububtu rite?
– PRATAP
Jan 2 at 14:17
add a comment |
do you have dual boot of Ububtu and Lubuntu? later you removed Lubuntu and kept Ububtu rite?
– PRATAP
Jan 2 at 14:17
do you have dual boot of Ububtu and Lubuntu? later you removed Lubuntu and kept Ububtu rite?
– PRATAP
Jan 2 at 14:17
do you have dual boot of Ububtu and Lubuntu? later you removed Lubuntu and kept Ububtu rite?
– PRATAP
Jan 2 at 14:17
add a comment |
1 Answer
1
active
oldest
votes
Command:
sudo update-alternatives --config default.plymouth
and select ubuntu-logo.plymouth
Then run ...
Code:
sudo update-initramfs -u
Check /usr/share/plymouth/themes
and remove unwanted themes by running (replace X-Y-logo with the name of logo you wany to remove.
sudo apt remove plymouth-theme-X-Y-logo
example sudo apt remove plymouth-theme-ubuntu-gnome-logo
Don't remove the default "ubuntu-logo"
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%2f1106255%2flubuntu-boot-logo-still-showing-after-removing-lubuntu-flavour%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Command:
sudo update-alternatives --config default.plymouth
and select ubuntu-logo.plymouth
Then run ...
Code:
sudo update-initramfs -u
Check /usr/share/plymouth/themes
and remove unwanted themes by running (replace X-Y-logo with the name of logo you wany to remove.
sudo apt remove plymouth-theme-X-Y-logo
example sudo apt remove plymouth-theme-ubuntu-gnome-logo
Don't remove the default "ubuntu-logo"
add a comment |
Command:
sudo update-alternatives --config default.plymouth
and select ubuntu-logo.plymouth
Then run ...
Code:
sudo update-initramfs -u
Check /usr/share/plymouth/themes
and remove unwanted themes by running (replace X-Y-logo with the name of logo you wany to remove.
sudo apt remove plymouth-theme-X-Y-logo
example sudo apt remove plymouth-theme-ubuntu-gnome-logo
Don't remove the default "ubuntu-logo"
add a comment |
Command:
sudo update-alternatives --config default.plymouth
and select ubuntu-logo.plymouth
Then run ...
Code:
sudo update-initramfs -u
Check /usr/share/plymouth/themes
and remove unwanted themes by running (replace X-Y-logo with the name of logo you wany to remove.
sudo apt remove plymouth-theme-X-Y-logo
example sudo apt remove plymouth-theme-ubuntu-gnome-logo
Don't remove the default "ubuntu-logo"
Command:
sudo update-alternatives --config default.plymouth
and select ubuntu-logo.plymouth
Then run ...
Code:
sudo update-initramfs -u
Check /usr/share/plymouth/themes
and remove unwanted themes by running (replace X-Y-logo with the name of logo you wany to remove.
sudo apt remove plymouth-theme-X-Y-logo
example sudo apt remove plymouth-theme-ubuntu-gnome-logo
Don't remove the default "ubuntu-logo"
answered Jan 2 at 13:24
VijayVijay
1,4651618
1,4651618
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%2f1106255%2flubuntu-boot-logo-still-showing-after-removing-lubuntu-flavour%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
do you have dual boot of Ububtu and Lubuntu? later you removed Lubuntu and kept Ububtu rite?
– PRATAP
Jan 2 at 14:17