Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
12/9/2007 9:17:50 PM EDT
Recently decided to move to linux as my primary OS on my computer, with dual booting XP for gaming, which I am doing less and less. The only distro I've had any experience with is Ubuntu on a friends computer, and as such it was the first thing I tried. Didn't work. Tried Sabayon, worked great. Only issue is that it refuses to recognize my wifi card, and I can't install drivers for a live CD. Though Id see if Ubuntu did better at recognizing the card. Went to try it again and it failed, again. After selecting the run ubuntu option, it displays the loading splash and starts to boot. After is goes back and forth for a bit, it loads left to right like I'd expect. No problems here. The issue is that immediatly after the loading bit, the screen flickers and then displays this and stops everything:

*Starting deferred execution scheduler atd [ok]
*starting periodic command scheduler crond [ok]
*checking battery state [ok]
*Running local boot scripts (/ect/rc.local) [ok]

My system is an MSI neo k8n mobo, AMD 3700+, NVIDIA 7600GT, 512x2 DDR 400, 160 gig HDD. Onboard sound. I do have the 64 bit version. Ubuntu 7.10 Gusty is the distro version. Sabayon boots just fine.
12/10/2007 6:41:37 AM EDT
[#1]
We have a few Ubuntu servers and

*Running local boot scripts (/ect/rc.local) [ok]

Is the last bootup message that I see when I happen to be watching them work on them.

I believe after that you can start X?

I don't know how it works with a Live CD though....
12/10/2007 7:45:08 AM EDT
[#2]
what do you mean by "start x"? I tried running through the process again, and after it displays those messages i am able to type. Do I need to use a command to boot the GUI?
12/10/2007 10:49:56 AM EDT
[#3]
Sounds like the CD you burned might be corrupted. Try re-downloading and burning a new one.
If it gives you the command prompt though, try typing 'startx'.
12/10/2007 2:34:40 PM EDT
[#4]
startx did nothing. Going to try and redownload. i used the dl from portland state, now trying the university of utah or whatever.
12/10/2007 2:49:35 PM EDT
[#5]
when installing fedora it runs a  media check   is this not available with your distro ?

12/10/2007 3:28:57 PM EDT
[#6]
the cd has a integrity check, which i've used, leading me to believe that the disc is fine.
12/10/2007 7:16:10 PM EDT
[#7]
try start x, not startx
12/10/2007 8:04:34 PM EDT
[#8]

Quoted:
try start x, not startx


Yup, sorry, I should have written "start x" with the quotes in my post.

I'm told that that wouldn't do a lot of good on our servers though since they have no GUI whatsoever.  
12/10/2007 9:42:02 PM EDT
[#9]
I've tried both, and neither command worked. Downloading from an alternate location failed as well. Could it be an issue with my hardware? I read in GD that NVIDIA cards need something to help them boot?
12/11/2007 5:59:55 AM EDT
[#10]
Is it possible you downloaded the server distro?

mirrors.gigenet.com/ubuntu/7.10/ubuntu-7.10-desktop-i386.iso
That should be the file you need.
If that mirror doesn't work, just go to another one and make sure you get the 'ubuntu-7.10-desktop-i386.iso' file.
12/11/2007 6:01:23 AM EDT
[#11]

Quoted:
I've tried both, and neither command worked. Downloading from an alternate location failed as well. Could it be an issue with my hardware? I read in GD that NVIDIA cards need something to help them boot?


My NVIDIA card worked fine, but I suppose that is possible.

Try posting this on the Ubuntu forums and see what they have to say.

ETA: link: ubuntuforums.org/forumdisplay.php?f=140
12/11/2007 7:10:02 AM EDT
[#12]

Quoted:
I've tried both, and neither command worked. Downloading from an alternate location failed as well. Could it be an issue with my hardware? I read in GD that NVIDIA cards need something to help them boot?


I have an NVIDIA 7600GT running Ubuntu fine.  There are two drivers: one open source driver by GNU/Linux folks, and one closed source driver by NVIDIA.  The default drivers should work with no problem.

here are the proprietary closed source drivers if you want to look at them, but I think they're more trouble than they are worth: http://www.nvidia.com/object/unix.html


eta some diagnostics
At the command prompt type:
sudo dmesg | less

it'll ask for your root password and then display some diagnostic info; see if any of that looks significant.

pressing spacebar will move it down one screen at a time.

for specific info about X11 errors type:
sudo cat /var/log/Xorg.0.log | grep EE


I think, I don't have a linux box with me at the moment.