site Search:


 
    All Forums Hot Topics Gallery






how-to block ads


 
Search Topic:
Uniqs:
5807
Share Topic
Posting?
Post a:
Post a:
Links: ·Forum FAQ ·Attitude Adjustment ·Linux docs ·DistroWatch ·OPLM ·FreeBSD Handbook
AuthorAll Replies

Rocketbob

join:2006-06-08
Stillman Valley, IL

Ubuntu 7.10 Slow start up

I recently installed Ubuntu 7.10 on my Dell laptop.
The install was easy and it runs fine however; it takes about
3 min from start to the log in screen. Is this normal?
Is there anything I can do to speed up the boot up?


donoreo
Premium
join:2002-05-30
North York, ON

How much memory?



Cryptic24
Go Stewie Go Stewie It's Your Birthday
Premium
join:2002-12-17
Kane, PA

reply to Rocketbob
I did the same thing on mine and it's very slow to start. Mine is a HP 1.6ghz with 2gb ram.



kleeman
Australian Expat

join:2000-07-29
Nyack, NY
kudos:1
Reviews:
·Verizon FiOS

reply to Rocketbob
You need to find out what exactly is slow. This is hard because of the Ubuntu splash screen. You can edit the /boot/grub/menu.lst file to get rid of this.
Find lines like the following

title Ubuntu Linux stock kernel (2.6.15-23-386)
root (hd0,5)
kernel /boot/vmlinuz-2.6.17-10-generic ro root=/dev/sda6 quiet splash
initrd /boot/initrd.img-2.6.17-10-generic

and remove the options "quiet" and "splash"

Then reboot and watch where the boot spends most of its time.
--
"Linux is evolution, not intelligent design." - Linus Torvalds



Maxo
Your tax dollars at work.
Premium,VIP
join:2002-11-04
Tallahassee, FL

I have three Gutsy installs tht take ~60 seconds from power button to desktop.
I've also got a Gutsy Xubuntu laptop I'm giving to my brother that only take ~2 minutes.
I'd suggest trying another complete install. On the laptop I had two bad Gutsy installs followed by a third Gutsy install that runs like a dream (on this hardware.)


Rocketbob

join:2006-06-08
Stillman Valley, IL

reply to donoreo
512 MB memory 1.0 ghz processor



Pichin

join:2001-07-01
Oviedo, FL

reply to Rocketbob
if it isn't hardware issues you can try installing bum (boot-up manager $sudo apt-get install bum) and turn off all of those services that you don't need. The box that I just build was taking about 2 minutes from boot up to login , after turning off most of the stuff there it when down to 30 sec.
you can follow either of these two HOW-TOs:

»ubuntuforums.org/showthread.php?t=89491

»www.extremetech.com/article2/0,1···4,00.asp

have fun!

--
What's the speed of dark?



caffeinator
Coming soon to a cup near you..
Premium
join:2005-01-16
WA, USA
kudos:3
Reviews:
·CenturyLink

reply to Rocketbob
That sounds like a lot of time to me...something must be b0rked.

My old Gateway E-3400 (P3-800, 128M ram) from a cold boot power-on to the logon screen is about 30-40 secs using Xubuntu 7.10.

Which is about the same time my somewhat better Dell GX150 P3-1Ghz w/ 512 ram gets to the login screen running XPpro.

Yay *nix for old computers.

-CaFF
--
My 9/11 Tribute..online since 9/14/01
Need an Avatar? Check out Wafen's Avatar Pages



kleeman
Australian Expat

join:2000-07-29
Nyack, NY
kudos:1
Reviews:
·Verizon FiOS

1 edit

reply to Rocketbob

Click for full size
Another thing to try is bootchart:

sudo apt-get install bootchart

After rebooting look in the directory

/var/log/bootchart

for nice graphics showing where the bootup time is being eaten up. My latest is above.

Notice how long the modprobe takes. That's my scsi hard disk setting up. Notice the fsck ext3 chewing up time as well. That is a regular disk check which normally doesn't operate.
--
"Linux is evolution, not intelligent design." - Linus Torvalds


jmikeh
Premium
join:2001-07-15
Tulsa, OK

reply to kleeman

said by kleeman:

You need to find out what exactly is slow. This is hard because of the Ubuntu splash screen. You can edit the /boot/grub/menu.lst file to get rid of this.
Find lines like the following

title Ubuntu Linux stock kernel (2.6.15-23-386)
root (hd0,5)
kernel /boot/vmlinuz-2.6.17-10-generic ro root=/dev/sda6 quiet splash
initrd /boot/initrd.img-2.6.17-10-generic

and remove the options "quiet" and "splash"

Then reboot and watch where the boot spends most of its time.
Mine was taking 6 minutes to boot. Removed "RO Quiet Splash" and voila, 30 second bootup.
--
"- ..- -. -.. .."


NallePhu

@bredband.comhem.se

I tried to save the menu.lst in grub but are not allowed. I am the admin on Ubuntu, and a total beginner. What shall I do to save the file?



Maxo
Your tax dollars at work.
Premium,VIP
join:2002-11-04
Tallahassee, FL

1 edit

said by NallePhu :

I tried to save the menu.lst in grub but are not allowed. I am the admin on Ubuntu, and a total beginner. What shall I do to save the file?
Use this command: sudo gedit /boot/grub/menu.lst


NallePhu

@bredband.comhem.se

Thanks, that worked!
I am down from 3 minutes to 45 sec. Nice!



Maxo
Your tax dollars at work.
Premium,VIP
join:2002-11-04
Tallahassee, FL

As a heads up, the true Administrative account in Linux is root. All administrative functions have to be performed by root. At the command line, to have the command run as root, you start the command off with sudo.
If you want to have a graphical way of entering the password, prefix the command with gksudo. This will bring up a box that will ask for your administrative password.
This is a security feature. If you where to download a virus or malware, it would be unable to do any harm to the system unless someone who had the administrative password intentionally gave it permission to do so.
In Ubuntu the root password is always the same as the user that is setup during the initial install. In pretty much every other version of Linux, the root account is 100% separate from any other user, and the root password does not necessarily match any other user's password.
--
"Padre, nobody said war was fun now bowl!" - Sherman T Potter

»www.cafepress.com/maxolasersquad

»maxolasersquad.com/

»maxolasersquad.com/network/ My DSL Network Guide

»myspace.com/mlsquad



NallePhu

@bredband.comhem.se

reply to Maxo

said by Maxo:

said by NallePhu :

I tried to save the menu.lst in grub but are not allowed. I am the admin on Ubuntu, and a total beginner. What shall I do to save the file?
Use this command: sudo gedit /boot/grub/menu.lst
Thanks, from 3 minutes I am down to 45 sec. Nice.


Michael Skov

@adsl.cybercity.dk

reply to Rocketbob
Thanks i went from 3m to 38 sek


Tuesday, 29-May 21:46:32 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 12.5 years online © 1999-2012 dslreports.com.
Most commented news this week
Hot Topics