DEV Community

Cover image for Recovery and USB Boot
Muhammad
Muhammad

Posted on

3 1

Recovery and USB Boot

Now we are going to clean install MacOS, therefore we need the image from Apple and then we will create a USB to boot from it.

Open App Store and Search for Mojave.

Alt Text

Click Oo Get and it should start downloading it.

Alt Text

Mine, took me to the update section and started downloading the image.

Alt Text

Once that is done, connect a USB to your Mac and Open Disk Utility.

Alt Text

Now select the USB and Click on Erase Partition and Name is USB

Alt Text

Alt Text

Alt Text

Next open Terminal and paste the Following Command

sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/USB--nointeraction && say Mojave Drive Created
Enter fullscreen mode Exit fullscreen mode

Alt Text

Alt Text

Once Complete You have the USB Ready.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Start free in your IDE

👋 Kindness is contagious

Please leave a ❀ or a friendly comment on this post if you found it helpful!

Okay