GetAroundSAPMACSetup: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Getting around the NS2 initial installer when it should just be a blank mac.
Getting around the corporate 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
Boot up mac while holding down COMMAND + R .  You have to hold those keys down
Line 5: Line 5:
choose to launch a terminal.  Once in the terminal do the following.
choose to launch a terminal.  Once in the terminal do the following.


<pre><code>
<pre>
cd /var/db/ConfigurationProfiles
cd /var/db/ConfigurationProfiles
rm -rf *
rm -rf *
Line 11: Line 11:
touch Settings/.profilesAreInstalled
touch Settings/.profilesAreInstalled
reboot
reboot
</code></pre>
</pre>


Now you boot up normally.
Now you boot up normally.


Once this is done, you can set up your mac.  Make absolutely sure that you use your
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)
Corporate credentials to set it up (password and username must match)


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


Once you have the macbook set up and are at the main screen, launch Safari and go to:
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
https://apple.applebucket.int.sap/enroll
</code></pre>
 
[[Category:Mac]]

Latest revision as of 17:18, 12 October 2023

Getting around the corporate 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.

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

Now you boot up normally.

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

username = userid password = Corp provided password

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


https://apple.applebucket.int.sap/enroll