From 2b428d1ea9047581c8c173e445a6bcba60db247f Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 6 Nov 2016 14:24:38 -0800 Subject: [PATCH] Update README.md --- ubuntu/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ubuntu/README.md b/ubuntu/README.md index 51204f2..864ea2b 100644 --- a/ubuntu/README.md +++ b/ubuntu/README.md @@ -17,8 +17,7 @@ Installing Ubuntu on a desktop with these scripts is a little different. I curre ### Nvidia Graphics Card Issues - Booting to Black Screen with Ubuntu 16.04 and LUKS It seems that the Nvidia proprietary drivers screw up booting into the splash -screen irrepairably. This likely won't bother you much if you don't use LUKS (I'm guessing since it will just boot through to where it needs to be anyway) but for those of us who do, disabling the splash screen is the only way I have found to -be able to enter your password in and continue booting. +screen irrepairably. This likely won't bother you much if you don't use LUKS (I'm guessing since it will just boot through to where it needs to be anyway) but for those of us who do, disabling the splash screen is the only way I have found to be able to enter your password in and continue booting. To fix this problem change `splash` to `nosplash` in your GRUB config and run `sudo update-grub` to lock in the changes.