starting up issues

All Gurus once were Newbies
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. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read this

starting up issues

Postby mrsfrog on Sat May 26, 2012 9:58 pm

not sure where to post it, I'm not much of a computer person, just use linux for the fun of it.

Recently the laptop is not starting up properly. It seems to boot the bios, and then hangs in a black screen. I've waited for 15 min, nothing happens. I end up turning the computer off and restarting. Then it will boot and comes up with a screen asking if I want to proceed normal mode, recovery mode or two types of memory tests. I pick the first one and computer runs fine. But every time now, I have to start up twice and I know that is really bad for the computer.

I run Katya, but will update to Maya soon. its an Acer Aspire 9300.

Would the problem be in Mint and be solved with updating? Or could it be the graphic card? We are getting some screen issues as well, seeing stripes and stuff, which I think is just age and misuse. Is there any way I can find out what's going on when the computer freezes?
mrsfrog
Level 1
Level 1
 
Posts: 21
Joined: Mon Oct 17, 2011 4:30 am

Linux Mint is funded by ads and donations.
 

Re: starting up issues

Postby stratus_ss on Sat May 26, 2012 10:40 pm

If you get to a grub prompt hit e to edit

You should see something like this
Code: Select all
linux   /boot/vmlinuz-3.2.0-24-generic root=UUID=f52320fb-34a0-4321-80bc-286b7986e618 ro   quiet splash $vt_handoff


Remove the words "quiet splash"

Code: Select all
linux   /boot/vmlinuz-3.2.0-24-generic root=UUID=f52320fb-34a0-4321-80bc-286b7986e618 ro  $vt_handoff


This will turn off background splash and put text to the screen.

I would make this change permanent by editing /boot/grub/menu.lst

This way at least if you freeze again you can see where in the boot process you are having problems

In an early version (cerca 2007 or 8?) I had a problem where the computer would not boot ever until I removed "quiet splash".

Anyways it could be your video card or it could be something else.

We can also check /var/log/messages or /var/log/syslog (i forget which it is in your version) dmesg may also hold clues
stratus_ss
Level 4
Level 4
 
Posts: 223
Joined: Fri May 25, 2012 5:22 pm

Re: starting up issues

Postby mrsfrog on Sun May 27, 2012 4:46 am

thank you,

there seems to be no menu.lst anywhere, not sure if it might be called different in my version. I looked for hidden files as well.

I had a look at the other file you mention. Nothing of that makes any sense of me, but from what I gather everything of starting up happened in the same second and then a little bit a few seconds later. It doesn't seem to have registered that I forced it to shut down and nothing happened before that either. I will restart and make sure I check the time next time.

(btw, it's syslog)
mrsfrog
Level 1
Level 1
 
Posts: 21
Joined: Mon Oct 17, 2011 4:30 am

Re: starting up issues

Postby stratus_ss on Sun May 27, 2012 8:45 am

Katya may be using grub2

In which case the location of the file is /boot/grub/grub.cfg

However for grub 2, the official way to edit this file is to edit
/etc/default/grub

You should see an entry that looks like:
Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


Changing it to:
Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT=""


save and exit. Then run
Code: Select all
sudo update-grub


Those changes should then take affect
stratus_ss
Level 4
Level 4
 
Posts: 223
Joined: Fri May 25, 2012 5:22 pm

Re: starting up issues

Postby mrsfrog on Sun May 27, 2012 9:55 am

thanks. I did that. I had to do that sudo nautilus thing and it opened the folders program. I did get a few warnings in the terminal, though:

(gedit:16266): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory


I then typed sudo update-grub but nothing happened. Then tried to quit nautilus, but can't remember the code for it. It's not just exit is it?

ETA: never mind, patience, patience, it's updating now. Hopefully it does the trick, I'll tell tomorrow.
mrsfrog
Level 1
Level 1
 
Posts: 21
Joined: Mon Oct 17, 2011 4:30 am

Re: starting up issues

Postby mrsfrog on Sun May 27, 2012 7:47 pm

nop. still same problem.

it loads the bios and then nothing, just nothing. I restart and it works and now I get to see all the text.
mrsfrog
Level 1
Level 1
 
Posts: 21
Joined: Mon Oct 17, 2011 4:30 am

Re: starting up issues

Postby stratus_ss on Sun May 27, 2012 10:38 pm

hmm thats odd. It seems unlikely to be the linux install then. If you are not even getting to the point where there is text on the screen grub isnt even loading. It may indicate a corrupted or problematic grub install or faulty/dying hardware
stratus_ss
Level 4
Level 4
 
Posts: 223
Joined: Fri May 25, 2012 5:22 pm

Re: starting up issues

Postby mrsfrog on Sun May 27, 2012 11:52 pm

hmm. I hope it's not something that can't be fixed, I like this laptop.

faulty grub - I remember doing something with the grub when I installed the next version of ubuntu, which turned out to be annoying, so I switched to Mint. Not sure now, though, whether the grub thing was with Mint or Ubuntu. If the grub is the problem, would updating to Maya solve it?

faulty hardware - computers are black boxes to me, where would I start with checking the hardware?

I'm jobless next week, so will have time to do the update then. hoping that will fix it.
mrsfrog
Level 1
Level 1
 
Posts: 21
Joined: Mon Oct 17, 2011 4:30 am

Re: starting up issues

Postby stratus_ss on Mon May 28, 2012 8:01 am

Updating to Maya may help, it might have a different version of grub2, it may also not help anything.

As for the hardware its usually 1 of 3 things that gives trouble at boot like that:

video card
ram
hard drive

For ram you can run memtest for a day or so from a live cd. For the video card its all about noticing odd things. It helps to have a baseline... for example I run "glxgears" for about a minute when I get the card and every once in a while just to see if the performance of the card is slipping. Its basically a really really basic bench marking tool for FPS from your video card.

For the hard drive, you would normally start to see other problems start to crop up.

And as usual you can check syslog, dmesg, xorg.0.log for clues
stratus_ss
Level 4
Level 4
 
Posts: 223
Joined: Fri May 25, 2012 5:22 pm

Re: starting up issues

Postby mrsfrog on Tue May 29, 2012 4:07 am

today computer has been fine. Gonna blame it on solar flares, they are to blame for all the trouble in life, unless it's teething.
mrsfrog
Level 1
Level 1
 
Posts: 21
Joined: Mon Oct 17, 2011 4:30 am

Linux Mint is funded by ads and donations.
 

Return to Newbie Questions

Who is online

Users browsing this forum: musicalmaxwell, Spearmint2 and 16 guests