Linux Mint stuck at splash screen
My problem is simple. I try to boot Linux mint 17 through grub (dual booted with win7), and it freezes at the mint logo splash screen.
I've read a couple things on this but the all suggest executing commands via a terminal. That isn't possible, as I can't get to a shell at all. All I get is a splash screen. Any ideas on how I can resolve this without reinstalling my entire OS?
boot linux-mint
add a comment |
My problem is simple. I try to boot Linux mint 17 through grub (dual booted with win7), and it freezes at the mint logo splash screen.
I've read a couple things on this but the all suggest executing commands via a terminal. That isn't possible, as I can't get to a shell at all. All I get is a splash screen. Any ideas on how I can resolve this without reinstalling my entire OS?
boot linux-mint
Can you get a terminal by pressing Ctrl+Alt+F1 to F7?
– Craig Watson
Jan 30 '15 at 23:30
I don't know what happened, but the issue seems to magically resolved itself after booting to a liveCD, doing nothing, and rebooting again.
– ewok
Jan 30 '15 at 23:32
I'm voting to close this question as off-topic because the OP indicates that this was a hiccup that corrected itself, so not reproducible.
– fixer1234
Aug 12 '18 at 8:32
add a comment |
My problem is simple. I try to boot Linux mint 17 through grub (dual booted with win7), and it freezes at the mint logo splash screen.
I've read a couple things on this but the all suggest executing commands via a terminal. That isn't possible, as I can't get to a shell at all. All I get is a splash screen. Any ideas on how I can resolve this without reinstalling my entire OS?
boot linux-mint
My problem is simple. I try to boot Linux mint 17 through grub (dual booted with win7), and it freezes at the mint logo splash screen.
I've read a couple things on this but the all suggest executing commands via a terminal. That isn't possible, as I can't get to a shell at all. All I get is a splash screen. Any ideas on how I can resolve this without reinstalling my entire OS?
boot linux-mint
boot linux-mint
asked Jan 30 '15 at 23:25
ewok
1,115123252
1,115123252
Can you get a terminal by pressing Ctrl+Alt+F1 to F7?
– Craig Watson
Jan 30 '15 at 23:30
I don't know what happened, but the issue seems to magically resolved itself after booting to a liveCD, doing nothing, and rebooting again.
– ewok
Jan 30 '15 at 23:32
I'm voting to close this question as off-topic because the OP indicates that this was a hiccup that corrected itself, so not reproducible.
– fixer1234
Aug 12 '18 at 8:32
add a comment |
Can you get a terminal by pressing Ctrl+Alt+F1 to F7?
– Craig Watson
Jan 30 '15 at 23:30
I don't know what happened, but the issue seems to magically resolved itself after booting to a liveCD, doing nothing, and rebooting again.
– ewok
Jan 30 '15 at 23:32
I'm voting to close this question as off-topic because the OP indicates that this was a hiccup that corrected itself, so not reproducible.
– fixer1234
Aug 12 '18 at 8:32
Can you get a terminal by pressing Ctrl+Alt+F1 to F7?
– Craig Watson
Jan 30 '15 at 23:30
Can you get a terminal by pressing Ctrl+Alt+F1 to F7?
– Craig Watson
Jan 30 '15 at 23:30
I don't know what happened, but the issue seems to magically resolved itself after booting to a liveCD, doing nothing, and rebooting again.
– ewok
Jan 30 '15 at 23:32
I don't know what happened, but the issue seems to magically resolved itself after booting to a liveCD, doing nothing, and rebooting again.
– ewok
Jan 30 '15 at 23:32
I'm voting to close this question as off-topic because the OP indicates that this was a hiccup that corrected itself, so not reproducible.
– fixer1234
Aug 12 '18 at 8:32
I'm voting to close this question as off-topic because the OP indicates that this was a hiccup that corrected itself, so not reproducible.
– fixer1234
Aug 12 '18 at 8:32
add a comment |
1 Answer
1
active
oldest
votes
Same problem on a MSI GL72 laptop, resolved by setting the kernel option nomodeset.
First, boot on a live system and update the file /etc/boot/grub.cfg on your system and change the lines :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash $vt_handoff
To :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash nomodeset $vt_handoff
(change all the lines or just the first)
Reboot without the live key.
If it works, your change will be overrided by a grup-upgrade. To make they permanents :
update file /etc/default/grub :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
Run the command update-grub to update the file /etc/boot/grub.cfg.
There are other options that was work for me (in addition of nomodeset) :
- acpi_osi=
- noidle
A useful post : https://ubuntuforums.org/showthread.php?t=1613132.
for nomodeset : http://askubuntu.com/questions/207175/what-does-nomodeset-do.
Kernel parameters reference : https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f871801%2flinux-mint-stuck-at-splash-screen%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
Same problem on a MSI GL72 laptop, resolved by setting the kernel option nomodeset.
First, boot on a live system and update the file /etc/boot/grub.cfg on your system and change the lines :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash $vt_handoff
To :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash nomodeset $vt_handoff
(change all the lines or just the first)
Reboot without the live key.
If it works, your change will be overrided by a grup-upgrade. To make they permanents :
update file /etc/default/grub :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
Run the command update-grub to update the file /etc/boot/grub.cfg.
There are other options that was work for me (in addition of nomodeset) :
- acpi_osi=
- noidle
A useful post : https://ubuntuforums.org/showthread.php?t=1613132.
for nomodeset : http://askubuntu.com/questions/207175/what-does-nomodeset-do.
Kernel parameters reference : https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt.
add a comment |
Same problem on a MSI GL72 laptop, resolved by setting the kernel option nomodeset.
First, boot on a live system and update the file /etc/boot/grub.cfg on your system and change the lines :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash $vt_handoff
To :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash nomodeset $vt_handoff
(change all the lines or just the first)
Reboot without the live key.
If it works, your change will be overrided by a grup-upgrade. To make they permanents :
update file /etc/default/grub :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
Run the command update-grub to update the file /etc/boot/grub.cfg.
There are other options that was work for me (in addition of nomodeset) :
- acpi_osi=
- noidle
A useful post : https://ubuntuforums.org/showthread.php?t=1613132.
for nomodeset : http://askubuntu.com/questions/207175/what-does-nomodeset-do.
Kernel parameters reference : https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt.
add a comment |
Same problem on a MSI GL72 laptop, resolved by setting the kernel option nomodeset.
First, boot on a live system and update the file /etc/boot/grub.cfg on your system and change the lines :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash $vt_handoff
To :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash nomodeset $vt_handoff
(change all the lines or just the first)
Reboot without the live key.
If it works, your change will be overrided by a grup-upgrade. To make they permanents :
update file /etc/default/grub :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
Run the command update-grub to update the file /etc/boot/grub.cfg.
There are other options that was work for me (in addition of nomodeset) :
- acpi_osi=
- noidle
A useful post : https://ubuntuforums.org/showthread.php?t=1613132.
for nomodeset : http://askubuntu.com/questions/207175/what-does-nomodeset-do.
Kernel parameters reference : https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt.
Same problem on a MSI GL72 laptop, resolved by setting the kernel option nomodeset.
First, boot on a live system and update the file /etc/boot/grub.cfg on your system and change the lines :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash $vt_handoff
To :
linux /boot/vmlinuz-4.10.0-38-generic root=*** ro quiet splash nomodeset $vt_handoff
(change all the lines or just the first)
Reboot without the live key.
If it works, your change will be overrided by a grup-upgrade. To make they permanents :
update file /etc/default/grub :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
Run the command update-grub to update the file /etc/boot/grub.cfg.
There are other options that was work for me (in addition of nomodeset) :
- acpi_osi=
- noidle
A useful post : https://ubuntuforums.org/showthread.php?t=1613132.
for nomodeset : http://askubuntu.com/questions/207175/what-does-nomodeset-do.
Kernel parameters reference : https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt.
answered Jan 6 '18 at 12:19
Neuron Addict
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f871801%2flinux-mint-stuck-at-splash-screen%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
Can you get a terminal by pressing Ctrl+Alt+F1 to F7?
– Craig Watson
Jan 30 '15 at 23:30
I don't know what happened, but the issue seems to magically resolved itself after booting to a liveCD, doing nothing, and rebooting again.
– ewok
Jan 30 '15 at 23:32
I'm voting to close this question as off-topic because the OP indicates that this was a hiccup that corrected itself, so not reproducible.
– fixer1234
Aug 12 '18 at 8:32