LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-02-2010, 07:15 AM   #1
giammy
Member
 
Registered: Feb 2010
Posts: 36

Rep: Reputation: 20
Ubuntu 10.04 - black screen on boot


hi all,

I'd like to test Ubuntu 10.04 on my laptop Dell Inspiron 510m.
It is currently running Ubuntu 9.10.

The problem is:
- insert CD
- see initial splash screen
- see splash screen with white/red dots
- see blank screen and unable to do anything

I build a bootable USB stick from another Ubuntu 10.04 installation
using unetbootin, and I have the same behaviour on the Dell..
Interesting, same thing happens if I select the option for text boot
from the usbs tick :-(

Any idea?

thanks
giammy
 
Old 05-02-2010, 11:59 AM   #2
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
See posts # 38 and 40 here:
http://ubuntuforums.org/showthread.php?p=9208114
Post #40 mentions your Dell 510m.
And the bug report on the Ubuntu wiki here:
https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes
So when you boot the Ubuntu CD (or from a usb stick), hit F6 for other options, and type in i915.modeset=1 and hit enter. You may get a message that Ubuntu is starting in low graphics mode, as it says in post #38 of that thread. This is ok though. Just proceed with the install.
If you still have the problem after Ubuntu 10.04 is installed, then try what it says in "Workaround A" on the Ubuntu wiki:
Code:
echo options i915 modeset=1 | sudo tee /etc/modprobe.d/i915-kms.conf
sudo update-initramfs -u
and reboot. Hope this works ok for you. Write back if you need more help.

And welcome to the LQ forums!
 
1 members found this post helpful.
Old 05-02-2010, 01:01 PM   #3
maxestrella
LQ Newbie
 
Registered: May 2010
Posts: 1

Rep: Reputation: 0
Solved

I had Ubuntu 10.04 already intalled, after 9.04 update in Dell inspiron 510m and the "Workaround A" solution work for me. Thank you very much. I tryed from 2 days other solutions but does not work.
 
Old 05-03-2010, 04:36 AM   #4
giammy
Member
 
Registered: Feb 2010
Posts: 36

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by tommcd View Post
...
"Workaround A" on the Ubuntu wiki:
Code:
echo options i915 modeset=1 | sudo tee /etc/modprobe.d/i915-kms.conf
sudo update-initramfs -u
and reboot. Hope this works ok for you. Write back if you need more help.

And welcome to the LQ forums!
adding "i915 modeset=1" to kernel boot options worked!

Many thanks!
giammy
 
1 members found this post helpful.
Old 05-03-2010, 02:15 PM   #5
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
I had Ubuntu 10.04 already intalled, after 9.04 update in Dell inspiron 510m and the "Workaround A" solution work for me.
Quote:
adding "i915 modeset=1" to kernel boot options worked!
Totally excellent! Glad this worked for you guys!
I will file this info away for future reference to help other people in case this issue ever comes up again.
 
Old 05-05-2010, 05:39 AM   #6
tgpfx
LQ Newbie
 
Registered: Sep 2004
Location: somerset UK
Distribution: Suse 9.1
Posts: 11

Rep: Reputation: 1
This solution has worked for my laptop too - many thanks. Now I only need a solution for my PC - I upgraded to 10.04 perfectly and then I thought I would have a log in with KDE and all I get is a black screen but with my Cairo dock at the bottom. I want to find how to revert to Gnome which was perfect as I now have no internet connection or panels with applications etc either top or bottom. There must be a file that I can edit somewhere. I have got Terminal on my dock and that works but what command do I use?
 
Old 05-05-2010, 07:22 AM   #7
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by tgpfx View Post
I upgraded to 10.04 perfectly and then I thought I would have a log in with KDE and all I get is a black screen but with my Cairo dock at the bottom. I want to find how to revert to Gnome which was perfect as I now have no internet connection or panels with applications etc either top or bottom. There must be a file that I can edit somewhere. I have got Terminal on my dock and that works but what command do I use?
If you still have the Gnome desktop installed, you can run in the terminal:
Code:
sudo service gdm start
This should start gdm where you can login. Any error messages you may get when running "sudo service start gdm" may help to diagnose the problem.

It seems that your dist-upgrade to 10.04 did not go well. In these cases I believe that the best way to get up and running again without trying to sort out went wrong with a faulty upgrade would be to just do a clean install of Ubuntu 10.04. I always do clean installs of Ubuntu instead of dist-upgrades.
 
1 members found this post helpful.
Old 05-06-2010, 02:32 AM   #8
tgpfx
LQ Newbie
 
Registered: Sep 2004
Location: somerset UK
Distribution: Suse 9.1
Posts: 11

Rep: Reputation: 1
I am most grateful to you for your invaluable help - "sudo service gdm start" - said that the job was already running but it put me on the right track . I entered "sudo gdmsetup" next and up popped the login screen box. Clicked on 'unlock' and then I found that the keyboard wouldn't enter my password although the cursor was there, so I entered my pass. in Terminal and then cut and pasted it into the box and that did work. Changed the bootup from KDE to Gnome and I am back on track where I wanted to be. I think that you are absolutely right about a new clean install from the .iso disk, and when Ubuntu have had a couple of months to iron out bugs I will download a later version and do just that. Without your pointing in the right direction I would still be struggling. tgpfx
 
Old 05-06-2010, 07:09 AM   #9
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by tgpfx View Post
I entered "sudo gdmsetup" next and up popped the login screen box.
Glad I could help. I did not even know about gdmsetup. I will make a note about that for future reference. BTW, gdmsetup can be run without sudo. I just tried it. It still asks for you password to unlock it.
Quote:
Originally Posted by tgpfx View Post
... when Ubuntu have had a couple of months to iron out bugs I will download a later version and do just that.
Normally, the Ubuntu devs do not release updated versions of the iso images for the regular non-LTS releases of Ubuntu. However, they do release updated isos for the LTS versions. Since 10.04 is an LTS version, and the desktop version is supported for 3 years, it will be a while before an updated iso is available. Perhaps in a few months I would think.

Last edited by tommcd; 05-06-2010 at 09:38 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
X.org problems: black screen on 8.04 after Ubuntu boot process BigRedBall Ubuntu 6 06-26-2009 05:44 AM
Ubuntu wont boot past black command type screen aconversi Linux - Newbie 10 06-13-2009 02:45 PM
I messed with the screen resolution and now Redhat will boot into a black screen! Mr. Hill Linux - Newbie 29 05-04-2009 11:52 AM
dual boot Ubuntu - black screen or (initrompf) bwatkin4 Linux - Newbie 1 04-24-2009 07:11 AM
boot from Ubuntu 8.10 live CD results in black screen can not install rafttrip Ubuntu 5 12-14-2008 12:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration