Thứ Hai, 1 tháng 6, 2015

How to fix “Press S to skip mount or M for manual recovery” on Linux Mint

Posted by Unknown Thứ Hai, tháng 6 01, 2015, under | No comments

Does a similar annoying message appears at boot every time? You have seen it, you just press S and continue as if nothing happened. Here is how to fix it.

You can just add an extra option in your “ fstab ” file ( fstab stands for file system table) to skip the waiting automatically. For this:
1. Open a terminal
2. Type:
gksu gedit /etc/fstab

3. Locate the line showing you main drive loading the root file system, and add to the options section the following:
nobootwait

The line will look something similar to this:
UUID=XXXXX    /    ext4    nobootwait,noatime, …

4. Save the “fstab” file and reboot.

Now next time you restart you won’t see the message. 

Chủ Nhật, 31 tháng 5, 2015

Cách sửa lỗi đen màn hình ( crash ) khi dùng google chrome trên Linux

Posted by Unknown Chủ Nhật, tháng 5 31, 2015, under | No comments

Lỗi xảy ra khi bạn mở trình duyệt web Google Chrome trên máy sử dụng HDH Linux Mint . Nguyên nhân lỗi do driver GPU của máy cài chưa chuẩn, để sửa lỗi bạn  mở cửa sổ dòng lệnh " Terminal " gõ vào chạy từng lệnh sau với quyền " root ":

sudo apt-add-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get dist-upgrade
dpkg -l libgl1-mesa-dri
sudo reboot


Xem Nhiều

Bài đăng phổ biến

Lưu trữ blog

Blog Archive