GetAroundSAPMACSetup: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(Created page with "Getting around the NS2 initial installer when it should just be a blank mac. <pre><code> cd /var/db/ConfigurationProfiles rm -rf * mkdir Settings touch Settings/.profilesAreI...")
 
No edit summary
Line 1: Line 1:
Getting around the NS2 initial installer when it should just be a blank mac.
Getting around the NS2 initial installer when it should just be a blank mac.
Boot up mac while holding down COMMAND + R .  You have to hold those keys down
until you hit the recovery session.  Then under utilities at the top you can
choose to launch a terminal.  Once in the terminal do the following.


<pre><code>
<pre><code>
Line 6: Line 10:
mkdir Settings
mkdir Settings
touch Settings/.profilesAreInstalled
touch Settings/.profilesAreInstalled
reboot
</code></pre>
Now you boot up normally.
Once this is done, you can set up your mac.  Make absolutely sure that you use your
SAP credentials to set it up (password and username must match)
username = i number or c number
password = SAP provided password, not your NS2 password
Once you have the macbook set up and are at the main screen, launch Safari and go to:
<pre><code>
https://apple.applebucket.int.sap/enroll
</code></pre>
</code></pre>

Revision as of 12:18, 17 December 2021

Getting around the NS2 initial installer when it should just be a blank mac.

Boot up mac while holding down COMMAND + R . You have to hold those keys down until you hit the recovery session. Then under utilities at the top you can choose to launch a terminal. Once in the terminal do the following.

<code>
cd /var/db/ConfigurationProfiles
rm -rf *
mkdir Settings
touch Settings/.profilesAreInstalled
reboot
</code>

Now you boot up normally.

Once this is done, you can set up your mac. Make absolutely sure that you use your SAP credentials to set it up (password and username must match)

username = i number or c number password = SAP provided password, not your NS2 password

Once you have the macbook set up and are at the main screen, launch Safari and go to:

<code>
https://apple.applebucket.int.sap/enroll
</code>