09-28-2014, 06:18 PM
(This post was last modified: 09-28-2014, 06:50 PM by gold_finger.)
Good job getting it up and running!
For the benefit of others who may be in similar situation with Nvida card, what exactly did you do when editing /etc/default/grub? Did you just add "nomodeset" to it or something?
Nevermind. Just saw your solution on your other post:
For some reason, I thought that line was only for Intel-based cards -- but what do I know? If it worked for your Nvidia card, that's all that counts. Good job.
Not 100% sure what you mean here. Will have a look at your new post for details.
For the benefit of others who may be in similar situation with Nvida card, what exactly did you do when editing /etc/default/grub? Did you just add "nomodeset" to it or something?
Nevermind. Just saw your solution on your other post:
Quote:* Open a terminal and type following to open /etc/default/grub file with text editor as root.
Code: [Select]
gksu leafpad /etc/default/grub
* Look for this line:
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
* Change it to this:
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=0"
* Save file, then close text editor
* Still in the terminal, enter the following:
Code: [Select]
sudo update-grub
For some reason, I thought that line was only for Intel-based cards -- but what do I know? If it worked for your Nvidia card, that's all that counts. Good job.
(09-27-2014, 11:53 PM)ChrisL link Wrote: My only remaining issue is that it boots up without displaying the grub screen choices. I tried a suggested "no menu" fix but that did not work.
Not 100% sure what you mean here. Will have a look at your new post for details.
Try Linux Beginner Search Engine for answers to Linux questions.