macmule / AutoCasperNBI

AutoCasperNBI is an app that automates the creation of NetBoot Images (read: NBI’s) for use with Casper Imaging.
https://macmule.com/AutoCasperNBI/
83 stars 9 forks source link

NetInstall Service NFS on High Sierra #110

Closed macmule closed 7 years ago

macmule commented 7 years ago

Not an AutoCasperNBI issue, but related to worth posting

Open Radar

As per: http://www.openradar.me/34639788

Summary:

Trying to Boot an NBI hosted via the NetInstall Service from Server.app 5.4 (17S1207) will fail to boot

Steps to Reproduce:

  1. Create an NBi
  2. Add to NetInstall Service
  3. Enable NetInstall Service
  4. Share NBI over NFS
  5. Attempt to Boot from NBI

Expected Results:

Booting to NBI completes

Actual Results:

Booting to NBI never completes, verbose booting shows some RPC Timeout errors

Version:

Server.app 5.4 (17S1207)

Notes:

The below (as root) seem to resolve the issue:

echo "/Library/NetBoot/NetBootSP0 -ro -maproot=root" >> /etc/exports nfsd stop nfsd start

macmule commented 7 years ago

Resolved in Server 5.4 (17S1207).