今天在使用U盘启动盘在DELL R730服务器上安装Ubuntu16.04 LTS,Load installer components from CD时遇到这样的问题:“There was a problem reading data from the CD-ROM,Pease make sure it is in the driver.If retrying does not work,you should check the integrity of your CD-ROM. Failed to copy file from CD-ROM.Retry?”
在网上看到此问题,以前也有人遇到过:https://blog.csdn.net/gis_101/article/details/80186299。于是按照此文章中的思路(没有完全采用其方法,因为完全按照它反正最后没有挂载成功)重新挂载ISO文件到/cdrom即U盘根目录下。以下是找到U盘对应的设备方法,使用mount命令找到挂载点是/cdrom的设备即为U盘。
发现将ubuntu-16.04.5-server-amd64.iso文件挂载到/cdrom目录下之后,回到安装页面,仍然报错“There was a problem reading data from the CD-ROM…”。没有办法,重新制作U盘启动盘,再次执行后面手动挂载动作,最后不再报错,能够往后继续安装操作系统
注:
制作U盘启动盘的方法:https://blog.csdn.net/weixin_40554881/article/details/80625315。