Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Hardware issue or bad install?

  1. #1
    Join Date
    Jun 2010
    Location
    Chiayi, Taiwan
    Beans
    42
    Distro
    Xubuntu 11.04 Natty Narwhal

    Question Hardware issue or bad install?

    I'm running Ubuntu 10.4 on my sister-in-law's old laptop. It was a freebie as in her opinion it wasn't good anymore; she had been told it needed a new hard drive among other things. So, when I started having problems booting up (I wiped out Windows when I installed Ubuntu, right now Ubuntu is the only OS on the machine), I assumed the problem was the presumed faulty hard drive.
    The problem is getting worse though. Now when I turn on the computer, I have to manually turn it off and turn it on again many times before it will actually boot up into Ubuntu. So now I'm wondering if maybe the problem isn't the hard drive but a bad install.
    During failed boot-ups, the machine sometimes hangs on a black screen with a flat cursor in the top-left corner, sometimes it hangs after displaying what I assume to be memory address locations and error messages (I wish I could remember what they were right now, but I can't. I'll write them down next time if it's important.), and every once in a while I get a message warning of kernel panic.
    So, I'm asking for opinions: Does this sound like a simple hardware problem, or did something go wrong with my installation? Would anybody recommend a complete re-install of Ubuntu?

  2. #2
    Join Date
    Mar 2008
    Location
    The Burning Earth.
    Beans
    3,660

    Re: Hardware issue or bad install?

    If it's an HDD issue, you'll have no choice but to do a Fresh Install but let's find out first.

    A good tool for finding HDD problems is:

    Code:
    sudo apt-get install gsmartcontrol
    And running an Extended Test. This could take some hours depending on the laptop specs so maybe having few errands to run in the mean time would be wise.

    Another thing to do is run memtest86 from the GRUB menu. Also several hours so the same advise applies. In fact for this one, you might just do it before going to bed.
    God does not play dice with the universe - Albert Einstein
    Sure I do, I just use loaded dice. - warfacegod

    An open forum. Its a free for all. Check us out. https://openlinuxforums.org/

  3. #3
    Join Date
    May 2008
    Beans
    1,427
    Distro
    Ubuntu Development Release

    Re: Hardware issue or bad install?

    Also, check the specs; might be too heavy on an old laptop.

  4. #4
    Join Date
    Feb 2008
    Location
    The Hague,Netherlands
    Beans
    252
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Hardware issue or bad install?

    How old is the laptop anyway?
    Registered Linux user,number 507113.02-01-2013: ASUS M4A785TD-V EVO 785G |Athlon 2 X4 640|4 GiB DDR|1 TiB SATA2|Radeon HD 6570(HDMI)|Realtek 7.1 HDMI audio|Gigabit Lan|Kubuntu 12.10 Quanzal AMD64

  5. #5
    Join Date
    Jun 2010
    Location
    Chiayi, Taiwan
    Beans
    42
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: Hardware issue or bad install?

    Age of the laptop? Probably about three or four years old.

    Specs: According to the sticker on the computer itself, 1.5 GHz Celeron CPU, 40 GB HDD (yeah, I know that's small), 256MB DDR2 (not much there, either) and an Intel Graphics Media Accelerator 900. Not overly powerful, but it was good enough to run WinXP before, so it should handle Ubuntu fine, I would think.

    I ran gsmartcontrol and no errors were found. After the test, however, my machine seems to run a little faster and smoother, with the exception of the first restart after the test. My machine was quite slow when I restarted it shortly after running the test, but on the subsequent restart, everything seems to be better. Boot up went smoother too.

    I installed GRUB, but I can't figure out how to do the memtest86. I'll keep looking around.

  6. #6
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Hardware issue or bad install?

    All the symptoms you told in your first post are of potential hard drive faliure.

    Not having exact knowledge of what happens in the background, I can only assume that it happens due to the problem in reading system files every now & then.

    Yes the 256MB RAM is sort-of constrained for Lucid, but if you need to restart many times before booting process can actually proceed then it is most probably due to abnormal delay time in accessing boot-sector & boot-files.

    One not-very-promising but complementary method to cross check hard drive status would be to perform a thorough surface scan from BIOS or in some Live CD environment and notice if the progression-speed of the scan process is constant throughout the whole process or there is huge variation at different places. If there is significant variation at certain places on HDD, then it is failing even if passes the test at that moment.

    However, this is only a symptom & actual reasons may differ. Your best bet would be to backup data & make a fresh install of Ubuntu 9.10 or even older & stable version.

    By the way, how is the performance when you run a Live Session?

  7. #7
    Join Date
    Jun 2010
    Location
    Republic of Kenya
    Beans
    17
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Hardware issue or bad install?

    Hi,
    In my opinion, if it was a hardware issue then XP would have also had problems. Most probable cause of the issue you are experiencing is a poor install. Which option did you choose when installing it as a stand-alone OS? I have had such a problem before and it was due to an improper formatting of the HDD. I would suggest you use a Live CD, and using Gparted, delete any partitions to leave the entire HDD unallocated, then you can exit Gparted and run a fresh install. That is my suggestion.

  8. #8
    Join Date
    Jun 2010
    Location
    Chiayi, Taiwan
    Beans
    42
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: Hardware issue or bad install?

    I haven't had time to run more tests or do a Live CD session (but considering this computer currently doesn't have a DVD drive -- it's external and my sister-in-law forgot to give it to me -- it would have to be a Live USB session), but I'm tempted to go with the bad hard drive verdict. It'll be a couple days before I'll have time to check things out properly though.
    This machine did have problems when it was running Windows -- that's the main reason she bought a new computer and basically through this one away. I've actually got it running better using Linux than it was running under Windows. Right now the only problems are freezes on boot up and occasionally getting a little slow. When it was a Windows machine, it would all of a sudden shut itself off and then restart, with no warning at all.

  9. #9
    Join Date
    Mar 2008
    Location
    The Burning Earth.
    Beans
    3,660

    Re: Hardware issue or bad install?

    1.5 GHz Celeron CPU, 40 GB HDD (yeah, I know that's small), 256MB DDR2
    CPU is a little slow but should be ok. The real issue is the RAM. For 10.04, the Recommended is 1 GB RAM. That isn't to say that some of the hardware isn't possibly failing, just that you don't have close to enough RAM and that could be causing your problem.
    God does not play dice with the universe - Albert Einstein
    Sure I do, I just use loaded dice. - warfacegod

    An open forum. Its a free for all. Check us out. https://openlinuxforums.org/

  10. #10
    Join Date
    Jun 2010
    Location
    Bolivar, MO
    Beans
    3
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Hardware issue or bad install?

    You might also check into Xubuntu. The System Reqs are a little leaner.

    Mint XFCE 8. lists 256MB RAM as one of the minimum requirements. (Also similar to Ubuntu, but with Restricted Areas already installed.)

    I'm not exactly sure what the Xubuntu Specs are, but I'm running it on two 5 year old machines with minimal issues. They have 512 MB RAM though.

    It is still Ubuntu, but it uses the Xfce Gui, which is lighter than KDE or Gnome.

    Just a Thought,
    Dave

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •