Hardware - Support > Start up and Shutdown

sometimes blank screen on startup solved

<< < (2/2)

gold_finger:
Try this.

If computer boots to grub screen choices, highlight choice to boot LL and hit "e" for edit.  Then use arrow keys to navigate to line with "splash quiet" on it.  Immediately after "quiet" put a space, then type i915.modeset=0 and add another space if there is another word after it.  (You want one space before and after what you type if there are words on either side of it.)  Hit "Ctrl+X" or "F10" to save change and reboot.

If computer does not boot to a grub screen, then push and hold down the left shift key a few seconds after you power on the computer.  That should get the grub screen to show.  (If no luck, try repeatedly hitting the left shift key after power-up.)  When get grub, follow same steps above.

If that test works, make it permanent this way:

*  Open a terminal and type following to open /etc/default/grub file with text editor as root.

--- Code: ---gksu leafpad /etc/default/grub
--- End code ---

*  Look for this line:

--- Code: ---GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
--- End code ---

*  Change it to this:

--- Code: ---GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=0"
--- End code ---

*  Save file, then close text editor

*  Still in the terminal, enter the following:

--- Code: ---sudo update-grub
--- End code ---

*  Close terminal and reboot computer.

intensate:
Hello all.
Once I installed it on my compaq mini 110 I have start up prob.
On restart or normal start the screen goes blank,I can hear it trying to load without success.
I have to restart it 3-10 times before I get the splash screen and it loads ok.


[attachment deleted by admin, more than 25 days old]

Navigation

[0] Message Index

[*] Previous page

Go to full version