Results 1 to 5 of 5

Thread: Why is Ubuntu slow

  1. #1
    Join Date
    Feb 2010
    Posts
    181

    Why is Ubuntu slow

    Hi friends,

    Recently i installed a Ubuntu operating system. It is worth mentioning that the installation is complete, restart, enter the Grub select the operating system (Windows and Linux dual-I system), if direct selection into the Ubuntu 7.10, then i will experience annoying long wait: do not expect the bootsplash should appear in the screen, but up to several minutes of black screen, because there is no prompt, I once thought it was crashed, but just installed the system on the problem is too good. Please suggest. Thanks in advance.

  2. #2
    Dr. V Guest

    Why is Ubuntu slow

    I have solutions for this: You need to go temporary modification Grub boot menu, remove bootsplash. In the first reboot after installing grub, press 'e' to edit Ubuntu 7.10, kernel 2.6.22-14-generic this one
    Remove the following red part of the

    Code:
    title Ubuntu 7.10, kernel 2.6.22-14-generic
    root (hd0, 1)
    kernel / boot/vmlinuz-2.6.22-14-generic root = xxx ro quiet splash
    initrd / boot/initrd.img-2.6.22-14-generic
    quiet
    Start saving. Check and reply.

  3. #3
    Join Date
    May 2008
    Posts
    2,680

    Why is Ubuntu slow

    You need to modified usplash.conf. Into the system, start the terminal. First backup the original file usplash.conf

    Code:
    cp-p / etc / usplash.conf ~ / usplash.conf-bak
    Changes usplash.conf
    Code:
    sudo gedit / etc / usplash.conf
    The file "xres" and "yres" the values in the horizontal and vertical resolution of the display adjust.
    Then refresh
    Code:
    sudo update-initramfs-u-k `uname-r`

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Why is Ubuntu slow

    You need to go install StarUp-Manager. Into the system, start the terminal. First backup the original boot settings file
    Code:
    cp-p / boot / grub / menu.lst ~ / menu.lst-bak & & cp-p / etc / usplash.conf ~ / usplash.conf-bak
    Installation Starup-Manager
    Code:
    sudo aptitude install startupmanager
    Start Starup-Manager
    Code:
    gksudo startupmanager
    According to display resolution and color settings can be the situation, plus you can use this tool to set a background pattern, etc. grub. All the best.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,295

    Why is Ubuntu slow

    In addition to the problems black screen, the Internet also referred to as boot time automatically scan Windows partition will cause slow start, the solution is as follows:
    The implementation of the terminal
    Code:
    sudo gedit / etc / fstab
    Vfat and ntfs partitions all last parameter '1 'is amended as '0', such as shown in the following part of the red
    Code:
    # / Dev/hda1
    UUID = 0572-13DE / media/hda1 vfat defaults, utf8, umask = 007, gid = 46 0 1
    Code:
    # / Dev/hda5
    UUID = 9CE6-3D93 / media/hda5 ntfs defaults, utf8, umask = 007, gid = 46 0 1
    Can be saved after exit.

Similar Threads

  1. Firefox running slow in Ubuntu 10.10
    By Desi.B@yZ in forum Operating Systems
    Replies: 3
    Last Post: 23-02-2012, 11:21 AM
  2. Mozilla Firefox 10 Working very slow in ubuntu 11.10
    By Kolaveri.D in forum Technology & Internet
    Replies: 3
    Last Post: 06-02-2012, 04:36 AM
  3. Slow downloading with ubuntu 9.10
    By X-quisite in forum Operating Systems
    Replies: 6
    Last Post: 11-11-2010, 07:27 AM
  4. Internet working too Slow on Ubuntu 9.04
    By LinuxeD in forum Operating Systems
    Replies: 4
    Last Post: 12-11-2009, 04:48 PM
  5. Wifi really slow in Ubuntu
    By Heavens in forum Networking & Security
    Replies: 3
    Last Post: 02-05-2009, 10:45 PM

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
  •  
Page generated in 1,713,544,409.62803 seconds with 17 queries