upgraded from 16.04 to Ubuntu 18.04 but kernel didn't change how to fix

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I upgraded my Ubuntu 16.04 64bit machine to 18.04 but when I do a uname -sr it shows the old kernel of 4.4.127-0404127 #201804081036
I know the kernel should be 4.15 how can I fix this so the kernel gets upgraded corectly?
16.04 kernel 18.04
add a comment |Â
up vote
1
down vote
favorite
I upgraded my Ubuntu 16.04 64bit machine to 18.04 but when I do a uname -sr it shows the old kernel of 4.4.127-0404127 #201804081036
I know the kernel should be 4.15 how can I fix this so the kernel gets upgraded corectly?
16.04 kernel 18.04
This is odd. The current kernel in 16.04 is 4.4.0-122-generic. You need to post more info about the hardware in question, the output ofuname -a, then may be, we can help.
â mikewhatever
Apr 27 at 12:14
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I upgraded my Ubuntu 16.04 64bit machine to 18.04 but when I do a uname -sr it shows the old kernel of 4.4.127-0404127 #201804081036
I know the kernel should be 4.15 how can I fix this so the kernel gets upgraded corectly?
16.04 kernel 18.04
I upgraded my Ubuntu 16.04 64bit machine to 18.04 but when I do a uname -sr it shows the old kernel of 4.4.127-0404127 #201804081036
I know the kernel should be 4.15 how can I fix this so the kernel gets upgraded corectly?
16.04 kernel 18.04
asked Apr 27 at 11:53
Rick T
73021121
73021121
This is odd. The current kernel in 16.04 is 4.4.0-122-generic. You need to post more info about the hardware in question, the output ofuname -a, then may be, we can help.
â mikewhatever
Apr 27 at 12:14
add a comment |Â
This is odd. The current kernel in 16.04 is 4.4.0-122-generic. You need to post more info about the hardware in question, the output ofuname -a, then may be, we can help.
â mikewhatever
Apr 27 at 12:14
This is odd. The current kernel in 16.04 is 4.4.0-122-generic. You need to post more info about the hardware in question, the output of
uname -a, then may be, we can help.â mikewhatever
Apr 27 at 12:14
This is odd. The current kernel in 16.04 is 4.4.0-122-generic. You need to post more info about the hardware in question, the output of
uname -a, then may be, we can help.â mikewhatever
Apr 27 at 12:14
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
I ran the command below to unhold the kernel but it didn't work.
sudo apt-mark unhold linux-generic linux-headers-generic linux-image-generic
But when I ran the command below it download and upgraded my kernel.
sudo apt-get dist-upgrade
sudo apt install linux-image-generic
And to check it I used
uname -sr
Linux 4.15.0-20-generic
Success.
On a side note everything was really slow I also had some old KDE files that were causing problems and had to run
balooctl disable
For more information about it here's a link
permanently disable the baloo file indexer
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
I ran the command below to unhold the kernel but it didn't work.
sudo apt-mark unhold linux-generic linux-headers-generic linux-image-generic
But when I ran the command below it download and upgraded my kernel.
sudo apt-get dist-upgrade
sudo apt install linux-image-generic
And to check it I used
uname -sr
Linux 4.15.0-20-generic
Success.
On a side note everything was really slow I also had some old KDE files that were causing problems and had to run
balooctl disable
For more information about it here's a link
permanently disable the baloo file indexer
add a comment |Â
up vote
2
down vote
I ran the command below to unhold the kernel but it didn't work.
sudo apt-mark unhold linux-generic linux-headers-generic linux-image-generic
But when I ran the command below it download and upgraded my kernel.
sudo apt-get dist-upgrade
sudo apt install linux-image-generic
And to check it I used
uname -sr
Linux 4.15.0-20-generic
Success.
On a side note everything was really slow I also had some old KDE files that were causing problems and had to run
balooctl disable
For more information about it here's a link
permanently disable the baloo file indexer
add a comment |Â
up vote
2
down vote
up vote
2
down vote
I ran the command below to unhold the kernel but it didn't work.
sudo apt-mark unhold linux-generic linux-headers-generic linux-image-generic
But when I ran the command below it download and upgraded my kernel.
sudo apt-get dist-upgrade
sudo apt install linux-image-generic
And to check it I used
uname -sr
Linux 4.15.0-20-generic
Success.
On a side note everything was really slow I also had some old KDE files that were causing problems and had to run
balooctl disable
For more information about it here's a link
permanently disable the baloo file indexer
I ran the command below to unhold the kernel but it didn't work.
sudo apt-mark unhold linux-generic linux-headers-generic linux-image-generic
But when I ran the command below it download and upgraded my kernel.
sudo apt-get dist-upgrade
sudo apt install linux-image-generic
And to check it I used
uname -sr
Linux 4.15.0-20-generic
Success.
On a side note everything was really slow I also had some old KDE files that were causing problems and had to run
balooctl disable
For more information about it here's a link
permanently disable the baloo file indexer
edited Apr 28 at 19:41
answered Apr 27 at 17:00
Rick T
73021121
73021121
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028749%2fupgraded-from-16-04-to-ubuntu-18-04-but-kernel-didnt-change-how-to-fix%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
This is odd. The current kernel in 16.04 is 4.4.0-122-generic. You need to post more info about the hardware in question, the output of
uname -a, then may be, we can help.â mikewhatever
Apr 27 at 12:14