-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nouveau issue during ubuntu 16.04.03 install #6
Comments
Hi @mantonovic How did you add the following boot parameter: Thanks |
During installation when Ubuntu is starting from USB [1] add the boot parameters. [1] Take a look at "Changing the CD's Default Boot Options": https://help.ubuntu.com/community/BootOptions |
@kiran072 then after installation you can test others config parameters on boot [1]. And when everything is OK modify the grub file as explained in the guide. |
I had an issue with Ubuntu Install from Live USB hanging and followed Dell's solution of adding nomodeset to the boot options. |
@mantonovic Sorry for the slow reply. This was an excellent contribution, thanks. I've added it to the wiki. I found the same problem booting Ubuntu Live 17.10. Just adding https://github.com/rcasero/doc/wiki/Ubuntu-linux-on-Dell-XPS-15-(9560)#installing-ubuntu |
I plugged the USB into the port on the right side. Boots perfectly. |
nomodeset did not work for me, it still froze. Switching to the other USB port also did not work for me either, still froze. The solution for me was to add the acpi=off boot option.. Very odd problem, posting here in case anyone hits the same issue. |
This is what worked for me with 18.04 LTS |
Hi @rcasero,
Thanks for your tutorial it was very useful to install Ubuntu 16.04.03 on my Dell XPS 15 9560 (BIOS version 1.5.0).
I had only one issue, during installation from the USB (try before install), Ubuntu did not started.. There were some error messages related to the nouveau driver.
Finally I found a solution [1] that permitted me to boot correctly. I had to add the following boot parameter at startup:
nouveau.modeset=0
then everything worked as expected..
And, not sure if mandatory, but I also added as boot param:
nvme_load=YES
[1] https://rileymacdonald.ca/2017/06/26/ubuntu-broken-boot-on-dell-xps-15-after-kernel-update-upgrade/
The text was updated successfully, but these errors were encountered: