danny 2006-12-18 09:31
Linux rescue 緊急救援模式
因為最近有同學把fstab改壞掉導致無法開機
若遇到這樣的狀況可以進到緊急救援模式 (linux recue)進行修復
p.s:使用單人模式(Single user mode) 有可能出現唯讀狀態,故不建議進到Single user mode進行修正
平台說明: Cent OS 4.4
以下方法亦適用於Fedora 及 RHEL 或 其他Linux
1.把Liunx第一片光碟片放進光碟機並以CDROM開機,在選單模式中key入
[code]#linux rescue[/code]
[img]http://www.ihao.org/php/web/linuxrescue/rescue1.jpg[/img]
2.如果輸入正確會出現下面的語系選單,請直接按 enter,選擇其他語系不保證能顯示正常...尤其是中文語系
[img]http://www.ihao.org/php/web/linuxrescue/rescue2.jpg[/img]
3.鍵盤語系選擇,選預設的us就可以了
[img]http://www.ihao.org/php/web/linuxrescue/rescue3.jpg[/img]
4.是否啟用network,這部份因為用不到所以選NO跳過
[img]http://www.ihao.org/php/web/linuxrescue/rescue4.jpg[/img]
5.救援模式的狀態,請選Contiune
[img]http://www.ihao.org/php/web/linuxrescue/rescue5.jpg[/img]
6.提示狀態,直接按Enter跳過
[img]http://www.ihao.org/php/web/linuxrescue/rescue6.jpg[/img]
7.先確認目前狀況,注意這時候並不能編輯
[img]http://www.ihao.org/php/web/linuxrescue/rescue7.jpg[/img]
8.將實際磁碟資料mount起來
[code]#chroot /mnt/sysimage[/code]
[img]http://www.ihao.org/php/web/linuxrescue/rescue8.jpg[/img]
9.現在可以使用了,請編輯/etc/fstab 把設定檔改回正確的,改好後請重開機
[code]reboot 或 init 6[/code]