Cannot install Ubuntu 16.04 LTS on Asus ROG Laptop
I have a Asus ROG G551VW laptop and I'm trying to install Ubuntu 16.04 on my laptop, but when i try to load the installer, my laptop just freezes and its fan starts working for no reason. I have tried to install Ubuntu 14.04 on my laptop and the installation went smoothly. What should I do if I want to install Ubuntu 16.04 on my laptop?
Any help would be greatly appreciated.
16.04 asus
add a comment |
I have a Asus ROG G551VW laptop and I'm trying to install Ubuntu 16.04 on my laptop, but when i try to load the installer, my laptop just freezes and its fan starts working for no reason. I have tried to install Ubuntu 14.04 on my laptop and the installation went smoothly. What should I do if I want to install Ubuntu 16.04 on my laptop?
Any help would be greatly appreciated.
16.04 asus
You might want to check with any other flavour of Ubuntu such as LUbuntu or XUbuntu and see if the problem persists.
– Raphael
Sep 3 '16 at 12:38
add a comment |
I have a Asus ROG G551VW laptop and I'm trying to install Ubuntu 16.04 on my laptop, but when i try to load the installer, my laptop just freezes and its fan starts working for no reason. I have tried to install Ubuntu 14.04 on my laptop and the installation went smoothly. What should I do if I want to install Ubuntu 16.04 on my laptop?
Any help would be greatly appreciated.
16.04 asus
I have a Asus ROG G551VW laptop and I'm trying to install Ubuntu 16.04 on my laptop, but when i try to load the installer, my laptop just freezes and its fan starts working for no reason. I have tried to install Ubuntu 14.04 on my laptop and the installation went smoothly. What should I do if I want to install Ubuntu 16.04 on my laptop?
Any help would be greatly appreciated.
16.04 asus
16.04 asus
asked Sep 3 '16 at 12:35
NvidipNvidip
28116
28116
You might want to check with any other flavour of Ubuntu such as LUbuntu or XUbuntu and see if the problem persists.
– Raphael
Sep 3 '16 at 12:38
add a comment |
You might want to check with any other flavour of Ubuntu such as LUbuntu or XUbuntu and see if the problem persists.
– Raphael
Sep 3 '16 at 12:38
You might want to check with any other flavour of Ubuntu such as LUbuntu or XUbuntu and see if the problem persists.
– Raphael
Sep 3 '16 at 12:38
You might want to check with any other flavour of Ubuntu such as LUbuntu or XUbuntu and see if the problem persists.
– Raphael
Sep 3 '16 at 12:38
add a comment |
2 Answers
2
active
oldest
votes
NVIDIA graphics are glitchy with Ubuntu 15.10 and up. Some people don't have problems, while others get exactly what you're getting. Luckily, it's a pretty easy fix.
When the GRUB menu comes up, asking you what you want to do, highlight Try Ubuntu
and press E. At the end of the line beginning with linux
, enter nouveau.modeset=0
. Press F10 to boot into the Live Session.
Once you install Ubuntu, you'll want to take a look here: Graphics issues after/while installing Ubuntu 16.04/16.10 with NVIDIA graphics
add a comment |
I am using ASUS ROG GL552VW and here's what I do to use Ubuntu 18.04 Desktop 64bit successfully:
During install, use
nouveau.modeset=0
kernel flag (see @TheWanderer's answer)
After installing, you need to use
nouveau.modeset=0
kernel flag again for first time.
Then launch Software & Updates > Additional drivers, and install NVIDIA Proprietary Drivers.
Reboot and I'm good. :)
Note: I don't have to uninstall nouveau.
add a comment |
protected by Community♦ Jan 16 at 16:06
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
NVIDIA graphics are glitchy with Ubuntu 15.10 and up. Some people don't have problems, while others get exactly what you're getting. Luckily, it's a pretty easy fix.
When the GRUB menu comes up, asking you what you want to do, highlight Try Ubuntu
and press E. At the end of the line beginning with linux
, enter nouveau.modeset=0
. Press F10 to boot into the Live Session.
Once you install Ubuntu, you'll want to take a look here: Graphics issues after/while installing Ubuntu 16.04/16.10 with NVIDIA graphics
add a comment |
NVIDIA graphics are glitchy with Ubuntu 15.10 and up. Some people don't have problems, while others get exactly what you're getting. Luckily, it's a pretty easy fix.
When the GRUB menu comes up, asking you what you want to do, highlight Try Ubuntu
and press E. At the end of the line beginning with linux
, enter nouveau.modeset=0
. Press F10 to boot into the Live Session.
Once you install Ubuntu, you'll want to take a look here: Graphics issues after/while installing Ubuntu 16.04/16.10 with NVIDIA graphics
add a comment |
NVIDIA graphics are glitchy with Ubuntu 15.10 and up. Some people don't have problems, while others get exactly what you're getting. Luckily, it's a pretty easy fix.
When the GRUB menu comes up, asking you what you want to do, highlight Try Ubuntu
and press E. At the end of the line beginning with linux
, enter nouveau.modeset=0
. Press F10 to boot into the Live Session.
Once you install Ubuntu, you'll want to take a look here: Graphics issues after/while installing Ubuntu 16.04/16.10 with NVIDIA graphics
NVIDIA graphics are glitchy with Ubuntu 15.10 and up. Some people don't have problems, while others get exactly what you're getting. Luckily, it's a pretty easy fix.
When the GRUB menu comes up, asking you what you want to do, highlight Try Ubuntu
and press E. At the end of the line beginning with linux
, enter nouveau.modeset=0
. Press F10 to boot into the Live Session.
Once you install Ubuntu, you'll want to take a look here: Graphics issues after/while installing Ubuntu 16.04/16.10 with NVIDIA graphics
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Sep 3 '16 at 12:50
TheWandererTheWanderer
16.1k113657
16.1k113657
add a comment |
add a comment |
I am using ASUS ROG GL552VW and here's what I do to use Ubuntu 18.04 Desktop 64bit successfully:
During install, use
nouveau.modeset=0
kernel flag (see @TheWanderer's answer)
After installing, you need to use
nouveau.modeset=0
kernel flag again for first time.
Then launch Software & Updates > Additional drivers, and install NVIDIA Proprietary Drivers.
Reboot and I'm good. :)
Note: I don't have to uninstall nouveau.
add a comment |
I am using ASUS ROG GL552VW and here's what I do to use Ubuntu 18.04 Desktop 64bit successfully:
During install, use
nouveau.modeset=0
kernel flag (see @TheWanderer's answer)
After installing, you need to use
nouveau.modeset=0
kernel flag again for first time.
Then launch Software & Updates > Additional drivers, and install NVIDIA Proprietary Drivers.
Reboot and I'm good. :)
Note: I don't have to uninstall nouveau.
add a comment |
I am using ASUS ROG GL552VW and here's what I do to use Ubuntu 18.04 Desktop 64bit successfully:
During install, use
nouveau.modeset=0
kernel flag (see @TheWanderer's answer)
After installing, you need to use
nouveau.modeset=0
kernel flag again for first time.
Then launch Software & Updates > Additional drivers, and install NVIDIA Proprietary Drivers.
Reboot and I'm good. :)
Note: I don't have to uninstall nouveau.
I am using ASUS ROG GL552VW and here's what I do to use Ubuntu 18.04 Desktop 64bit successfully:
During install, use
nouveau.modeset=0
kernel flag (see @TheWanderer's answer)
After installing, you need to use
nouveau.modeset=0
kernel flag again for first time.
Then launch Software & Updates > Additional drivers, and install NVIDIA Proprietary Drivers.
Reboot and I'm good. :)
Note: I don't have to uninstall nouveau.
answered May 3 '18 at 15:54
Hendy IrawanHendy Irawan
433411
433411
add a comment |
add a comment |
protected by Community♦ Jan 16 at 16:06
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
You might want to check with any other flavour of Ubuntu such as LUbuntu or XUbuntu and see if the problem persists.
– Raphael
Sep 3 '16 at 12:38