Ubuntu iso sha256チェックサム

Ubuntu iso sha256チェックサム

新しくインストールしたUbuntuシステムにはいくつかの問題があります(ランダム停止)。 sha256ハッシュをチェックして、受信したisoが破損していないことを確認したいと思います(これを最初に実行する必要があることを知っています)。 Ubuntu Webサイトの指示に従いましたが、次の同じ警告が引き続き表示されます。

user@user-System-Product-Name:~/Downloads/ubuntu_isos$ sha256sum -c SHA256SUMS
sha256sum: ubuntu-16.04-desktop-amd64.iso: No such file or directory
ubuntu-16.04-desktop-amd64.iso: FAILED open or read
sha256sum: ubuntu-16.04-desktop-i386.iso: No such file or directory
ubuntu-16.04-desktop-i386.iso: FAILED open or read
sha256sum: ubuntu-16.04-server-amd64.img: No such file or directory
ubuntu-16.04-server-amd64.img: FAILED open or read
sha256sum: ubuntu-16.04-server-amd64.iso: No such file or directory
ubuntu-16.04-server-amd64.iso: FAILED open or read
sha256sum: ubuntu-16.04-server-i386.img: No such file or directory
ubuntu-16.04-server-i386.img: FAILED open or read
sha256sum: ubuntu-16.04-server-i386.iso: No such file or directory
ubuntu-16.04-server-i386.iso: FAILED open or read
ubuntu-16.04.1-desktop-amd64.iso: OK
sha256sum: ubuntu-16.04.1-desktop-i386.iso: No such file or directory
ubuntu-16.04.1-desktop-i386.iso: FAILED open or read
sha256sum: ubuntu-16.04.1-server-amd64.img: No such file or directory
ubuntu-16.04.1-server-amd64.img: FAILED open or read
sha256sum: ubuntu-16.04.1-server-amd64.iso: No such file or directory
ubuntu-16.04.1-server-amd64.iso: FAILED open or read
sha256sum: ubuntu-16.04.1-server-i386.img: No such file or directory
ubuntu-16.04.1-server-i386.img: FAILED open or read
sha256sum: ubuntu-16.04.1-server-i386.iso: No such file or directory
ubuntu-16.04.1-server-i386.iso: FAILED open or read
sha256sum: WARNING: 11 listed files could not be read

私がしたことのアイデアを提供するために、以下からUbuntuデスクトップisoとSHA256SUMS / SHA256SUMS.gpgファイルをダウンロードしました。http://releases.ubuntu.com/xenial/同じディレクトリに移動します。次に、このディレクトリでコマンドを実行してsha256sum -c SHA256SUMS出力を取得します。 5つの異なる画像をダウンロードしましたが、すべて同じ出力を提供しますが、これは私には適していないようです。 Ubuntuのウェブサイトの指示に正確に従いましたが、何か間違っているのは間違いありません。

ベストアンサー1

ここで重要な行は次のとおりです。

ubuntu-16.04.1-desktop-amd64.iso: OK

ISOは大丈夫です。

チェックサムファイルにはすべての画像の合計が含まれており、sha256sumまだダウンロードされていないコンテンツを確認できないため警告します。

おすすめ記事