Work laptop (Ubuntu 18.04) in bootloop! Please help!
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've got a Purism Librem 13 (hardware specs here) with Ubuntu 18.04 running on it fine for almost a year now. I've had a freeze once every couple months or so, but nothing too serious.
Yesterday it happened twice that my laptop suddenly rebooted out of nowhere and today it has big trouble starting up. I get to Grub and if I continue booting Ubuntu normally it does one of three things:
- show a cursor, then a black screen, and then it reboots again
- show a cursor, then a black screen and then nothing (have to long press power to power down and then hit power to start it again)
- show a cursor, then a black screen, then some errors (see below) and then a black screen.
I've tried this about 30 times now. Most of the time it's either number 1 or two of the above, but I just managed to catch the errors it shows:
I really have no idea what these lines mean.
I ran a memtest (took an hour) and that ended with no errors. I'm now on kernel 4.15.0-45-generic
so I tried booting with the previous kernel 4.15.0-43-generic
, but that gives the same result.
I then tried booting in recovery mode. That works (writing in it now), but I'm not sure what to do from here. Most things are backed up fine, so I'm good there. I considered reinstalling Ubuntu, but I'm currently abroad and I don't have the possibility to reinstall Ubuntu now. And this is my work laptop and I need it again in the morning.
Does anybody know what I can do to debug or solve this? All tips are welcome!
[EDIT]
Since grub is loading, but it doesn't ask for the passphrase for my encrypted disk, I guess the problem lies within the Linux kernel. As said in the news article posted in the comments by @pomsky, there was a regression in a kernel preventing Ubuntu 18.04 with certain chipsets to from booting. This sounds very much like my problem, but they say that Ubuntu 18.04 setups with kernel 4.18
are urged to update the kernel packages immediately, while I'm currently running kernel 4.15.0-45-generic
. I ran sudo apt update && sudo apt upgrade
but it says all packages are up to date. I also installed ukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick.
Also, in the Ubuntu kernel support schedule for Ubuntu 18.04 I see no mention of kernel 4.18
. Only kernel 4.15
is mentioned.
Does anybody know what to do from here?
boot grub2 18.04 bootloader
add a comment |
I've got a Purism Librem 13 (hardware specs here) with Ubuntu 18.04 running on it fine for almost a year now. I've had a freeze once every couple months or so, but nothing too serious.
Yesterday it happened twice that my laptop suddenly rebooted out of nowhere and today it has big trouble starting up. I get to Grub and if I continue booting Ubuntu normally it does one of three things:
- show a cursor, then a black screen, and then it reboots again
- show a cursor, then a black screen and then nothing (have to long press power to power down and then hit power to start it again)
- show a cursor, then a black screen, then some errors (see below) and then a black screen.
I've tried this about 30 times now. Most of the time it's either number 1 or two of the above, but I just managed to catch the errors it shows:
I really have no idea what these lines mean.
I ran a memtest (took an hour) and that ended with no errors. I'm now on kernel 4.15.0-45-generic
so I tried booting with the previous kernel 4.15.0-43-generic
, but that gives the same result.
I then tried booting in recovery mode. That works (writing in it now), but I'm not sure what to do from here. Most things are backed up fine, so I'm good there. I considered reinstalling Ubuntu, but I'm currently abroad and I don't have the possibility to reinstall Ubuntu now. And this is my work laptop and I need it again in the morning.
Does anybody know what I can do to debug or solve this? All tips are welcome!
[EDIT]
Since grub is loading, but it doesn't ask for the passphrase for my encrypted disk, I guess the problem lies within the Linux kernel. As said in the news article posted in the comments by @pomsky, there was a regression in a kernel preventing Ubuntu 18.04 with certain chipsets to from booting. This sounds very much like my problem, but they say that Ubuntu 18.04 setups with kernel 4.18
are urged to update the kernel packages immediately, while I'm currently running kernel 4.15.0-45-generic
. I ran sudo apt update && sudo apt upgrade
but it says all packages are up to date. I also installed ukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick.
Also, in the Ubuntu kernel support schedule for Ubuntu 18.04 I see no mention of kernel 4.18
. Only kernel 4.15
is mentioned.
Does anybody know what to do from here?
boot grub2 18.04 bootloader
This is a bit of a longshot, but try setting a boot time kernel parameter "iommu=soft". At boot time, where you have selected prior kernels, edit the linux cmd line and where you see "quiet splash" change to "quiet splash iommu=soft". If this helps, you can make the change permanent.
– Charles Green
Feb 10 at 14:23
@CharlesGreen - I tried your suggestion, but the result is unfortunately the same. Any other ideas?
– kramer65
Feb 10 at 14:58
The only other one that I have would be to boot from a live USB and runfsck
on your disks.
– Charles Green
Feb 10 at 15:32
See this: news.softpedia.com/news/…
– pomsky
Feb 10 at 23:41
@pomsky - Thanks for the link. That gives me hope it will be fixed. In the article it says: "If you're running Ubuntu 18.10 or Ubuntu 18.04 LTS with Linux kernel 4.18, you are urged to update your kernel packages immediately". I checked (uname -a
) but I'm running kernel version4.15.0-45-generic
. I ransudo apt update && sudo apt upgrade
but it says all packages are the latest. I also installedukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick. Would you have any further tips?
– kramer65
Feb 11 at 2:15
add a comment |
I've got a Purism Librem 13 (hardware specs here) with Ubuntu 18.04 running on it fine for almost a year now. I've had a freeze once every couple months or so, but nothing too serious.
Yesterday it happened twice that my laptop suddenly rebooted out of nowhere and today it has big trouble starting up. I get to Grub and if I continue booting Ubuntu normally it does one of three things:
- show a cursor, then a black screen, and then it reboots again
- show a cursor, then a black screen and then nothing (have to long press power to power down and then hit power to start it again)
- show a cursor, then a black screen, then some errors (see below) and then a black screen.
I've tried this about 30 times now. Most of the time it's either number 1 or two of the above, but I just managed to catch the errors it shows:
I really have no idea what these lines mean.
I ran a memtest (took an hour) and that ended with no errors. I'm now on kernel 4.15.0-45-generic
so I tried booting with the previous kernel 4.15.0-43-generic
, but that gives the same result.
I then tried booting in recovery mode. That works (writing in it now), but I'm not sure what to do from here. Most things are backed up fine, so I'm good there. I considered reinstalling Ubuntu, but I'm currently abroad and I don't have the possibility to reinstall Ubuntu now. And this is my work laptop and I need it again in the morning.
Does anybody know what I can do to debug or solve this? All tips are welcome!
[EDIT]
Since grub is loading, but it doesn't ask for the passphrase for my encrypted disk, I guess the problem lies within the Linux kernel. As said in the news article posted in the comments by @pomsky, there was a regression in a kernel preventing Ubuntu 18.04 with certain chipsets to from booting. This sounds very much like my problem, but they say that Ubuntu 18.04 setups with kernel 4.18
are urged to update the kernel packages immediately, while I'm currently running kernel 4.15.0-45-generic
. I ran sudo apt update && sudo apt upgrade
but it says all packages are up to date. I also installed ukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick.
Also, in the Ubuntu kernel support schedule for Ubuntu 18.04 I see no mention of kernel 4.18
. Only kernel 4.15
is mentioned.
Does anybody know what to do from here?
boot grub2 18.04 bootloader
I've got a Purism Librem 13 (hardware specs here) with Ubuntu 18.04 running on it fine for almost a year now. I've had a freeze once every couple months or so, but nothing too serious.
Yesterday it happened twice that my laptop suddenly rebooted out of nowhere and today it has big trouble starting up. I get to Grub and if I continue booting Ubuntu normally it does one of three things:
- show a cursor, then a black screen, and then it reboots again
- show a cursor, then a black screen and then nothing (have to long press power to power down and then hit power to start it again)
- show a cursor, then a black screen, then some errors (see below) and then a black screen.
I've tried this about 30 times now. Most of the time it's either number 1 or two of the above, but I just managed to catch the errors it shows:
I really have no idea what these lines mean.
I ran a memtest (took an hour) and that ended with no errors. I'm now on kernel 4.15.0-45-generic
so I tried booting with the previous kernel 4.15.0-43-generic
, but that gives the same result.
I then tried booting in recovery mode. That works (writing in it now), but I'm not sure what to do from here. Most things are backed up fine, so I'm good there. I considered reinstalling Ubuntu, but I'm currently abroad and I don't have the possibility to reinstall Ubuntu now. And this is my work laptop and I need it again in the morning.
Does anybody know what I can do to debug or solve this? All tips are welcome!
[EDIT]
Since grub is loading, but it doesn't ask for the passphrase for my encrypted disk, I guess the problem lies within the Linux kernel. As said in the news article posted in the comments by @pomsky, there was a regression in a kernel preventing Ubuntu 18.04 with certain chipsets to from booting. This sounds very much like my problem, but they say that Ubuntu 18.04 setups with kernel 4.18
are urged to update the kernel packages immediately, while I'm currently running kernel 4.15.0-45-generic
. I ran sudo apt update && sudo apt upgrade
but it says all packages are up to date. I also installed ukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick.
Also, in the Ubuntu kernel support schedule for Ubuntu 18.04 I see no mention of kernel 4.18
. Only kernel 4.15
is mentioned.
Does anybody know what to do from here?
boot grub2 18.04 bootloader
boot grub2 18.04 bootloader
edited Feb 11 at 2:27
kramer65
asked Feb 10 at 13:30
kramer65kramer65
92341532
92341532
This is a bit of a longshot, but try setting a boot time kernel parameter "iommu=soft". At boot time, where you have selected prior kernels, edit the linux cmd line and where you see "quiet splash" change to "quiet splash iommu=soft". If this helps, you can make the change permanent.
– Charles Green
Feb 10 at 14:23
@CharlesGreen - I tried your suggestion, but the result is unfortunately the same. Any other ideas?
– kramer65
Feb 10 at 14:58
The only other one that I have would be to boot from a live USB and runfsck
on your disks.
– Charles Green
Feb 10 at 15:32
See this: news.softpedia.com/news/…
– pomsky
Feb 10 at 23:41
@pomsky - Thanks for the link. That gives me hope it will be fixed. In the article it says: "If you're running Ubuntu 18.10 or Ubuntu 18.04 LTS with Linux kernel 4.18, you are urged to update your kernel packages immediately". I checked (uname -a
) but I'm running kernel version4.15.0-45-generic
. I ransudo apt update && sudo apt upgrade
but it says all packages are the latest. I also installedukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick. Would you have any further tips?
– kramer65
Feb 11 at 2:15
add a comment |
This is a bit of a longshot, but try setting a boot time kernel parameter "iommu=soft". At boot time, where you have selected prior kernels, edit the linux cmd line and where you see "quiet splash" change to "quiet splash iommu=soft". If this helps, you can make the change permanent.
– Charles Green
Feb 10 at 14:23
@CharlesGreen - I tried your suggestion, but the result is unfortunately the same. Any other ideas?
– kramer65
Feb 10 at 14:58
The only other one that I have would be to boot from a live USB and runfsck
on your disks.
– Charles Green
Feb 10 at 15:32
See this: news.softpedia.com/news/…
– pomsky
Feb 10 at 23:41
@pomsky - Thanks for the link. That gives me hope it will be fixed. In the article it says: "If you're running Ubuntu 18.10 or Ubuntu 18.04 LTS with Linux kernel 4.18, you are urged to update your kernel packages immediately". I checked (uname -a
) but I'm running kernel version4.15.0-45-generic
. I ransudo apt update && sudo apt upgrade
but it says all packages are the latest. I also installedukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick. Would you have any further tips?
– kramer65
Feb 11 at 2:15
This is a bit of a longshot, but try setting a boot time kernel parameter "iommu=soft". At boot time, where you have selected prior kernels, edit the linux cmd line and where you see "quiet splash" change to "quiet splash iommu=soft". If this helps, you can make the change permanent.
– Charles Green
Feb 10 at 14:23
This is a bit of a longshot, but try setting a boot time kernel parameter "iommu=soft". At boot time, where you have selected prior kernels, edit the linux cmd line and where you see "quiet splash" change to "quiet splash iommu=soft". If this helps, you can make the change permanent.
– Charles Green
Feb 10 at 14:23
@CharlesGreen - I tried your suggestion, but the result is unfortunately the same. Any other ideas?
– kramer65
Feb 10 at 14:58
@CharlesGreen - I tried your suggestion, but the result is unfortunately the same. Any other ideas?
– kramer65
Feb 10 at 14:58
The only other one that I have would be to boot from a live USB and run
fsck
on your disks.– Charles Green
Feb 10 at 15:32
The only other one that I have would be to boot from a live USB and run
fsck
on your disks.– Charles Green
Feb 10 at 15:32
See this: news.softpedia.com/news/…
– pomsky
Feb 10 at 23:41
See this: news.softpedia.com/news/…
– pomsky
Feb 10 at 23:41
@pomsky - Thanks for the link. That gives me hope it will be fixed. In the article it says: "If you're running Ubuntu 18.10 or Ubuntu 18.04 LTS with Linux kernel 4.18, you are urged to update your kernel packages immediately". I checked (
uname -a
) but I'm running kernel version 4.15.0-45-generic
. I ran sudo apt update && sudo apt upgrade
but it says all packages are the latest. I also installed ukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick. Would you have any further tips?– kramer65
Feb 11 at 2:15
@pomsky - Thanks for the link. That gives me hope it will be fixed. In the article it says: "If you're running Ubuntu 18.10 or Ubuntu 18.04 LTS with Linux kernel 4.18, you are urged to update your kernel packages immediately". I checked (
uname -a
) but I'm running kernel version 4.15.0-45-generic
. I ran sudo apt update && sudo apt upgrade
but it says all packages are the latest. I also installed ukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick. Would you have any further tips?– kramer65
Feb 11 at 2:15
add a comment |
0
active
oldest
votes
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%2f1117135%2fwork-laptop-ubuntu-18-04-in-bootloop-please-help%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
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%2f1117135%2fwork-laptop-ubuntu-18-04-in-bootloop-please-help%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
This is a bit of a longshot, but try setting a boot time kernel parameter "iommu=soft". At boot time, where you have selected prior kernels, edit the linux cmd line and where you see "quiet splash" change to "quiet splash iommu=soft". If this helps, you can make the change permanent.
– Charles Green
Feb 10 at 14:23
@CharlesGreen - I tried your suggestion, but the result is unfortunately the same. Any other ideas?
– kramer65
Feb 10 at 14:58
The only other one that I have would be to boot from a live USB and run
fsck
on your disks.– Charles Green
Feb 10 at 15:32
See this: news.softpedia.com/news/…
– pomsky
Feb 10 at 23:41
@pomsky - Thanks for the link. That gives me hope it will be fixed. In the article it says: "If you're running Ubuntu 18.10 or Ubuntu 18.04 LTS with Linux kernel 4.18, you are urged to update your kernel packages immediately". I checked (
uname -a
) but I'm running kernel version4.15.0-45-generic
. I ransudo apt update && sudo apt upgrade
but it says all packages are the latest. I also installedukuu
to install a newer kernel, but there are so many kernels that I'm not sure which version to pick. Would you have any further tips?– kramer65
Feb 11 at 2:15