为RedHat/Centos 7添加Windows7引导程序

发表于 2015-12-24   |   分类于 技术

由于安装redhat/centos7无法选择boot分区,所以安装完后会丢失原有的windows7系统引导,解决方法如下:

编辑文件/boot/grub2/grub.cfg,添加以下内容:

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-WIN7UUID' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

WIN7UUID替换为win7系统分区的UUID。
hd0需按照实际修改。

RedHat/CentOS 7下修改网卡的设备名

发表于 2015-12-23   |   分类于 技术

该方法适用于物理机上的系统,同时也适用于kvm等虚拟机上安装的系统。
需要修改的文件/lib/udev/rules.d/60-net.rules

#刚装完的系统应该只有下面一句话
ACTION=="add", SUBSYSTEM=="net", DRIVERS=="?*", ATTR{type}=="1", PROGRAM="/lib/udev/rename_device", RESULT=="?*", NAME="$result"

阅读全文 »

© 2017 Powered by Typecho
苏ICP备15035969号-3