|
OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
|
Thread Tools | Display Modes |
|
|
|||
(Solved) install70.img sha256sum AWOL?
Completely new to any BSD flavor. Just downloaded the amd64 version of OpenBSD install70.img from the website and ran sha256sum as per the instructions. However, as far as I can see, there is no available sha256sum entry:
Code:
$ sha256sum -c install70.img sha256sum: BOOTX64.EFI: No such file or directory BOOTX64.EFI: FAILED open or read sha256sum: BUILDINFO: No such file or directory BUILDINFO: FAILED open or read sha256sum: INSTALL.amd64: No such file or directory INSTALL.amd64: FAILED open or read sha256sum: base70.tgz: No such file or directory base70.tgz: FAILED open or read sha256sum: bsd: No such file or directory bsd: FAILED open or read sha256sum: bsd.mp: No such file or directory bsd.mp: FAILED open or read sha256sum: bsd.rd: No such file or directory bsd.rd: FAILED open or read sha256sum: cd70.iso: No such file or directory cd70.iso: FAILED open or read sha256sum: cdboot: No such file or directory cdboot: FAILED open or read sha256sum: cdbr: No such file or directory cdbr: FAILED open or read sha256sum: comp70.tgz: No such file or directory comp70.tgz: FAILED open or read sha256sum: floppy70.img: No such file or directory floppy70.img: FAILED open or read sha256sum: game70.tgz: No such file or directory game70.tgz: FAILED open or read sha256sum: man70.tgz: No such file or directory man70.tgz: FAILED open or read sha256sum: miniroot70.img: No such file or directory miniroot70.img: FAILED open or read sha256sum: pxeboot: No such file or directory pxeboot: FAILED open or read sha256sum: xbase70.tgz: No such file or directory xbase70.tgz: FAILED open or read sha256sum: xfont70.tgz: No such file or directory xfont70.tgz: FAILED open or read sha256sum: xserv70.tgz: No such file or directory xserv70.tgz: FAILED open or read sha256sum: xshare70.tgz: No such file or directory xshare70.tgz: FAILED open or read sha256sum: WARNING: 1979292 lines are improperly formatted sha256sum: WARNING: 20 listed files could not be read Last edited by globetrotterdk; 10th January 2022 at 12:53 PM. |
|
||||
Hello and welcome to the forum.
It appears you haven't followed (and adapted) the instructions in the FAQ fully. Quote:
https://cdn.openbsd.org/pub/OpenBSD/7.0/amd64/ Then you can check the install70.img file, BUT the command given above is for the OpenBSD version of the sha256sum command, while you want to do it on Linux (having no OpenBSD install to do it on yet). So you could run: $ sha256sum -c SHA256 This references the checksum file, SHA256, and tries to verify all files listed in it. It should show that install70.img is good, and it should give a warning for all the other files that aren't present. E.g., output may look like this: Quote:
$ grep install70.img SHA256 | sha256sum -c Or, coming back to the FAQ: Quote:
Last edited by IdOp; 9th January 2022 at 09:47 PM. |
Tags |
sha256 |
Thread Tools | |
Display Modes | |
|
|