Creating Linux Mint USB In Mac :
- Insert Your Flash Drive
- open disk utility and format your USB drive ( fat32 , MBR partition )
- Place your downloaded ISO on desktop
- Open Terminal ( Applications>>Utilities >> Terminal
- Convert Your ISO to IMG
hdiutil convert -format UDRW -o output.img sourceLinux.iso
IN my case
- Now Rename output.img.dmg ( it’s added by apple by default ) and remove DMG extension
- Now list all available disk to identify your USB drive letter
diskutil list
- Now Unmount USB Using diskutil unmountDisk /dev/diskX ( remove X with your drive number )
diskutil unmountDisk /dev/rdisk2
- Now
sudo dd if=linuxmint.img of=/dev/rdisk2 bs=1m
( NOTE : Choose source img and target device carefully )
- wait until it finish
- Reboot your Mac and press alt/option key while the Mac is restarting to choose the USB stick.
Now that flash drive ready to boot and install Linux mint , if you fount this useful keep share , For supporting us just like us on Facebook or plus one on google plus