I can't seem to install Ubuntu 16.04.2

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








up vote
2
down vote

favorite












I'm trying to install a newer version on a nettop (Acer Aspire Revo) that is running an older version. I have an external DVD drive that appears to be booting up ok, but when I get to the "Install Ubuntu" page, the display just goes off! The DVD drive still wizzes around for a bit and then nothing!



Any ideas?










share|improve this question























  • no, I don't get that far. Just the the screen with "try Ubuntu - install Ubuntu" and so on...
    – Kevin Wilson
    Apr 4 '17 at 20:10










  • Does your computer have an Nvidia graphics chip? Also, does it have a Kaby Lake CPU?
    – Android Dev
    Apr 4 '17 at 20:11











  • Hi, not sure about the CPU, don't think so. I believe that I do have an Nvidia graphics chip
    – Kevin Wilson
    Apr 4 '17 at 20:26










  • yes, i think that i do have an Nvidia graphics chip
    – Kevin Wilson
    Apr 4 '17 at 20:29










  • Try booting with the nomodeset kernel parameter.
    – Android Dev
    Apr 4 '17 at 20:38














up vote
2
down vote

favorite












I'm trying to install a newer version on a nettop (Acer Aspire Revo) that is running an older version. I have an external DVD drive that appears to be booting up ok, but when I get to the "Install Ubuntu" page, the display just goes off! The DVD drive still wizzes around for a bit and then nothing!



Any ideas?










share|improve this question























  • no, I don't get that far. Just the the screen with "try Ubuntu - install Ubuntu" and so on...
    – Kevin Wilson
    Apr 4 '17 at 20:10










  • Does your computer have an Nvidia graphics chip? Also, does it have a Kaby Lake CPU?
    – Android Dev
    Apr 4 '17 at 20:11











  • Hi, not sure about the CPU, don't think so. I believe that I do have an Nvidia graphics chip
    – Kevin Wilson
    Apr 4 '17 at 20:26










  • yes, i think that i do have an Nvidia graphics chip
    – Kevin Wilson
    Apr 4 '17 at 20:29










  • Try booting with the nomodeset kernel parameter.
    – Android Dev
    Apr 4 '17 at 20:38












up vote
2
down vote

favorite









up vote
2
down vote

favorite











I'm trying to install a newer version on a nettop (Acer Aspire Revo) that is running an older version. I have an external DVD drive that appears to be booting up ok, but when I get to the "Install Ubuntu" page, the display just goes off! The DVD drive still wizzes around for a bit and then nothing!



Any ideas?










share|improve this question















I'm trying to install a newer version on a nettop (Acer Aspire Revo) that is running an older version. I have an external DVD drive that appears to be booting up ok, but when I get to the "Install Ubuntu" page, the display just goes off! The DVD drive still wizzes around for a bit and then nothing!



Any ideas?







system-installation acer dvd aspire






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 11 at 17:16









Jason Aller

44758




44758










asked Apr 4 '17 at 19:56









Kevin Wilson

184




184











  • no, I don't get that far. Just the the screen with "try Ubuntu - install Ubuntu" and so on...
    – Kevin Wilson
    Apr 4 '17 at 20:10










  • Does your computer have an Nvidia graphics chip? Also, does it have a Kaby Lake CPU?
    – Android Dev
    Apr 4 '17 at 20:11











  • Hi, not sure about the CPU, don't think so. I believe that I do have an Nvidia graphics chip
    – Kevin Wilson
    Apr 4 '17 at 20:26










  • yes, i think that i do have an Nvidia graphics chip
    – Kevin Wilson
    Apr 4 '17 at 20:29










  • Try booting with the nomodeset kernel parameter.
    – Android Dev
    Apr 4 '17 at 20:38
















  • no, I don't get that far. Just the the screen with "try Ubuntu - install Ubuntu" and so on...
    – Kevin Wilson
    Apr 4 '17 at 20:10










  • Does your computer have an Nvidia graphics chip? Also, does it have a Kaby Lake CPU?
    – Android Dev
    Apr 4 '17 at 20:11











  • Hi, not sure about the CPU, don't think so. I believe that I do have an Nvidia graphics chip
    – Kevin Wilson
    Apr 4 '17 at 20:26










  • yes, i think that i do have an Nvidia graphics chip
    – Kevin Wilson
    Apr 4 '17 at 20:29










  • Try booting with the nomodeset kernel parameter.
    – Android Dev
    Apr 4 '17 at 20:38















