Skip to content

Instantly share code, notes, and snippets.

@dlangille
Created September 9, 2019 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlangille/3340ef74a1d0b8aabe8ed355f31d2a3f to your computer and use it in GitHub Desktop.
Save dlangille/3340ef74a1d0b8aabe8ed355f31d2a3f to your computer and use it in GitHub Desktop.
when installing from NFS mounted read-only /usr/src and /usr/obj
# make installworld
...
===> stand/i386/btx (install)
===> stand/i386/btx/btx (install)
===> stand/i386/btx/btxldr (install)
===> stand/i386/btx/lib (install)
===> stand/i386/boot2 (install)
installing DIRS BINDIR
install -d -m 0755 -o root -g wheel /boot
objcopy -S -O binary boot1.out boot1
objcopy: open boot1 failed: Read-only file system
*** Error code 1
Stop.
bmake[6]: stopped in /usr/src/stand/i386/boot2
*** Error code 1
Could this be because the install world process has detected something is 'newer' and needs to be updated?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment