Installing Ubuntu on NUC8I7HNK headless?


up vote
1
down vote
favorite
I'm interested in this device:
https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc8i7hnk.html and want to install Ubuntu on it. I only need SSH access to it, and I'm probably not going to use it for desktop applications. Or does Ubuntu require X11 during installation?
The problem right now is that there's a video driver only available in the 4.18 kernel for the Radeon⢠RX Vega M GL graphics card.
Do I need the driver if I only want to install Ubuntu on it in "text mode" or can I install it without the driver?
The video card is listed as "discrete". There is also an "integrated graphics" listed in the specs. Does this mean this device has two graphic cards, with one that Ubuntu can fall back on for non-graphical applications?
drivers graphics amdgpu intel-nuc
add a comment |Â
up vote
1
down vote
favorite
I'm interested in this device:
https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc8i7hnk.html and want to install Ubuntu on it. I only need SSH access to it, and I'm probably not going to use it for desktop applications. Or does Ubuntu require X11 during installation?
The problem right now is that there's a video driver only available in the 4.18 kernel for the Radeon⢠RX Vega M GL graphics card.
Do I need the driver if I only want to install Ubuntu on it in "text mode" or can I install it without the driver?
The video card is listed as "discrete". There is also an "integrated graphics" listed in the specs. Does this mean this device has two graphic cards, with one that Ubuntu can fall back on for non-graphical applications?
drivers graphics amdgpu intel-nuc
If you are not going to use it as a desktop machine, you can just install Ubuntu Server and never worry about video drivers.
â Jos
Jun 6 at 12:02
That's good to know Jos!
â Michiel Borkent
Jun 6 at 12:09
I suppose that answers your question? Allow me to post this as an answer.
â Jos
Jun 6 at 15:19
One further question: is it also possible to run a desktop environment on this without the driver? I don't need fancy graphical performance for gaming.
â Michiel Borkent
Jun 6 at 15:20
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm interested in this device:
https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc8i7hnk.html and want to install Ubuntu on it. I only need SSH access to it, and I'm probably not going to use it for desktop applications. Or does Ubuntu require X11 during installation?
The problem right now is that there's a video driver only available in the 4.18 kernel for the Radeon⢠RX Vega M GL graphics card.
Do I need the driver if I only want to install Ubuntu on it in "text mode" or can I install it without the driver?
The video card is listed as "discrete". There is also an "integrated graphics" listed in the specs. Does this mean this device has two graphic cards, with one that Ubuntu can fall back on for non-graphical applications?
drivers graphics amdgpu intel-nuc
I'm interested in this device:
https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc8i7hnk.html and want to install Ubuntu on it. I only need SSH access to it, and I'm probably not going to use it for desktop applications. Or does Ubuntu require X11 during installation?
The problem right now is that there's a video driver only available in the 4.18 kernel for the Radeon⢠RX Vega M GL graphics card.
Do I need the driver if I only want to install Ubuntu on it in "text mode" or can I install it without the driver?
The video card is listed as "discrete". There is also an "integrated graphics" listed in the specs. Does this mean this device has two graphic cards, with one that Ubuntu can fall back on for non-graphical applications?
drivers graphics amdgpu intel-nuc
asked Jun 6 at 11:54
Michiel Borkent
1084
1084
If you are not going to use it as a desktop machine, you can just install Ubuntu Server and never worry about video drivers.
â Jos
Jun 6 at 12:02
That's good to know Jos!
â Michiel Borkent
Jun 6 at 12:09
I suppose that answers your question? Allow me to post this as an answer.
â Jos
Jun 6 at 15:19
One further question: is it also possible to run a desktop environment on this without the driver? I don't need fancy graphical performance for gaming.
â Michiel Borkent
Jun 6 at 15:20
add a comment |Â
If you are not going to use it as a desktop machine, you can just install Ubuntu Server and never worry about video drivers.
â Jos
Jun 6 at 12:02
That's good to know Jos!
â Michiel Borkent
Jun 6 at 12:09
I suppose that answers your question? Allow me to post this as an answer.
â Jos
Jun 6 at 15:19
One further question: is it also possible to run a desktop environment on this without the driver? I don't need fancy graphical performance for gaming.
â Michiel Borkent
Jun 6 at 15:20
If you are not going to use it as a desktop machine, you can just install Ubuntu Server and never worry about video drivers.
â Jos
Jun 6 at 12:02
If you are not going to use it as a desktop machine, you can just install Ubuntu Server and never worry about video drivers.
â Jos
Jun 6 at 12:02
That's good to know Jos!
â Michiel Borkent
Jun 6 at 12:09
That's good to know Jos!
â Michiel Borkent
Jun 6 at 12:09
I suppose that answers your question? Allow me to post this as an answer.
â Jos
Jun 6 at 15:19
I suppose that answers your question? Allow me to post this as an answer.
â Jos
Jun 6 at 15:19
One further question: is it also possible to run a desktop environment on this without the driver? I don't need fancy graphical performance for gaming.
â Michiel Borkent
Jun 6 at 15:20
One further question: is it also possible to run a desktop environment on this without the driver? I don't need fancy graphical performance for gaming.
â Michiel Borkent
Jun 6 at 15:20
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
If you don't plan on using the computer as a desktop machine, I would recommend installing Ubuntu Server. The server version of Ubuntu does not install video drivers (or anything X) out of the box.
Your system has a low-spec, but working, graphics subsystem on-board ("integrated") that will allow you to install Ubuntu Server from the installation media without any problems. On top of that, it has a second, separate, high-end video card ("discrete"). You don't need that to run Ubuntu Server, but it doesn't get in the way either. Typically, you enable / disable on-board graphics from the BIOS.
Should you, at a later time, decide you want to run a desktop environment, you just install ubuntu-desktop
. This will come with X and install the necessary video drivers. That there is no separated video driver for your graphics card doesn't mean it doesn't work at all, only that some of the functionality may not be available. So perhaps wait until your system runs on Linux kernel 4.18 before you install a desktop environment if you want to be sure; if you don't game or edit videos, the card's "mostly working" will be enough.
I found out is the on-board video card is a Intel® HD Graphics 630 which is supposed to be supported in kernel 4.15 which is in Ubuntu 18.04. So I should already have reasonable desktop experience with this.
â Michiel Borkent
Jun 6 at 16:09
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
accepted
If you don't plan on using the computer as a desktop machine, I would recommend installing Ubuntu Server. The server version of Ubuntu does not install video drivers (or anything X) out of the box.
Your system has a low-spec, but working, graphics subsystem on-board ("integrated") that will allow you to install Ubuntu Server from the installation media without any problems. On top of that, it has a second, separate, high-end video card ("discrete"). You don't need that to run Ubuntu Server, but it doesn't get in the way either. Typically, you enable / disable on-board graphics from the BIOS.
Should you, at a later time, decide you want to run a desktop environment, you just install ubuntu-desktop
. This will come with X and install the necessary video drivers. That there is no separated video driver for your graphics card doesn't mean it doesn't work at all, only that some of the functionality may not be available. So perhaps wait until your system runs on Linux kernel 4.18 before you install a desktop environment if you want to be sure; if you don't game or edit videos, the card's "mostly working" will be enough.
I found out is the on-board video card is a Intel® HD Graphics 630 which is supposed to be supported in kernel 4.15 which is in Ubuntu 18.04. So I should already have reasonable desktop experience with this.
â Michiel Borkent
Jun 6 at 16:09
add a comment |Â
up vote
0
down vote
accepted
If you don't plan on using the computer as a desktop machine, I would recommend installing Ubuntu Server. The server version of Ubuntu does not install video drivers (or anything X) out of the box.
Your system has a low-spec, but working, graphics subsystem on-board ("integrated") that will allow you to install Ubuntu Server from the installation media without any problems. On top of that, it has a second, separate, high-end video card ("discrete"). You don't need that to run Ubuntu Server, but it doesn't get in the way either. Typically, you enable / disable on-board graphics from the BIOS.
Should you, at a later time, decide you want to run a desktop environment, you just install ubuntu-desktop
. This will come with X and install the necessary video drivers. That there is no separated video driver for your graphics card doesn't mean it doesn't work at all, only that some of the functionality may not be available. So perhaps wait until your system runs on Linux kernel 4.18 before you install a desktop environment if you want to be sure; if you don't game or edit videos, the card's "mostly working" will be enough.
I found out is the on-board video card is a Intel® HD Graphics 630 which is supposed to be supported in kernel 4.15 which is in Ubuntu 18.04. So I should already have reasonable desktop experience with this.
â Michiel Borkent
Jun 6 at 16:09
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
If you don't plan on using the computer as a desktop machine, I would recommend installing Ubuntu Server. The server version of Ubuntu does not install video drivers (or anything X) out of the box.
Your system has a low-spec, but working, graphics subsystem on-board ("integrated") that will allow you to install Ubuntu Server from the installation media without any problems. On top of that, it has a second, separate, high-end video card ("discrete"). You don't need that to run Ubuntu Server, but it doesn't get in the way either. Typically, you enable / disable on-board graphics from the BIOS.
Should you, at a later time, decide you want to run a desktop environment, you just install ubuntu-desktop
. This will come with X and install the necessary video drivers. That there is no separated video driver for your graphics card doesn't mean it doesn't work at all, only that some of the functionality may not be available. So perhaps wait until your system runs on Linux kernel 4.18 before you install a desktop environment if you want to be sure; if you don't game or edit videos, the card's "mostly working" will be enough.
If you don't plan on using the computer as a desktop machine, I would recommend installing Ubuntu Server. The server version of Ubuntu does not install video drivers (or anything X) out of the box.
Your system has a low-spec, but working, graphics subsystem on-board ("integrated") that will allow you to install Ubuntu Server from the installation media without any problems. On top of that, it has a second, separate, high-end video card ("discrete"). You don't need that to run Ubuntu Server, but it doesn't get in the way either. Typically, you enable / disable on-board graphics from the BIOS.
Should you, at a later time, decide you want to run a desktop environment, you just install ubuntu-desktop
. This will come with X and install the necessary video drivers. That there is no separated video driver for your graphics card doesn't mean it doesn't work at all, only that some of the functionality may not be available. So perhaps wait until your system runs on Linux kernel 4.18 before you install a desktop environment if you want to be sure; if you don't game or edit videos, the card's "mostly working" will be enough.
answered Jun 6 at 15:28
Jos
13.5k53747
13.5k53747
I found out is the on-board video card is a Intel® HD Graphics 630 which is supposed to be supported in kernel 4.15 which is in Ubuntu 18.04. So I should already have reasonable desktop experience with this.
â Michiel Borkent
Jun 6 at 16:09
add a comment |Â
I found out is the on-board video card is a Intel® HD Graphics 630 which is supposed to be supported in kernel 4.15 which is in Ubuntu 18.04. So I should already have reasonable desktop experience with this.
â Michiel Borkent
Jun 6 at 16:09
I found out is the on-board video card is a Intel® HD Graphics 630 which is supposed to be supported in kernel 4.15 which is in Ubuntu 18.04. So I should already have reasonable desktop experience with this.
â Michiel Borkent
Jun 6 at 16:09
I found out is the on-board video card is a Intel® HD Graphics 630 which is supposed to be supported in kernel 4.15 which is in Ubuntu 18.04. So I should already have reasonable desktop experience with this.
â Michiel Borkent
Jun 6 at 16:09
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%2f1044130%2finstalling-ubuntu-on-nuc8i7hnk-headless%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
If you are not going to use it as a desktop machine, you can just install Ubuntu Server and never worry about video drivers.
â Jos
Jun 6 at 12:02
That's good to know Jos!
â Michiel Borkent
Jun 6 at 12:09
I suppose that answers your question? Allow me to post this as an answer.
â Jos
Jun 6 at 15:19
One further question: is it also possible to run a desktop environment on this without the driver? I don't need fancy graphical performance for gaming.
â Michiel Borkent
Jun 6 at 15:20