fresh installation extremely slow

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
lala

fresh installation extremely slow

Post by lala »

i have been using ubuntu 12.10 for some time. After a certain update my machine got extremely slow. Boot time increased to almost 5 minutes, application startup time increased to 1-2 mins from seconds. During such delays the HDD seemed to be busy. To avoid any more pain, I switched to Linux mint nadia. Unfortunately i see the exact same issue with this as well.

My machine specs:
P4, Hyper Threading, 3GHz
1.5GB RAM
512MB fairly good VGA

I have used this same machine with both Ubuntu, fedora with no issues in the past.
I think this could be due to a HW issue because the issue is present in both ubuntu and Linux mint, or it could be an issue in a libraby from dabian. In any case I need help to diagnose this further, SO EXPECTING YOUR KIND SUPPORT.

Thank you
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
gibbs1984
Level 5
Level 5
Posts: 825
Joined: Mon Oct 27, 2008 2:40 pm
Location: Hemel Hempstead, England

Re: fresh installation extremely slow

Post by gibbs1984 »

I'd agree that it's possibly a hardware issue.

When the computer boots up and it takes 5 minutes which screen does it stay the longest on?

I had a stick of RAM go and that increased my bootup time quite a bit (not 5 minutes though) and it would get stuck on the POST screen.
Linux Mint 20.3 (Cinnamon) 64bit.
lala

Re: fresh installation extremely slow

Post by lala »

it stays longest with blank screen after bios stuff before giving the login screen.
i will do a memory check. any way to get an idea by looking at logs?
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: fresh installation extremely slow

Post by catweazel »

lala wrote:it stays longest with blank screen after bios stuff before giving the login screen.
i will do a memory check. any way to get an idea by looking at logs?
I wouldn't be suspecting memory just yet. It sounds to me like your HDD is going south. You might see if you can enable SMART and install smartmontools.

Another thing you can do is run this in a terminal and leave it open while you try to use your machine normally. It will help in identifying errors encountered by the kernel:

Code: Select all

tail -f /var/log/syslog
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
lala

Re: fresh installation extremely slow

Post by lala »

i ran smarttools and it report tests as passed. Any more suggesstions?

Thank you
DrHu

Re: fresh installation extremely slow

Post by DrHu »

You could try and optimize your system first, see if that is helping..
http://community.linuxmint.com/tutorial/view/114

http://www.zdnet.com/ubuntu-linux-12-10 ... 000005948/
Anything the system waits on for service (resources not ready) will delay a startup (boot)
  • hard drives
  • Networks
    --dns, dhcp, avahi status
  • Printers, attached..
  • CD/DVD drives
    --you can prevent these devices from being detected by the BIOS (in the BIOS settings) and being read by the OS on boot, but would still activate, when you insert media
  • USB devices, attached
There are also some utilities that can help you chart; see where the boot delays are taking place..
http://www.linux-magazine.com/Issues/2009/104/Bootchart
http://www.dedoimedo.com/computers/bootchart.html
lala

Re: fresh installation extremely slow

Post by lala »

Thank you.
I installed bootchart and did a profiling.
I am not expert in analyzing the output, but it looks like IO is the culprit. Could you please have a look and confirm?
bootchart_scaled.png
Locked

Return to “Beginner Questions”