How to lock down one specific kernel out of several
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I am currently on kernel 4.13.0-38-generic and I am happy to stay on the upgrade path, but I want to keep kernel 4.4.0-119-generic as-is (because virtualbox works for me on that one).
Using synaptic, I have locked the following.
- linux-headers-4.4.0-119-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
Will that be sufficient or is there more that I need to do?
kernel synaptic
add a comment |Â
up vote
1
down vote
favorite
I am currently on kernel 4.13.0-38-generic and I am happy to stay on the upgrade path, but I want to keep kernel 4.4.0-119-generic as-is (because virtualbox works for me on that one).
Using synaptic, I have locked the following.
- linux-headers-4.4.0-119-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
Will that be sufficient or is there more that I need to do?
kernel synaptic
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am currently on kernel 4.13.0-38-generic and I am happy to stay on the upgrade path, but I want to keep kernel 4.4.0-119-generic as-is (because virtualbox works for me on that one).
Using synaptic, I have locked the following.
- linux-headers-4.4.0-119-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
Will that be sufficient or is there more that I need to do?
kernel synaptic
I am currently on kernel 4.13.0-38-generic and I am happy to stay on the upgrade path, but I want to keep kernel 4.4.0-119-generic as-is (because virtualbox works for me on that one).
Using synaptic, I have locked the following.
- linux-headers-4.4.0-119-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
Will that be sufficient or is there more that I need to do?
kernel synaptic
kernel synaptic
asked Apr 18 at 3:33
Humphrey van Polanen Petel
62
62
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
For virtualbox you should install DKMS package:
sudo apt-get install dkms
You should not pin kernel versions as they contain security and stability fixes! Meltdown & Spectre as examples.
Continue only if you are completely sure what you are doing.
For kernel packages pinning see my other answer.
If you understand what you are going to achieve (with lowering security, of course) - you should pin the following packages:
- linux-headers-4.4.0-119
- linux-headers-4.4.0-119-generic
- linux-headers-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
- linux-image-generic
- linux-tools-4.4.0-119
- linux-tools-4.4.0-119-generic
- linux-libc-dev
- linux-libc-dev:i386
- linux-tools-common
- linux-source
- linux-source-4.4.0
To make Synaptic and APT pins consistent (see my other answer):
sudo ln -s /etc/apt/preferences.d/synaptic /var/lib/synaptic/preferences
The reason I want to run 4.4.0-119 is that that was the last kernel that I could run VirtualBox with (see bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1764935) and I need to be able to run Microsoft Word/Excel until I have upskilled myself to use LibreOffice Writer/Calc.
â Humphrey van Polanen Petel
Apr 19 at 5:29
I recommend to use VirtualBox from Oracle repository. It is newer and runs normally with any kernel.
â N0rbert
Apr 19 at 8:49
I know, but not on my hardware (I tried). Problem is that Oracle has been phasing out support for 'raw mode' and my box needs that.
â Humphrey van Polanen Petel
Apr 20 at 1:04
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
For virtualbox you should install DKMS package:
sudo apt-get install dkms
You should not pin kernel versions as they contain security and stability fixes! Meltdown & Spectre as examples.
Continue only if you are completely sure what you are doing.
For kernel packages pinning see my other answer.
If you understand what you are going to achieve (with lowering security, of course) - you should pin the following packages:
- linux-headers-4.4.0-119
- linux-headers-4.4.0-119-generic
- linux-headers-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
- linux-image-generic
- linux-tools-4.4.0-119
- linux-tools-4.4.0-119-generic
- linux-libc-dev
- linux-libc-dev:i386
- linux-tools-common
- linux-source
- linux-source-4.4.0
To make Synaptic and APT pins consistent (see my other answer):
sudo ln -s /etc/apt/preferences.d/synaptic /var/lib/synaptic/preferences
The reason I want to run 4.4.0-119 is that that was the last kernel that I could run VirtualBox with (see bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1764935) and I need to be able to run Microsoft Word/Excel until I have upskilled myself to use LibreOffice Writer/Calc.
â Humphrey van Polanen Petel
Apr 19 at 5:29
I recommend to use VirtualBox from Oracle repository. It is newer and runs normally with any kernel.
â N0rbert
Apr 19 at 8:49
I know, but not on my hardware (I tried). Problem is that Oracle has been phasing out support for 'raw mode' and my box needs that.
â Humphrey van Polanen Petel
Apr 20 at 1:04
add a comment |Â
up vote
0
down vote
For virtualbox you should install DKMS package:
sudo apt-get install dkms
You should not pin kernel versions as they contain security and stability fixes! Meltdown & Spectre as examples.
Continue only if you are completely sure what you are doing.
For kernel packages pinning see my other answer.
If you understand what you are going to achieve (with lowering security, of course) - you should pin the following packages:
- linux-headers-4.4.0-119
- linux-headers-4.4.0-119-generic
- linux-headers-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
- linux-image-generic
- linux-tools-4.4.0-119
- linux-tools-4.4.0-119-generic
- linux-libc-dev
- linux-libc-dev:i386
- linux-tools-common
- linux-source
- linux-source-4.4.0
To make Synaptic and APT pins consistent (see my other answer):
sudo ln -s /etc/apt/preferences.d/synaptic /var/lib/synaptic/preferences
The reason I want to run 4.4.0-119 is that that was the last kernel that I could run VirtualBox with (see bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1764935) and I need to be able to run Microsoft Word/Excel until I have upskilled myself to use LibreOffice Writer/Calc.
â Humphrey van Polanen Petel
Apr 19 at 5:29
I recommend to use VirtualBox from Oracle repository. It is newer and runs normally with any kernel.
â N0rbert
Apr 19 at 8:49
I know, but not on my hardware (I tried). Problem is that Oracle has been phasing out support for 'raw mode' and my box needs that.
â Humphrey van Polanen Petel
Apr 20 at 1:04
add a comment |Â
up vote
0
down vote
up vote
0
down vote
For virtualbox you should install DKMS package:
sudo apt-get install dkms
You should not pin kernel versions as they contain security and stability fixes! Meltdown & Spectre as examples.
Continue only if you are completely sure what you are doing.
For kernel packages pinning see my other answer.
If you understand what you are going to achieve (with lowering security, of course) - you should pin the following packages:
- linux-headers-4.4.0-119
- linux-headers-4.4.0-119-generic
- linux-headers-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
- linux-image-generic
- linux-tools-4.4.0-119
- linux-tools-4.4.0-119-generic
- linux-libc-dev
- linux-libc-dev:i386
- linux-tools-common
- linux-source
- linux-source-4.4.0
To make Synaptic and APT pins consistent (see my other answer):
sudo ln -s /etc/apt/preferences.d/synaptic /var/lib/synaptic/preferences
For virtualbox you should install DKMS package:
sudo apt-get install dkms
You should not pin kernel versions as they contain security and stability fixes! Meltdown & Spectre as examples.
Continue only if you are completely sure what you are doing.
For kernel packages pinning see my other answer.
If you understand what you are going to achieve (with lowering security, of course) - you should pin the following packages:
- linux-headers-4.4.0-119
- linux-headers-4.4.0-119-generic
- linux-headers-generic
- linux-image-4.4.0-119-generic
- linux-image-extra-4.4.0-119-generic
- linux-image-generic
- linux-tools-4.4.0-119
- linux-tools-4.4.0-119-generic
- linux-libc-dev
- linux-libc-dev:i386
- linux-tools-common
- linux-source
- linux-source-4.4.0
To make Synaptic and APT pins consistent (see my other answer):
sudo ln -s /etc/apt/preferences.d/synaptic /var/lib/synaptic/preferences
answered Apr 18 at 17:27
N0rbert
15.7k33274
15.7k33274
The reason I want to run 4.4.0-119 is that that was the last kernel that I could run VirtualBox with (see bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1764935) and I need to be able to run Microsoft Word/Excel until I have upskilled myself to use LibreOffice Writer/Calc.
â Humphrey van Polanen Petel
Apr 19 at 5:29
I recommend to use VirtualBox from Oracle repository. It is newer and runs normally with any kernel.
â N0rbert
Apr 19 at 8:49
I know, but not on my hardware (I tried). Problem is that Oracle has been phasing out support for 'raw mode' and my box needs that.
â Humphrey van Polanen Petel
Apr 20 at 1:04
add a comment |Â
The reason I want to run 4.4.0-119 is that that was the last kernel that I could run VirtualBox with (see bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1764935) and I need to be able to run Microsoft Word/Excel until I have upskilled myself to use LibreOffice Writer/Calc.
â Humphrey van Polanen Petel
Apr 19 at 5:29
I recommend to use VirtualBox from Oracle repository. It is newer and runs normally with any kernel.
â N0rbert
Apr 19 at 8:49
I know, but not on my hardware (I tried). Problem is that Oracle has been phasing out support for 'raw mode' and my box needs that.
â Humphrey van Polanen Petel
Apr 20 at 1:04
The reason I want to run 4.4.0-119 is that that was the last kernel that I could run VirtualBox with (see bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1764935) and I need to be able to run Microsoft Word/Excel until I have upskilled myself to use LibreOffice Writer/Calc.
â Humphrey van Polanen Petel
Apr 19 at 5:29
The reason I want to run 4.4.0-119 is that that was the last kernel that I could run VirtualBox with (see bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1764935) and I need to be able to run Microsoft Word/Excel until I have upskilled myself to use LibreOffice Writer/Calc.
â Humphrey van Polanen Petel
Apr 19 at 5:29
I recommend to use VirtualBox from Oracle repository. It is newer and runs normally with any kernel.
â N0rbert
Apr 19 at 8:49
I recommend to use VirtualBox from Oracle repository. It is newer and runs normally with any kernel.
â N0rbert
Apr 19 at 8:49
I know, but not on my hardware (I tried). Problem is that Oracle has been phasing out support for 'raw mode' and my box needs that.
â Humphrey van Polanen Petel
Apr 20 at 1:04
I know, but not on my hardware (I tried). Problem is that Oracle has been phasing out support for 'raw mode' and my box needs that.
â Humphrey van Polanen Petel
Apr 20 at 1:04
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%2f1025988%2fhow-to-lock-down-one-specific-kernel-out-of-several%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