2014年2月25日 星期二

ubuntu菱形進不去系統,powerbutton直接關機,忽略錯誤及關閉自動檢查

出現F<10个菱形>I<8个菱形>S<8个菱形>M<6个菱形>時的解決方法

Press F to attempt to fix the errors, I to ignore, S to skip mounting, or M for manual recovery

出現 菱形 S 菱形 M 菱形

Press S to skip mount or M for manual recovery

進入terminal之後

輸入
export LC_ALL=en_US.UTF-8 (將語言改為英文就不會再出現菱形)
fsck.ext4 /dev/sda1 (改成你毀損的磁區)

可以使用tune2fs設定檢查時機
tune2fs -c 2 /dev/sda1
上述即為掛載兩次檢查fsck

可修改 /etc/default/rcS 內的FSCKFIX=yes可在fsck時自動yes修復不須確定

參考資料
http://forum.ubuntu.org.cn/viewtopic.php?t=386633&p=2848077
Powerbutton直接關機方法
1.- sudo gedit /etc/acpi/events/powerbtn
2.- Add # to comment line: #action=/etc/acpi/powerbtn.sh
3.- Add a new line: action=/sbin/poweroff
4.- Save file
5.- Open a console and type: sudo acpid restart
http://askubuntu.com/questions/66723/how-do-i-modify-the-power-options/84984#84984?newreg=f3d31f5e61b8490fb1d67db682319552
圖形加速
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=71872
windows關機前執行指令
http://ithelp.ithome.com.tw/question/10114763?tag=rt.rq
windows忽略錯誤及關閉自動修復
bcdedit /set {default} recoveryenabled no
bcdedit /set {default} bootstatuspolicy ignoreallfailures
(bcdedit /set {default} bootstatuspolicy displayallfailures) 啟用
http://www.i-so.org/disable-windows7-startup-repair.html
ubuntu關閉磁碟檢查
要進入開機選單在啟動時按住SHIFT
http://crunchbang.org/forums/viewtopic.php?pid=190573
http://forums.linuxmint.com/viewtopic.php?f=90&t=97550
https://help.ubuntu.com/community/Grub2
http://bbs.csdn.net/topics/390190378?page=1#post-393687150
http://neicole.blog.51cto.com/5621716/975581
http://tobalatech.blogspot.tw/2009/12/ubuntu-grub2.html
http://kenchio.wordpress.com/2012/05/24/20120524/
http://marvell1001.blogspot.tw/2012/09/grub-200-ubuntu-1204.html
Press S to skip mount or M for manual recovery
http://unix.stackexchange.com/questions/46628/not-able-to-lock-var-lib-dpkg-lock-read-only
tune2fs
http://wiki.debian.org.hk/w/Configure_regular_filesystem_check
fsck -y
http://askubuntu.com/questions/151025/how-can-i-make-fsck-run-non-interactively-at-boot-time

沒有留言:

張貼留言