Hades Canyon NUC8i7HVK can install but can't boot

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












Just got my new Intel NUC today. It installs just fine, but booting up it gets stuck forever with no error message (black screen).



Ubuntu 18.04







share|improve this question






















  • Can you provide more details?. Press the Esc key to see where the boot process stoped, and post the line in here so we can help you in a better way.
    – Rho
    May 18 at 20:53










  • Pressing the Esc key doesn't make a difference. Screen is black and completely unresponsive.
    – Mika
    May 19 at 12:51














up vote
1
down vote

favorite












Just got my new Intel NUC today. It installs just fine, but booting up it gets stuck forever with no error message (black screen).



Ubuntu 18.04







share|improve this question






















  • Can you provide more details?. Press the Esc key to see where the boot process stoped, and post the line in here so we can help you in a better way.
    – Rho
    May 18 at 20:53










  • Pressing the Esc key doesn't make a difference. Screen is black and completely unresponsive.
    – Mika
    May 19 at 12:51












up vote
1
down vote

favorite









up vote
1
down vote

favorite











Just got my new Intel NUC today. It installs just fine, but booting up it gets stuck forever with no error message (black screen).



Ubuntu 18.04







share|improve this question














Just got my new Intel NUC today. It installs just fine, but booting up it gets stuck forever with no error message (black screen).



Ubuntu 18.04









share|improve this question













share|improve this question




share|improve this question








edited May 18 at 19:44

























asked May 18 at 19:08









Mika

1065




1065











  • Can you provide more details?. Press the Esc key to see where the boot process stoped, and post the line in here so we can help you in a better way.
    – Rho
    May 18 at 20:53










  • Pressing the Esc key doesn't make a difference. Screen is black and completely unresponsive.
    – Mika
    May 19 at 12:51
















  • Can you provide more details?. Press the Esc key to see where the boot process stoped, and post the line in here so we can help you in a better way.
    – Rho
    May 18 at 20:53










  • Pressing the Esc key doesn't make a difference. Screen is black and completely unresponsive.
    – Mika
    May 19 at 12:51















Can you provide more details?. Press the Esc key to see where the boot process stoped, and post the line in here so we can help you in a better way.
– Rho
May 18 at 20:53




Can you provide more details?. Press the Esc key to see where the boot process stoped, and post the line in here so we can help you in a better way.
– Rho
May 18 at 20:53












Pressing the Esc key doesn't make a difference. Screen is black and completely unresponsive.
– Mika
May 19 at 12:51




Pressing the Esc key doesn't make a difference. Screen is black and completely unresponsive.
– Mika
May 19 at 12:51










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










  1. Go into the GRUB menu and select Advanced options for Ubuntu.

  2. We will edit the startup options, so press e.

  3. On the end of the line starting with linux /boot add a word: nomodeset

enter image description here



I have no idea why this works but it does. Can anyone explain it?






share|improve this answer






















  • IDK if it will work in this case, but what it does is bypass the graphics drivers.
    – Organic Marble
    May 18 at 19:14






  • 2




    you can find the answer here askubuntu.com/questions/716957/…
    – s1mmel
    May 18 at 19:23






  • 1




    To set nomodeset permanently do askubuntu.com/questions/38780/…
    – Mika
    May 18 at 19:36











  • @Mika: Also trying to install Ubuntu 18.04 from usb/live-cd on the hades canyon. When selection option 1 (try ubuntu without installing) it gets stuck in a black screen, even if adding nomodeset. When selecting option 2 (install Ubuntu) it also gets stuck, even if adding nomodeset. Did you do anything else ( bios setting? ) to get it to install?
    – kalmiya
    May 19 at 22:53











  • Update: My Hades Canyon originally came with FW 0029. First FW revision mentioned in the Intel-docs (Initial Pre-production FW) is 0034... After upgrading to latest (currently 0037) and using the nomodeset-parameter it boots into Ubuntu.
    – kalmiya
    May 20 at 17:55










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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037865%2fhades-canyon-nuc8i7hvk-can-install-but-cant-boot%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote



