安装Ubuntu出现[Errno 5] - Input/output error的解决方案

系统:(非虚拟机)已经装了Win10、CentOS7,接着安装Ubuntu19.04
时间:2019 Aug 3

完整安装Ubuntu的步骤:

  1. 用U盘启动程序制作空闲空间;
  2. 用UtraISO制作安装盘;
  3. 安装过程参考:https://blog.csdn.net/demonliuhui/article/details/77483523
  4. 出现如下问题:
    安装Ubuntu出现[Errno 5] - Input/output error的解决方案_第1张图片
  5. 解决方法:
    (参考):https://askubuntu.com/questions/65830/errno-5-input-output-error-when-trying-to-install
    安装Ubuntu出现[Errno 5] - Input/output error的解决方案_第2张图片

意思就是:在Ubuntu官网下载完后,安装包有可能被破坏,需要验证MD5的值。

官方标准安装包的MD5在这里查看: http://releases.ubuntu.com/

Windows查看自己下载的安装包的MD5的值:
(假设查看D:\1.exe文件的MD5)
在命令行(Win+R)输入:certutil -hashfile D:\1.exe MD5

同样,查看SHA1就输入:certutil -hashfile D:\1.exe SHA1
以此类推

只要自己下载的安装包的MD5和官网提供的标准MD5是一致的,那么问题就解决了!!

你可能感兴趣的:(Ubuntu,Ubuntu)