我正尝试通过pxe tftp安装来安装CentOS。 安装开始,但它无法从http服务器下载图像文件。 但可以在http服务器上访问文件。 来自安装系统的日志如下。
Unable to retrieve the //abc.com/CentOS6.5/ks.cfg file. INFO : transferring //abc.com/CentOS6.5/images/updates.img ERROR : Error downloading //abc.com/CentOS6.5/images/updates.img: HTTP response code said error INFO : transferring //abc.com/CentOS6.5/images/product.img ERROR : Error downloading //abc.com/CentOS6.5/images/product.img: HTTP response code said error INFO : transferring //abc.com/CentOS6.5/images/install.img ERROR : Error downloading //abc.com/CentOS6.5/images/install.img: HTTP response code said error
(上面的链接是http。不能把链接,因为我是新来的。)
我尝试了以下在互联网上find的解决scheme:
不幸的是,没有可用的http响应代码。 我已经检查了所有的访问日志。
任何build议都非常感谢。
如果你正在通过HTTP检索组件,那么我认为你的url看起来不正确。
INFO : transferring //abc.com/CentOS6.5/images/updates.imgerror
看起来应该看起来像
INFO : transferring http://abc.com/CentOS6.5/images/updates.img
这意味着您可能需要检查url定义