How To remove Quiet Splash if Ubuntu is not booting up
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Recently i was trying to upgrade to Ubuntu 16.10 from 16.4. The upgrade completed but while rebooting it got stuck on the ubuntu screen & since then i am unable to get to the login screen. I have tried all the possible ways to remove quiet splash but nothing is working. Please help me out.
Thanks,
Vinay
boot grub2
add a comment |
Recently i was trying to upgrade to Ubuntu 16.10 from 16.4. The upgrade completed but while rebooting it got stuck on the ubuntu screen & since then i am unable to get to the login screen. I have tried all the possible ways to remove quiet splash but nothing is working. Please help me out.
Thanks,
Vinay
boot grub2
add a comment |
Recently i was trying to upgrade to Ubuntu 16.10 from 16.4. The upgrade completed but while rebooting it got stuck on the ubuntu screen & since then i am unable to get to the login screen. I have tried all the possible ways to remove quiet splash but nothing is working. Please help me out.
Thanks,
Vinay
boot grub2
Recently i was trying to upgrade to Ubuntu 16.10 from 16.4. The upgrade completed but while rebooting it got stuck on the ubuntu screen & since then i am unable to get to the login screen. I have tried all the possible ways to remove quiet splash but nothing is working. Please help me out.
Thanks,
Vinay
boot grub2
boot grub2
asked Mar 23 '17 at 7:28
Vinay SinghVinay Singh
612
612
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Don't delete quiet splash
instead add nomodeset right after where it says quiet splash in the code.
add a comment |
On GRUB menu, select your Ubuntu boot entry, then press c to switch into 'Command line mode'.
Run following command to open GRUB settings:
sudo nano /etc/default/grub
Next, look for line contained text GRUB_CMDLINE_LINUX_DEFAULT
.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Remove the "quiet splash"
, then save the file. When you are ready to boot with your modified changes press Ctrl + X , and then Enterto save the file. You may exit the command line mode now.
How do i run the command and then save it. Pardon my ignorance but i am not a techy person. :)
– Vinay Singh
Mar 23 '17 at 10:49
It didn't work. I tried removing quite splash & adding nomodeset but after doing Ctrl + X it came back to the same screen. After removing quiet splash do i need to do anything else to save or Ctrl + X saves it & reboots it?
– Vinay Singh
Mar 26 '17 at 7:47
@VinaySingh Working for another solution, this one relies on different shortcut.
– Emmet
Mar 27 '17 at 3:26
The above steps didn't help. I had to reinstall using a bootable disc. Since all my data was in the Home folder so i formatted root & boot but left home as it is and reinstalled Ubuntu 16.4. It's up & running now. Thanks for your suggestions.
– Vinay Singh
Mar 31 '17 at 9:39
After you edit /etc/default/grub, you have to run the 'update-grub' command to copy those changes into the grub menu/configuration files in /boot/grub. That's why the changes didn't seem to take effect.
– user207998
Jun 29 '18 at 16:22
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%2f895952%2fhow-to-remove-quiet-splash-if-ubuntu-is-not-booting-up%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
Don't delete quiet splash
instead add nomodeset right after where it says quiet splash in the code.
add a comment |
Don't delete quiet splash
instead add nomodeset right after where it says quiet splash in the code.
add a comment |
Don't delete quiet splash
instead add nomodeset right after where it says quiet splash in the code.
Don't delete quiet splash
instead add nomodeset right after where it says quiet splash in the code.
edited Mar 27 '17 at 17:27
WinEunuuchs2Unix
47.5k1192185
47.5k1192185
answered Mar 23 '17 at 7:31
Josephson47Josephson47
1376
1376
add a comment |
add a comment |
On GRUB menu, select your Ubuntu boot entry, then press c to switch into 'Command line mode'.
Run following command to open GRUB settings:
sudo nano /etc/default/grub
Next, look for line contained text GRUB_CMDLINE_LINUX_DEFAULT
.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Remove the "quiet splash"
, then save the file. When you are ready to boot with your modified changes press Ctrl + X , and then Enterto save the file. You may exit the command line mode now.
How do i run the command and then save it. Pardon my ignorance but i am not a techy person. :)
– Vinay Singh
Mar 23 '17 at 10:49
It didn't work. I tried removing quite splash & adding nomodeset but after doing Ctrl + X it came back to the same screen. After removing quiet splash do i need to do anything else to save or Ctrl + X saves it & reboots it?
– Vinay Singh
Mar 26 '17 at 7:47
@VinaySingh Working for another solution, this one relies on different shortcut.
– Emmet
Mar 27 '17 at 3:26
The above steps didn't help. I had to reinstall using a bootable disc. Since all my data was in the Home folder so i formatted root & boot but left home as it is and reinstalled Ubuntu 16.4. It's up & running now. Thanks for your suggestions.
– Vinay Singh
Mar 31 '17 at 9:39
After you edit /etc/default/grub, you have to run the 'update-grub' command to copy those changes into the grub menu/configuration files in /boot/grub. That's why the changes didn't seem to take effect.
– user207998
Jun 29 '18 at 16:22
add a comment |
On GRUB menu, select your Ubuntu boot entry, then press c to switch into 'Command line mode'.
Run following command to open GRUB settings:
sudo nano /etc/default/grub
Next, look for line contained text GRUB_CMDLINE_LINUX_DEFAULT
.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Remove the "quiet splash"
, then save the file. When you are ready to boot with your modified changes press Ctrl + X , and then Enterto save the file. You may exit the command line mode now.
How do i run the command and then save it. Pardon my ignorance but i am not a techy person. :)
– Vinay Singh
Mar 23 '17 at 10:49
It didn't work. I tried removing quite splash & adding nomodeset but after doing Ctrl + X it came back to the same screen. After removing quiet splash do i need to do anything else to save or Ctrl + X saves it & reboots it?
– Vinay Singh
Mar 26 '17 at 7:47
@VinaySingh Working for another solution, this one relies on different shortcut.
– Emmet
Mar 27 '17 at 3:26
The above steps didn't help. I had to reinstall using a bootable disc. Since all my data was in the Home folder so i formatted root & boot but left home as it is and reinstalled Ubuntu 16.4. It's up & running now. Thanks for your suggestions.
– Vinay Singh
Mar 31 '17 at 9:39
After you edit /etc/default/grub, you have to run the 'update-grub' command to copy those changes into the grub menu/configuration files in /boot/grub. That's why the changes didn't seem to take effect.
– user207998
Jun 29 '18 at 16:22
add a comment |
On GRUB menu, select your Ubuntu boot entry, then press c to switch into 'Command line mode'.
Run following command to open GRUB settings:
sudo nano /etc/default/grub
Next, look for line contained text GRUB_CMDLINE_LINUX_DEFAULT
.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Remove the "quiet splash"
, then save the file. When you are ready to boot with your modified changes press Ctrl + X , and then Enterto save the file. You may exit the command line mode now.
On GRUB menu, select your Ubuntu boot entry, then press c to switch into 'Command line mode'.
Run following command to open GRUB settings:
sudo nano /etc/default/grub
Next, look for line contained text GRUB_CMDLINE_LINUX_DEFAULT
.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Remove the "quiet splash"
, then save the file. When you are ready to boot with your modified changes press Ctrl + X , and then Enterto save the file. You may exit the command line mode now.
edited Mar 23 at 19:22
moonLight
31
31
answered Mar 23 '17 at 7:51
EmmetEmmet
7,51522345
7,51522345
How do i run the command and then save it. Pardon my ignorance but i am not a techy person. :)
– Vinay Singh
Mar 23 '17 at 10:49
It didn't work. I tried removing quite splash & adding nomodeset but after doing Ctrl + X it came back to the same screen. After removing quiet splash do i need to do anything else to save or Ctrl + X saves it & reboots it?
– Vinay Singh
Mar 26 '17 at 7:47
@VinaySingh Working for another solution, this one relies on different shortcut.
– Emmet
Mar 27 '17 at 3:26
The above steps didn't help. I had to reinstall using a bootable disc. Since all my data was in the Home folder so i formatted root & boot but left home as it is and reinstalled Ubuntu 16.4. It's up & running now. Thanks for your suggestions.
– Vinay Singh
Mar 31 '17 at 9:39
After you edit /etc/default/grub, you have to run the 'update-grub' command to copy those changes into the grub menu/configuration files in /boot/grub. That's why the changes didn't seem to take effect.
– user207998
Jun 29 '18 at 16:22
add a comment |
How do i run the command and then save it. Pardon my ignorance but i am not a techy person. :)
– Vinay Singh
Mar 23 '17 at 10:49
It didn't work. I tried removing quite splash & adding nomodeset but after doing Ctrl + X it came back to the same screen. After removing quiet splash do i need to do anything else to save or Ctrl + X saves it & reboots it?
– Vinay Singh
Mar 26 '17 at 7:47
@VinaySingh Working for another solution, this one relies on different shortcut.
– Emmet
Mar 27 '17 at 3:26
The above steps didn't help. I had to reinstall using a bootable disc. Since all my data was in the Home folder so i formatted root & boot but left home as it is and reinstalled Ubuntu 16.4. It's up & running now. Thanks for your suggestions.
– Vinay Singh
Mar 31 '17 at 9:39
After you edit /etc/default/grub, you have to run the 'update-grub' command to copy those changes into the grub menu/configuration files in /boot/grub. That's why the changes didn't seem to take effect.
– user207998
Jun 29 '18 at 16:22
How do i run the command and then save it. Pardon my ignorance but i am not a techy person. :)
– Vinay Singh
Mar 23 '17 at 10:49
How do i run the command and then save it. Pardon my ignorance but i am not a techy person. :)
– Vinay Singh
Mar 23 '17 at 10:49
It didn't work. I tried removing quite splash & adding nomodeset but after doing Ctrl + X it came back to the same screen. After removing quiet splash do i need to do anything else to save or Ctrl + X saves it & reboots it?
– Vinay Singh
Mar 26 '17 at 7:47
It didn't work. I tried removing quite splash & adding nomodeset but after doing Ctrl + X it came back to the same screen. After removing quiet splash do i need to do anything else to save or Ctrl + X saves it & reboots it?
– Vinay Singh
Mar 26 '17 at 7:47
@VinaySingh Working for another solution, this one relies on different shortcut.
– Emmet
Mar 27 '17 at 3:26
@VinaySingh Working for another solution, this one relies on different shortcut.
– Emmet
Mar 27 '17 at 3:26
The above steps didn't help. I had to reinstall using a bootable disc. Since all my data was in the Home folder so i formatted root & boot but left home as it is and reinstalled Ubuntu 16.4. It's up & running now. Thanks for your suggestions.
– Vinay Singh
Mar 31 '17 at 9:39
The above steps didn't help. I had to reinstall using a bootable disc. Since all my data was in the Home folder so i formatted root & boot but left home as it is and reinstalled Ubuntu 16.4. It's up & running now. Thanks for your suggestions.
– Vinay Singh
Mar 31 '17 at 9:39
After you edit /etc/default/grub, you have to run the 'update-grub' command to copy those changes into the grub menu/configuration files in /boot/grub. That's why the changes didn't seem to take effect.
– user207998
Jun 29 '18 at 16:22
After you edit /etc/default/grub, you have to run the 'update-grub' command to copy those changes into the grub menu/configuration files in /boot/grub. That's why the changes didn't seem to take effect.
– user207998
Jun 29 '18 at 16:22
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%2f895952%2fhow-to-remove-quiet-splash-if-ubuntu-is-not-booting-up%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