Aller au contenu principal

Modifications apportées à l'étape #1

Modifié par Amber Taus

Modification approuvée par Amber Taus

Avant
Après
Inchangé

Lignes de l'étape

[title] Disable Auto Boot
[* icon_note] Before starting this procedure, you must disable your Mac's Auto Boot feature. Auto Boot powers on your Mac when you open the lid, and may be accidentally triggered during disassembly. Use this guide or follow the abbreviated instructions below to disable Auto Boot. This command may not work on all Macs.
[* black] Power on your Mac and launch Terminal.
-[* black] Copy and paste the following command (or type it exactly) into Terminal:
-[* black] sudo nvram AutoBoot=%00
-[* black] Press [return]. If prompted, enter your administrator password and press [return] again. Note: Your return key may also be labeled ⏎ or "enter."
+ [* black] Copy and paste the following command (or type it exactly) into Terminal:
+ [* black] 'sudo nvram AutoBoot=%00
+ [* black] Press [return]. If prompted, enter your administrator password and press [return] again. Note: Your return key may also be labeled ⏎ or "enter."
[* icon_note] You can now safely power down your Mac and open the bottom case, without it accidentally powering on.
-[* icon_reminder] When your repair is complete and your Mac is successfully reassembled, re-enable Auto Boot with the following command:
-[* black] sudo nvram AutoBoot=%03
+[* icon_reminder] When your repair is complete and your Mac is successfully reassembled, re-enable Auto Boot with the following command (typed into Terminal, as shown above):
+ [* black] sudo nvram AutoBoot=%03