Tip: solve the problem of slow start of Ubuntu7.10

Source: Internet
Author: User
Article Title: tip: Solve the Problem of slow start of Ubuntu7.10. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems, open source, and other basic categories. After Ubuntu 7.10 is installed, the startup speed becomes abnormally slow, file System Check (Fsck) is detected after multiple searches.

I. solution:

1. Enter sudo gedit/etc/fstab in Terminal.

2. Find the following text:

#/Dev/sda1

UUID = 6E50BE5450BE22AF/media/sda1 ntfs defaults, umask = 007, gid = 46 0 1

3. Change the last 1 to 0.

The result is as follows:

#/Dev/sda1

UUID = 6E50BE5450BE22AF/media/sda1 ntfs defaults, umask = 007, gid = 46 0 0

4. Find all the Windows disk systems, such as NTFS, Vfat, and FAT32, and change the last number to 0.

5. Restart the disk.

6. In fact, the problem is that FSCK checks all disk partitions by default, and as a dedicated Unix/Linux disk tool, it will detect Windows partitions and cause errors, thus slowing down the startup.

2. Modify the Grub settings as follows:

1. Enter sudo gedit/boot/grub/menu. lst in Terminal.

2. Find the following line:

Kernel/boot /...... Ro quiet splash

3. Change splash to nosplash. The result is as follows:

Kernel/boot /...... Ro quiet nosplash

4. Save the disk and exit.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.