Re: rescue/sh check failed, installation aborted
- Reply: Graham Perrin : "Re: rescue/sh check failed, installation aborted"
- In reply to: Graham Perrin : "rescue/sh check failed, installation aborted"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Aug 2021 21:26:57 UTC
On 8/23/21 12:18 PM, Graham Perrin wrote: > Encountered whilst attempting to build and install 14.0-CURRENT over > 13.0-RELEASE-p3 (experimental, helloSystem): > > <https://i.imgur.com/euFBA8M.png> > > Background, condensed, to the best of my recollection: > > cd /usr/src > make buildworld # succeeded > make kernel # failed > make clean > LOCAL_MODULES= # added to /etc/src.conf > make kernel-toolchain > make kernel > restarted in single user mode > mount -uw / > service zfs start > cd /usr/src > make installworld – failed as pictured. > > I see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231325>, fixed > in 2018. > > Any suggestions? I'm not sure what the 'make clean' would have done. Did you mean 'make cleanworld'? If so, you will need to do a 'make buildworld' again before trying to do 'make installworld'. The error message implies that there is no 'make buildworld' output in /usr/obj (as if you had run 'make cleanworld' up above where you list 'make clean') -- John Baldwin