By Manny Fernandez

January 11, 2020

Workaround for Running Unetbootin for macOS on Catalina

OK, so here we are again with the “Making a bootable disk in Mac” again.  I was able to find a workaround for unetbootin on macOS Catalina.  Lets get started.

You will need the Finder and the terminal (Terminal, iTerm2, SecureCRT, etc.)

Fist lets open the terminal window

2020-01-11_21-17-45.png

Once you launch the terminal, type sudo and a space.

Now we will open the Applications folder in Finder and find unetbootin

2020-01-11_21-15-33.png

Now lets right-click on unetbootin and choose Show Package Contents (see below)

2020-01-11_21-16-14.png

2020-01-11_21-16-36.png

Choose Contents then MacOS and then drag the unetbootin file onto the terminal screen next to the sudo .

2020-01-11_21-18-35.png

Once you hit enter it will ask you to enter your password you should be good to create bootable USB images now.

2020-01-11_21-25-12.png

I created an executable script to launch it moving forward until they release a supported version.

#!/bin/bash
sudo /Applications/unetbootin.app/Contents/MacOS/unetbootin

if you want to make it executable you will need to

chmod +x %name-of-the-file%.sh

Hope this helps

Recent posts

  • There are many options when troubleshooting in FortiGate firewalls. ... Full Story

  • Have you ever had an IPS signature that continues... Full Story

  • Use case:  Customer has a Split Tunnel Enabled but... Full Story