win7系統(tǒng)下載
當(dāng)前位置: 首頁 > 硬件軟件教程 > 詳細(xì)頁面

雙系統(tǒng)重裝windows7后無法打開centos6.4

發(fā)布時間:2024-04-06 文章來源:深度系統(tǒng)下載 瀏覽:

1.下載CentOS-6.4安裝光盤ISO
2.使用UltraISO將其刻錄到U盤
3.重啟使用進入BIOS界面,選擇從U盤啟動
4.到安裝光盤界面時,選擇Rescue install system進入拯救模式
5.進行一系列設(shè)置后,進入shell模式
6.執(zhí)行如下命令,重裝grub
[php]
# chroot /mnt/sysimage
# /sbin/grub-install /dev/sda

7.查看/編輯grub配置文件
[php]
#vi /boot/grub/grub.conf

8.如果沒有windows啟動項,可以手動添加
#Windows
title windows7
root (hd0,0)
makeactive
chainloader +1
9.保存,退出,重啟
[php]
#exit
#reboot

本文章關(guān)鍵詞:  系統(tǒng) 重裝 windows7  無法 打開 cento 
當(dāng)前原文鏈接:http://czecheden.com/soft/soft-47781.html