I’m trying to use the mds_var1 variable in a script, but my script is failing and I’m seeing the following errors the /var/log/install.log after the workflow has run:
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: Setting Variables from NVRAM if needed
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var1’: (iokit/common) data was not found
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var2’: (iokit/common) data was not found
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var3’: (iokit/common) data was not found
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var4’: (iokit/common) data was not found
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var5’: (iokit/common) data was not found
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var6’: (iokit/common) data was not found
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var7’: (iokit/common) data was not found
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var8’: (iokit/common) data was not found
2019-09-06 12:38:20-07 MacBook-Air installd[287]: ./postinstall: nvram: Error getting variable - ‘com.twocanoes.mds.var9’: (iokit/common) data was not found
For context, I’m only using mds_var1 in a script which creates a user account and renames the machine.
Also, not sure if this is related, but I am not defining a user account in the MDS workflow settings.
Thanks!