you have multiple network devices on this system which

回复 收藏
在使用kickstart自动安装系统时,会提示"  you have multiple network devices on this system  which would you like to install through?"
这是因为要装系统的服务器上网卡很多,它不知道是给哪个网卡配置IP,需要你手工去配置。
解决办法是:
vim   /tftpboot/pxelinux.cfg/default
append   initrd=initrd.img ks=nfs:192.168.205.3:/install2/ks.cfg  
改成
append ksdevice=eth0 initrd=initrd.img ks=nfs:192.168.205.3:/install2/ks.cfg

指定ksdevice 即可
2011-07-20 11:40 举报
已邀请:

回复帖子,请先登录注册

退出全屏模式 全屏模式 回复
评分
可选评分理由: