 kleemanAustralian Expat join:2000-07-29 Nyack, NY kudos:1 Reviews:
·Verizon FiOS
| reply to Rocketbob
Re: Ubuntu 7.10 Slow start up 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 |
|
 MaxoYour 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.) |
|
 jmikehPremium 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. -- "- ..- -. -.. .."
|
|
 | 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? |
|
 MaxoYour 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 |
|
 | Thanks, that worked! I am down from 3 minutes to 45 sec. Nice! |
|
|
|
 MaxoYour 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 |
|
 | 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.  |
|