accepted










  1. Go into the GRUB menu and select Advanced options for Ubuntu.

  2. We will edit the startup options, so press e.

  3. On the end of the line starting with linux /boot add a word: nomodeset

enter image description here



I have no idea why this works but it does. Can anyone explain it?






share|improve this answer






















  • IDK if it will work in this case, but what it does is bypass the graphics drivers.
    – Organic Marble
    May 18 at 19:14






  • 2




    you can find the answer here askubuntu.com/questions/716957/…
    – s1mmel
    May 18 at 19:23






  • 1




    To set nomodeset permanently do askubuntu.com/questions/38780/…
    – Mika
    May 18 at 19:36











  • @Mika: Also trying to install Ubuntu 18.04 from usb/live-cd on the hades canyon. When selection option 1 (try ubuntu without installing) it gets stuck in a black screen, even if adding nomodeset. When selecting option 2 (install Ubuntu) it also gets stuck, even if adding nomodeset. Did you do anything else ( bios setting? ) to get it to install?
    – kalmiya
    May 19 at 22:53











  • Update: My Hades Canyon originally came with FW 0029. First FW revision mentioned in the Intel-docs (Initial Pre-production FW) is 0034... After upgrading to latest (currently 0037) and using the nomodeset-parameter it boots into Ubuntu.
    – kalmiya
    May 20 at 17:55














up vote
0
down vote



accepted










  1. Go into the GRUB menu and select Advanced options for Ubuntu.

  2. We will edit the startup options, so press e.

  3. On the end of the line starting with linux /boot add a word: nomodeset

enter image description here



I have no idea why this works but it does. Can anyone explain it?






share|improve this answer






















  • IDK if it will work in this case, but what it does is bypass the graphics drivers.
    – Organic Marble
    May 18 at 19:14






  • 2




    you can find the answer here askubuntu.com/questions/716957/…
    – s1mmel
    May 18 at 19:23






  • 1




    To set nomodeset permanently do askubuntu.com/questions/38780/…
    – Mika
    May 18 at 19:36











  • @Mika: Also trying to install Ubuntu 18.04 from usb/live-cd on the hades canyon. When selection option 1 (try ubuntu without installing) it gets stuck in a black screen, even if adding nomodeset. When selecting option 2 (install Ubuntu) it also gets stuck, even if adding nomodeset. Did you do anything else ( bios setting? ) to get it to install?
    – kalmiya
    May 19 at 22:53











  • Update: My Hades Canyon originally came with FW 0029. First FW revision mentioned in the Intel-docs (Initial Pre-production FW) is 0034... After upgrading to latest (currently 0037) and using the nomodeset-parameter it boots into Ubuntu.
    – kalmiya
    May 20 at 17:55












up vote
0
down vote



accepted







up vote
0
down vote



accepted






  1. Go into the GRUB menu and select Advanced options for Ubuntu.

  2. We will edit the startup options, so press e.

  3. On the end of the line starting with linux /boot add a word: nomodeset

enter image description here



I have no idea why this works but it does. Can anyone explain it?






share|improve this answer














  1. Go into the GRUB menu and select Advanced options for Ubuntu.

  2. We will edit the startup options, so press e.

  3. On the end of the line starting with linux /boot add a word: nomodeset

enter image description here



I have no idea why this works but it does. Can anyone explain it?







share|improve this answer














share|improve this answer



share|improve this answer








edited May 18 at 19:40

























answered May 18 at 19:08









Mika

1065




