Results 1 to 10 of 16
This has happened to me so many times in the past that I am ready to pull my hair out. I will install a linux distro, it will be going ...
- 12-03-2009 #1Just Joined!
- Join Date
- Oct 2009
- Location
- Middle of Nowhere, Vermont
- Posts
- 10
Forced shutdown always messes up mbr
This has happened to me so many times in the past that I am ready to pull my hair out. I will install a linux distro, it will be going great and then the computer will lock up for one reason or another.
We all know that these things happen sometimes. I will then have to force it to shut down by holding the power button but when I come back, the drive is unbootable and nothing I can do with a live cd, fdisk, or the setup command in the grub console will fix the problem.
I always end up having to re-install whatever distro I was using and then spend hours downloading all the programs and updates I had on a connection that averages at 14.4 KB/s. Is there an easier way?
Thanks in advance.
- 12-03-2009 #2
You can ask Ubuntu, to ship you a free copy of the installer. I would recommend you to ask for Edubuntu, since it has the largest collection of packages on a DVD. You can order other distros from DistroWatch.com.
Can you describe how those freezes have happened? It's more likely you have some serious troubles with your hardware parts.If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 12-03-2009 #3
I agree with minthaka, it sounds like maybe your hard drive is failing or something.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 12-03-2009 #4Just Joined!
- Join Date
- Oct 2009
- Location
- Middle of Nowhere, Vermont
- Posts
- 10
Well, I wont rule out the possibility of the drive failing because it is about 8 years old but I ran a disk check on it (smart data) that tested just about every aspect of the drive I could think of and it said it was in top condition. It even said that it had only had less than a year's worth of total elapsed uptime, no bad sectors, and everything it tested either got a "good" or a not applicable. I can still access it just fine through the live cd and every time I install a new distro on it, it will work fine.
There is nothing definite about the freezes. In fact, the system runs so smoothly, I only have to worry about this sort of thing once every two months, if that. It can be anything from overheating to an infinite loop somewhere or just x crashing or something. It's not even consistent that I have to deal with the mbr going. It just happens often enough to be really annoying. I hate to say it but as far as robustness goes, I...I think windoze has us beaten...
- 12-03-2009 #5
It will be rather the motherboard or the memory. I had a situation where Linux have frozen system, while the Windows worked well (except the periodical you-never-know-why errors which are present by default). I've installed Linux very well, and after first reboot it crashed. After checking the hardware, it has been shown that there were errors with one of the RAM cards. After the replacing everything worked just fine.
If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 12-03-2009 #6
It can also be the video card/video drivers. There are some well known problems with intel drivers and xorg freezing. That's mostly been resolved in the newer kernel and intel driver used by Fedora 12, Ubuntu 9.10, etc, but some peopel are still having trouble.
https://wiki.ubuntu.com/X/Troubleshooting/Freeze
If it is X freezing, you could (if you had another computer) ssh into the frozen machine and do a clean reboot.
Check /var/log/Xorg.0.log for error messages.
- 12-03-2009 #7Just Joined!
- Join Date
- Oct 2009
- Location
- Middle of Nowhere, Vermont
- Posts
- 10
Wow! Thanks everyone for the quick responses! Alright, so I was looking around using a live cd and I opened up Palimpsest Disk Utility. In there, when I clicked on the hard drive in question, there was a check box for "make it bootable". I unchecked that, hit apply, checked it again and applied and then, on the next restart, it booted.
Before this next part, I'll just mention I am a linux noob for one and two, I am using Ubuntu 9.10. It gets to the screen just before the loading bar, (the one with a white ubuntu logo on a black background) and then it just shows:
but flashing rapidly. Followed reed9's advice and looked at Xorg.0.log and it showed:Code:Ubuntu 9.10 desktop tty1 desktop login:
Does that mean anything to anyone?Code:(EE) NVIDIA(0): Failed to load the NVIDIA kernel module! (EE) NVIDIA(0): *** Aborting *** (II) UnloadModule: "nvidia" (II) UnloadModule: "wfb" (II) UnloadModule: "fb" (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found
Let me add that at this point, I am able to boot into a shell with no problems so I'm pretty sure it's just X or my video card/drivers.
Thanks again.
- 12-03-2009 #8
Presumably you have an nvidia graphics card.
Post the output ofDid you install an nvidia driver using ubuntu's Drivers Manager?Code:lspci -v | grep -i vga
Can you post the output ofCode:sudo jockey-text -l
- 12-03-2009 #9Just Joined!
- Join Date
- Oct 2009
- Location
- Middle of Nowhere, Vermont
- Posts
- 10
gave:Code:lscpi -v | grep -i vga
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
and when I tried:
it said the "jockey" command was not found.Code:sudo jockey-text -l
You asked me if I installed my drivers with Ubuntu's driver manager before and I didn't. I downloaded the drivers straight from the nVidia website.
Thanks for bearing with me.
- 12-03-2009 #10The text interface is only available in the latest version, which I thought karmic had, but perhaps it needs to be upgraded.it said the "jockey" command was not found.
First try
That is assuming you have a network connection active.Code:sudo apt-get install jockey-gtk
Otherwise just post the output ofCode:dpkg -l | grep nvidia


Reply With Quote