no, I don't get that far. Just the the screen with "try Ubuntu - install Ubuntu" and so on...
– Kevin Wilson
Apr 4 '17 at 20:10




no, I don't get that far. Just the the screen with "try Ubuntu - install Ubuntu" and so on...
– Kevin Wilson
Apr 4 '17 at 20:10












Does your computer have an Nvidia graphics chip? Also, does it have a Kaby Lake CPU?
– Android Dev
Apr 4 '17 at 20:11





Does your computer have an Nvidia graphics chip? Also, does it have a Kaby Lake CPU?
– Android Dev
Apr 4 '17 at 20:11













Hi, not sure about the CPU, don't think so. I believe that I do have an Nvidia graphics chip
– Kevin Wilson
Apr 4 '17 at 20:26




Hi, not sure about the CPU, don't think so. I believe that I do have an Nvidia graphics chip
– Kevin Wilson
Apr 4 '17 at 20:26












yes, i think that i do have an Nvidia graphics chip
– Kevin Wilson
Apr 4 '17 at 20:29




yes, i think that i do have an Nvidia graphics chip
– Kevin Wilson
Apr 4 '17 at 20:29












Try booting with the nomodeset kernel parameter.
– Android Dev
Apr 4 '17 at 20:38




Try booting with the nomodeset kernel parameter.
– Android Dev
Apr 4 '17 at 20:38










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










As per the comments on the question, adding the nomodeset kernel parameter was required to fix the issue.



NB: If you have the same issue when booting your fresh install, then you'll need to follow the steps detailed in my answer here: https://askubuntu.com/a/746104/518562




So you ask, what exactly does this parameter do and why does it fix the black screen issue?




The newest kernels have moved the video mode setting into the kernel.
So all the programming of the hardware specific clock rates and
registers on the video card happen in the kernel rather than in the X
driver when the X server starts.. This makes it possible to have high
resolution nice looking splash (boot) screens and flicker free
transitions from boot splash to login screen. Unfortunately, on some
cards this doesn't work properly and you end up with a black screen.
Adding the nomodeset parameter instructs the kernel to not load video
drivers and use BIOS modes instead until X is loaded.




The above was excerpt from this Ubuntu Forums post.






share|improve this answer






















  • hi, thanks for your help thus far. So I've managed to install Ubuntu, but now I have no sound and the graphics are really bad. In fact, I can't see mt graphics card to change the screen size or resolution.
    – Kevin Wilson
    Apr 6 '17 at 17:14










  • any ideas on how to fix this??
    – Kevin Wilson
    Apr 6 '17 at 17:15










  • @KevinWilson As this is a Q&A site and not a forum, you should post another question. Please be sure to include your computer's specifications, including the CPU and graphics chip model.
    – Android Dev
    Apr 6 '17 at 21:40










  • hi, thanks for that. I can't actually get in to my computer to provide said information. But, I'll post another question anyway.
    – Kevin Wilson
    Apr 7 '17 at 19:24










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%2f900233%2fi-cant-seem-to-install-ubuntu-16-04-2%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
2
down vote



accepted










As per the comments on the question, adding the nomodeset kernel parameter was required to fix the issue.



NB: If you have the same issue when booting your fresh install, then you'll need to follow the steps detailed in my answer here: https://askubuntu.com/a/746104/518562




So you ask, what exactly does this parameter do and why does it fix the black screen issue?




The newest kernels have moved the video mode setting into the kernel.
So all the programming of the hardware specific clock rates and
registers on the video card happen in the kernel rather than in the X
driver when the X server starts.. This makes it possible to have high
resolution nice looking splash (boot) screens and flicker free
transitions from boot splash to login screen. Unfortunately, on some
cards this doesn't work properly and you end up with a black screen.
Adding the nomodeset parameter instructs the kernel to not load video
drivers and use BIOS modes instead until X is loaded.




The above was excerpt from this Ubuntu Forums post.






share|improve this answer






















  • hi, thanks for your help thus far. So I've managed to install Ubuntu, but now I have no sound and the graphics are really bad. In fact, I can't see mt graphics card to change the screen size or resolution.
    – Kevin Wilson
    Apr 6 '17 at 17:14










  • any ideas on how to fix this??
    – Kevin Wilson
    Apr 6 '17 at 17:15










  • @KevinWilson As this is a Q&A site and not a forum, you should post another question. Please be sure to include your computer's specifications, including the CPU and graphics chip model.
    – Android Dev
    Apr 6 '17 at 21:40










  • hi, thanks for that. I can't actually get in to my computer to provide said information. But, I'll post another question anyway.
    – Kevin Wilson
    Apr 7 '17 at 19:24














up vote
2
down vote



accepted










As per the comments on the question, adding the nomodeset kernel parameter was required to fix the issue.



NB: If you have the same issue when booting your fresh install, then you'll need to follow the steps detailed in my answer here: https://askubuntu.com/a/746104/518562




So you ask, what exactly does this parameter do and why does it fix the black screen issue?




The newest kernels have moved the video mode setting into the kernel.
So all the programming of the hardware specific clock rates and
registers on the video card happen in the kernel rather than in the X
driver when the X server starts.. This makes it possible to have high
resolution nice looking splash (boot) screens and flicker free
transitions from boot splash to login screen. Unfortunately, on some
cards this doesn't work properly and you end up with a black screen.
Adding the nomodeset parameter instructs the kernel to not load video
drivers and use BIOS modes instead until X is loaded.




The above was excerpt from this Ubuntu Forums post.






share|improve this answer






















  • hi, thanks for your help thus far. So I've managed to install Ubuntu, but now I have no sound and the graphics are really bad. In fact, I can't see mt graphics card to change the screen size or resolution.
    – Kevin Wilson
    Apr 6 '17 at 17:14










  • any ideas on how to fix this??
    – Kevin Wilson
    Apr 6 '17 at 17:15










  • @KevinWilson As this is a Q&A site and not a forum, you should post another question. Please be sure to include your computer's specifications, including the CPU and graphics chip model.
    – Android Dev
    Apr 6 '17 at 21:40










  • hi, thanks for that. I can't actually get in to my computer to provide said information. But, I'll post another question anyway.
    – Kevin Wilson
    Apr 7 '17 at 19:24












up vote
2
down vote



accepted







up vote
2
down vote



accepted






As per the comments on the question, adding the nomodeset kernel parameter was required to fix the issue.



NB: If you have the same issue when booting your fresh install, then you'll need to follow the steps detailed in my answer here: https://askubuntu.com/a/746104/518562




So you ask, what exactly does this parameter do and why does it fix the black screen issue?




The newest kernels have moved the video mode setting into the kernel.
So all the programming of the hardware specific clock rates and
registers on the video card happen in the kernel rather than in the X
driver when the X server starts.. This makes it possible to have high
resolution nice looking splash (boot) screens and flicker free
transitions from boot splash to login screen. Unfortunately, on some
cards this doesn't work properly and you end up with a black screen.
Adding the nomodeset parameter instructs the kernel to not load video
drivers and use BIOS modes instead until X is loaded.




The above was excerpt from this Ubuntu Forums post.






share|improve this answer














As per the comments on the question, adding the nomodeset kernel parameter was required to fix the issue.



NB: If you have the same issue when booting your fresh install, then you'll need to follow the steps detailed in my answer here: https://askubuntu.com/a/746104/518562




So you ask, what exactly does this parameter do and why does it fix the black screen issue?




The newest kernels have moved the video mode setting into the kernel.
So all the programming of the hardware specific clock rates and
registers on the video card happen in the kernel rather than in the X
driver when the X server starts.. This makes it possible to have high
resolution nice looking splash (boot) screens and flicker free
transitions from boot splash to login screen. Unfortunately, on some
cards this doesn't work properly and you end up with a black screen.
Adding the nomodeset parameter instructs the kernel to not load video
drivers and use BIOS modes instead until X is loaded.




The above was excerpt from this Ubuntu Forums post.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 13 '17 at 12:23









Community♦

1




1










answered Apr 4 '17 at 21:32









Android Dev

10.4k63257




10.4k63257











  • hi, thanks for your help thus far. So I've managed to install Ubuntu, but now I have no sound and the graphics are really bad. In fact, I can't see mt graphics card to change the screen size or resolution.
    – Kevin Wilson
    Apr 6 '17 at 17:14










  • any ideas on how to fix this??
    – Kevin Wilson
    Apr 6 '17 at 17:15










  • @KevinWilson As this is a Q&A site and not a forum, you should post another question. Please be sure to include your computer's specifications, including the CPU and graphics chip model.
    – Android Dev
    Apr 6 '17 at 21:40










  • hi, thanks for that. I can't actually get in to my computer to provide said information. But, I'll post another question anyway.
    – Kevin Wilson
    Apr 7 '17 at 19:24
















  • hi, thanks for your help thus far. So I've managed to install Ubuntu, but now I have no sound and the graphics are really bad. In fact, I can't see mt graphics card to change the screen size or resolution.
    – Kevin Wilson
    Apr 6 '17 at 17:14










  • any ideas on how to fix this??
    – Kevin Wilson
    Apr 6 '17 at 17:15










  • @KevinWilson As this is a Q&A site and not a forum, you should post another question. Please be sure to include your computer's specifications, including the CPU and graphics chip model.
    – Android Dev
    Apr 6 '17 at 21:40










  • hi, thanks for that. I can't actually get in to my computer to provide said information. But, I'll post another question anyway.
    – Kevin Wilson
    Apr 7 '17 at 19:24















hi, thanks for your help thus far. So I've managed to install Ubuntu, but now I have no sound and the graphics are really bad. In fact, I can't see mt graphics card to change the screen size or resolution.
– Kevin Wilson
Apr 6 '17 at 17:14




hi, thanks for your help thus far. So I've managed to install Ubuntu, but now I have no sound and the graphics are really bad. In fact, I can't see mt graphics card to change the screen size or resolution.
– Kevin Wilson
Apr 6 '17 at 17:14












any ideas on how to fix this??
– Kevin Wilson
Apr 6 '17 at 17:15




any ideas on how to fix this??
– Kevin Wilson
Apr 6 '17 at 17:15












@KevinWilson As this is a Q&A site and not a forum, you should post another question. Please be sure to include your computer's specifications, including the CPU and graphics chip model.
– Android Dev
Apr 6 '17 at 21:40




@KevinWilson As this is a Q&A site and not a forum, you should post another question. Please be sure to include your computer's specifications, including the CPU and graphics chip model.
– Android Dev
Apr 6 '17 at 21:40












hi, thanks for that. I can't actually get in to my computer to provide said information. But, I'll post another question anyway.
– Kevin Wilson
Apr 7 '17 at 19:24




hi, thanks for that. I can't actually get in to my computer to provide said information. But, I'll post another question anyway.
– Kevin Wilson
Apr 7 '17 at 19:24

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f900233%2fi-cant-seem-to-install-ubuntu-16-04-2%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491