Hi,
I was unable to boot up except in safe mode and applied this fix from another link:
* 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
* Close terminal and reboot computer.
This worked great, but during boot up I have no boot option menu (grub menu?) to choose normal boot, Recovery Mode, etc. I figured this wa a graphics issue, so applied this fix (from another thread):
The graphical Grub menu does not appear to be compatible with your video card. So let's switch to a text menu instead.
Open the terminal with Ctrl+Alt+T
Paste the below, and enter your password when asked:
sudo sed -i -e 's/#GRUB_TERMINAL/GRUB_TERMINAL/g' /etc/default/grub
Then type sudo update-grub
Still not seeing the menu though? Will this menu only display if there is another operating system such as Windows present (I have not plugged in my Windows Drive and configured grub for that yet)?
Chris
I was unable to boot up except in safe mode and applied this fix from another link:
* 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
* Close terminal and reboot computer.
This worked great, but during boot up I have no boot option menu (grub menu?) to choose normal boot, Recovery Mode, etc. I figured this wa a graphics issue, so applied this fix (from another thread):
The graphical Grub menu does not appear to be compatible with your video card. So let's switch to a text menu instead.
Open the terminal with Ctrl+Alt+T
Paste the below, and enter your password when asked:
sudo sed -i -e 's/#GRUB_TERMINAL/GRUB_TERMINAL/g' /etc/default/grub
Then type sudo update-grub
Still not seeing the menu though? Will this menu only display if there is another operating system such as Windows present (I have not plugged in my Windows Drive and configured grub for that yet)?
Chris