1065











  • IDK if it will work in this case, but what it does is bypass the graphics drivers.
    – Organic Marble
    May 18 at 19:14






  • 2




    you can find the answer here askubuntu.com/questions/716957/…
    – s1mmel
    May 18 at 19:23






  • 1




    To set nomodeset permanently do askubuntu.com/questions/38780/…
    – Mika
    May 18 at 19:36











  • @Mika: Also trying to install Ubuntu 18.04 from usb/live-cd on the hades canyon. When selection option 1 (try ubuntu without installing) it gets stuck in a black screen, even if adding nomodeset. When selecting option 2 (install Ubuntu) it also gets stuck, even if adding nomodeset. Did you do anything else ( bios setting? ) to get it to install?
    – kalmiya
    May 19 at 22:53











  • Update: My Hades Canyon originally came with FW 0029. First FW revision mentioned in the Intel-docs (Initial Pre-production FW) is 0034... After upgrading to latest (currently 0037) and using the nomodeset-parameter it boots into Ubuntu.
    – kalmiya
    May 20 at 17:55
















  • IDK if it will work in this case, but what it does is bypass the graphics drivers.
    – Organic Marble
    May 18 at 19:14






  • 2




    you can find the answer here askubuntu.com/questions/716957/…
    – s1mmel
    May 18 at 19:23






  • 1




    To set nomodeset permanently do askubuntu.com/questions/38780/…
    – Mika
    May 18 at 19:36











  • @Mika: Also trying to install Ubuntu 18.04 from usb/live-cd on the hades canyon. When selection option 1 (try ubuntu without installing) it gets stuck in a black screen, even if adding nomodeset. When selecting option 2 (install Ubuntu) it also gets stuck, even if adding nomodeset. Did you do anything else ( bios setting? ) to get it to install?
    – kalmiya
    May 19 at 22:53











  • Update: My Hades Canyon originally came with FW 0029. First FW revision mentioned in the Intel-docs (Initial Pre-production FW) is 0034... After upgrading to latest (currently 0037) and using the nomodeset-parameter it boots into Ubuntu.
    – kalmiya
    May 20 at 17:55















IDK if it will work in this case, but what it does is bypass the graphics drivers.
– Organic Marble
May 18 at 19:14




IDK if it will work in this case, but what it does is bypass the graphics drivers.
– Organic Marble
May 18 at 19:14




2




2




you can find the answer here askubuntu.com/questions/716957/…
– s1mmel
May 18 at 19:23




you can find the answer here askubuntu.com/questions/716957/…
– s1mmel
May 18 at 19:23




1




1




To set nomodeset permanently do askubuntu.com/questions/38780/…
– Mika
May 18 at 19:36





To set nomodeset permanently do askubuntu.com/questions/38780/…
– Mika
May 18 at 19:36













@Mika: Also trying to install Ubuntu 18.04 from usb/live-cd on the hades canyon. When selection option 1 (try ubuntu without installing) it gets stuck in a black screen, even if adding nomodeset. When selecting option 2 (install Ubuntu) it also gets stuck, even if adding nomodeset. Did you do anything else ( bios setting? ) to get it to install?
– kalmiya
May 19 at 22:53





@Mika: Also trying to install Ubuntu 18.04 from usb/live-cd on the hades canyon. When selection option 1 (try ubuntu without installing) it gets stuck in a black screen, even if adding nomodeset. When selecting option 2 (install Ubuntu) it also gets stuck, even if adding nomodeset. Did you do anything else ( bios setting? ) to get it to install?
– kalmiya
May 19 at 22:53













Update: My Hades Canyon originally came with FW 0029. First FW revision mentioned in the Intel-docs (Initial Pre-production FW) is 0034... After upgrading to latest (currently 0037) and using the nomodeset-parameter it boots into Ubuntu.
– kalmiya
May 20 at 17:55




Update: My Hades Canyon originally came with FW 0029. First FW revision mentioned in the Intel-docs (Initial Pre-production FW) is 0034... After upgrading to latest (currently 0037) and using the nomodeset-parameter it boots into Ubuntu.
– kalmiya
May 20 at 17:55












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037865%2fhades-canyon-nuc8i7hvk-can-install-but-cant-boot%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Trouble downloading packages list due to a “Hash sum mismatch” error

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

How do I move numbers in filenames, in a batch renaming operation?