Re: 6.8 Install Issue

2021-02-27 Thread escapeinsert
I'm confused as to how you're capable of sending emails when you haven't installed your system.

Re: 6.8 Install Issue

2021-02-27 Thread Kenneth Hendrickson
--- On Saturday, February 27, 2021, 12:09:45 AM EST, wrote: > I'm confused as to how you're capable of sending emails when you haven't > installed your system. I have more than one computer.

Re: 6.8 Install Issue

2021-02-26 Thread Kenneth Hendrickson
I physically removed the SSD mSATA disk, and re-inserted it. Then I started the install procedure again, and partitioned it, and disklabeled it. It is now working, wanting to install the sets. So apparently, I had some type of hardware failure. On Friday, February 26, 2021, 10:09:14 PM E

Re: 6.8 Install Issue

2021-02-26 Thread Kenneth Hendrickson
Another 6.8 install failure. What specifically does "disklabel: DIOCWDINFO: Device busy" mean at the end of disklabel??? Does it mean I have hardware failure??? When I let OpenBSD 6.8 partition the disk and use the default disklabel, I get: Available disks are: sd0 sd1. Which disk is the root

Re: 6.8 Install Issue

2021-02-26 Thread Kenneth Hendrickson
This does not look normal to me: PcEngines2# ls -Fla / total 12564133706863018 drwxr-xr-x 11 root wheel 512 Oct 5 00:17 ./ drwxr-xr-x 11 root wheel 512 Oct 5 00:17 ../ -rw-r--r-- 1 root wheel 1480 Oct 5 00:17 .profile lrwxr-xr-x 1 root wheel 11 Oct 5 00:17 autoinsb drwxr-xr-x 2 root wheel 512 Oct

Re: 6.8 Install Issue

2021-02-26 Thread Kenneth Hendrickson
Thanks again. Here is the sha256 of bsd.rd: 106 King$ sha256sum bsd.rd 9fb54e358cbc716b86acff277af176d534a039257c81b802bdc74c93ca48adf3 bsd.rd 47 PcEngines1# sha256 bsd.rd SHA256 (bsd.rd) = 9fb54e358cbc716b86acff277af176d534a039257c81b802bdc74c93ca48adf3 On Friday, February 26, 2021,

Re: 6.8 Install Issue

2021-02-26 Thread Kenneth Hendrickson
Thanks again Theo. > WARNING: / was not properly unmounted That is true for the disk in that system. But I booted from the 6.8 bsd.rd via PXE. On Friday, February 26, 2021, 09:21:21 PM EST, Theo de Raadt wrote: Kenneth Hendrickson wrote: > Thanks Theo. > > Here is what happened

Re: 6.8 Install Issue

2021-02-26 Thread Kenneth Hendrickson
Thanks Theo. Here is what happened beforehand: Welcome to the OpenBSD/amd64 6.8 installation program. WARNING: / was not properly unmounted Starting non-interactive mode in 5 seconds... (I)nstall, (U)pgrade, (A)utoinstall or (S)hell? i At any prompt except password prompts you can escape to a sh

Re: 6.8 Install Issue

2021-02-26 Thread Theo de Raadt
Kenneth Hendrickson wrote: > Thanks again Theo. > > > WARNING: / was not properly unmounted > > That is true for the disk in that system. You don't understand the OpenBSD installed. That / is the root filesystem of the install-tool fileysystem inside the bsd.rd It is corrupt. Someone wrote

Re: 6.8 Install Issue

2021-02-26 Thread Theo de Raadt
Kenneth Hendrickson wrote: > Thanks Theo. > > Here is what happened beforehand: > > Welcome to the OpenBSD/amd64 6.8 installation program. > WARNING: / was not properly unmounted I have no idea what is going on here, but this never happens with an OpenBSD install image. The mr.fs insi

Re: 6.8 Install Issue

2021-02-26 Thread Theo de Raadt
Kenneth Hendrickson wrote: ... > No label changes. > newfs: /dev/rsd0a is mounted on /mnt ^^^ Well you had that partition mounted, probably with a different disklabel and sizes, so it was not newfs'd. You did something manual earlier. You didn't show that which created the problem.