Apple

Last modified by Drunk Monkey on 2022-12-08 12:01

Downgrade Big Sur (11.x) to Catalina (10.15) via an 11.x Host Computer

Warning

These instructions will completely erase the files on  computer you are installing to with no chance of recovery.  Make sure you have backed up and saved everything you need before you start this process.

We will also use and erase the USB drive we will use to create the install media.  Again, make sure it doesn't contain anything valuable before you start.

  1. Start with a 16GB USB drive.  This USB will be erased.  In our example, the USB is labelled "MyVolume"
  2. Download the Catalina installer for 10.15 ( https://support.apple.com/en-in/HT201372 ) from the apple app store (8GB).  After downloading, the OS will try to run the installer and fail giving an error message.  Just dismiss the dialog window and continue on.
  3. Run "createinstallmedia" via the terminal window to create the installer:
    1. sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
      macos-big-sur-terminal-create-bootable-installer.jpg
    2. Eject the installer USB
    3. Insert the installer USB into the computer and power it on while holding the Option key pressed until the boot selection screen appears:
      <screenshot>
    4. Select the (working from a VM - look for recovery mode? utilities?)
      Screenshot 2021-11-03 at 17.30.44.png
       
    5. Use the disk utility to erase the Big Sur drive and then exit disk utility
    6. Install Catalina as normal.
      Screenshot 2021-11-03 at 17.32.39.png
[top]

Disable MacBook Pro Dedicated GPU

Important Notes:

  • I have recently come up with a MUCH better, PERMANENT solution to this issue, which I'd recommend using instead, if your AMD GPU has failed. This method will also allow brightness control and sleep mode to continue working as normal. More info can be found here.
  • After performing the steps below, sleep mode and brightness control will NOT work properly on your system.
  1. First, ensure your machine is completely shut down (You can press Control + Option + Shift + Power keys to reset the SMC).
  2. Now, boot your machine while holding the Command + S keys. As the system boots, it should display white text on a black screen, and should eventually stop at a prompt.
  3. At this prompt, enter the following command and press Return: 
    nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00
  4. Next, enter  reboot,  and press Return.
  5. Immediately after running the reboot command, hold down Command + R (if you're running OS X 10.11 or later) to boot into Recovery Mode. If you don't have a Recovery Partition, you can boot from a Mac OS installer USB drive.
  6. Once booted in Recovery Mode, open Terminal, and run the following command:  
    csrutil disable
  7. Reboot the system.
  8. Once the system reboots, it should now successfully boot into your install of OS X. Now, you'll need to download the program found here.
  9. Run the program, follow the prompts, and enter your password when prompted.
  10. Once the tool finishes running, your system should now run without the dedicated graphics, and should work completely normally.
[top]

Essential Keyboard Shortcuts for Mac

ShortcutAction
Startup Shortcuts 
CBoot from Optical Drive
DBoot to Apple Diagnostics
NBoot from a network server
TBoot in Target Disk Mode
ShiftBoot in Safe Mode
Cmd + RBoot to macOS Recovery
Option + Cmd + RBoot to macOS Recovery over the internet
Cmd + SBoot in Single-User Mode
Cmd + VBoot in Verbose Mode
OptionBoot to Startup Manager, to pick other startup disks if available
Cmd + Option + P + RReset NVRAM or PRAM
Shift + Control + OptionReset SMC
F12 or trackpad buttonEject removable media
Left ShiftDisable automatic login (if enabled)
Shift(at login screen) Prevent Login items / Previous Windows
Global Shortcuts 
Shift + Cmd + 3Take screenshot of entire screen
Shift + Cmd + 4Take screenshot of selected area
Shift + Cmd + 4, then SpaceTake screenshot of selected window
Cmd + ASelect all
Cmd + FFind
Cmd + HHide current window
Option + Cmd + HHide all other windows
Cmd + MMinimize current window
Option + Cmd + MMinimize all windows
Cmd + WClose current window
Option + Cmd + WClose all windows
Cmd + OOpen
Cmd + PPrint
Cmd + SSave
Cmd + CCopy
Cmd + VPaste (copy)
Option + Cmd + VPaste (cut) i.e. move copied item to current location
Shift + Option + Cmd + VPaste and match style
Cmd + ZUndo
Cmd + ?Help
Cmd + , (Comma)Open Preferences for current app
Cmd + SpaceOpen Spotlight search
Cmd + TabSwitch to the next open app
Cmd + ~ (Tilde)Switch to the next window in the current app
Control + Cmd + QLock the screen
Shift + Cmd + QLog out
Option + Shift + Cmd + QLog out instantly
Cmd + Option + EscForce quit
Cmd + Option + EjectActivate Sleep mode
Shift + Control + EjectPut display(s) to sleep
Cmd + Control + EjectQuit all apps and restart
Control + EjectChoose from Sleep, Restart, and Shutdown options
Finder Shortcuts 
EnterRename selected file or folder
SpaceOpen preview of selected file
Option + SpaceOpen preview of selected file in fullscreen mode
Shift + Cmd + GGo to folder...
Shift + Cmd + NCreate new folder
Shift + Cmd + DeleteEmpty the Trash folder
Option + Shift + Cmd + DeleteEmpty the Trash folder immediately
Cmd + 1Icon View
Cmd + 2List View
Cmd + 3Column View
Cmd + DDuplicate selected file or folder
Cmd + IGet info
Cmd + JView options
Cmd + NOpen new Finder window
Cmd + TOpen new Finder tab
Cmd + [Back
Cmd + ]Forward
Cmd + DeleteMove selected item(s) to Trash
Cmd + UpMove up one folder
Cmd + DownMove down one folder
Cmd + Option + IShow Attributes Inspector
Cmd + Control + NWith files selected, create a new folder and immediately move selected files into that folder
[top]

Xcode Developer Tools

https://developer.apple.com/download/all/

https://en.wikipedia.org/wiki/Xcode

10.12 Sierra

10.15 Catalina

[top]