方法:使用grub2-mkconfig -o /boot/grub2/grub.cfg 命令修复引导方式即可。
五、CentOS系统安装完成,windows7不见了。
CentOS最小安装没有支持windows7系统的ntfs格式,所以得安装ntfs-3g包。
添加源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun/repo/epel-7.repo
安装包
yum install ntfs-3g
提示找不到wget命令
wget 时提示 -bash:wget command not found,没有安装wget软件包。一般linux最小化安装时,wget不会默认被安装
yum安装
yum -y install wget
[待测试的rpm安装方法
下载wget的RPM包:
32位:http://mirrors.163/centos/6.3/os/i386/Packages/wget-1.12-1.4.el6.i686.rpm
64位:http://mirrors.163/centos/6.3/os/x 引导问题:安装重启,选择是CentOS的最小安装。开机满屏黑,我的win7不见了。
方法:使用grub2-mkconfig -o /boot/grub2/grub.cfg 命令修复引导方式即可。
五、CentOS系统安装完成,windows7不见了。
CentOS最小安装没有支持windows7系统的ntfs格式,所以得安装ntfs-3g包。
添加源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun/repo/epel-7.repo
安装包
yum install ntfs-3g
提示找不到wget命令
wget 时提示 -bash:wget command not found,没有安装wget软件包。一般linux最小化安装时,wget不会默认被安装
yum安装
yum -y install wget
[待测试的rpm安装方法
下载wget的RPM包:
32位:http://mirrors.163/centos/6.3/os/i386/Packages/wget-1.12-1.4.el6.i686.rpm
64位:http://mirrors.163/centos/6.3/os/x