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:
3. Locate the line showing you main drive loading the root file system, and add to the options section the following:
The line will look something similar to this:
4. Save the “fstab” file and reboot.
Now next time you restart you won’t see the message.
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.
0 nhận xét:
Đăng nhận xét
Vui lòng viết Tiếng Việt có dấu !