At its core, IEEE 802.1X is a network layer... Full Story
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

Once you launch the terminal, type sudo and a space.
Now we will open the Applications folder in Finder and find unetbootin

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


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

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

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
-
-
In case you did not see the previous FortiNAC... Full Story
-
This is our 5th session where we are going... Full Story
-
Now that we have Wireshark installed and somewhat configured,... Full Story
-
The Philosophy of Packet Analysis Troubleshooting isn't about looking... Full Story