Nothing Happens When I Click On A Dmg File

Supported macOS versions

  1. Nothing Happens When I Click On A Dmg File Windows 7
  2. Nothing Happens When I Click On A Dmg File On Mac
  3. Nothing Happens When I Click On A Dmg File Download
  • High Sierra 10.13.x
  • Mojave 10.14.x
  • Catalina 10.15.x

For OpenCore EFI installers
Use tribeam.sh script
https://github.com/Broly1/tribeam

  1. Feb 14, 2016  Solved: when i click on the file to download the creative cloud installer nothing happens - 8079815 Adobe Support Community All community This.
  2. If I double click an item with it's default program open, nothing happens. If I double click an item and the program is not open, the program bounces in the dock and does not open. Same for.dmg.

Apr 08, 2017  where can find the dmg file for sierra Share this review. But, if I click on 'About this Mac' nothing happens. I tried to change the system definition with multibeast in case to get it to work. Does anyone have an Idea? Looking forward for your answers.

GibMacOS + finalflash.sh
Alternativelly if you prefere to use GibMacOS instead of tribeam.shyou can use finalflash.sh script which will use either
the Recovery.pkg or the BaseSystem.dmg, just drop it inside GibMacOS after downloading the desired
version of macOS and run it from there fallowing the prompt.
https://github.com/Broly1/finalflash

For manual instalation read this.

Tools you'll need :

GNOME Disks is a graphical front-end for udisks included in the 'gnome-disk-utility' package.
GParted is a free partition editor for graphically managing your disk partitions.
DMG2IMG comand line tool that allows you to convert a (compressed) Apple Disk Images
gibMacOS - An awesome tool from CorpNewt ( https://github.com/corpnewt/gibMacOS )
A USB drive 8gb+
Some patience...

Get macOS Installer with gibMacOS

Downloading the installer files fairly straight forward process but may take a while depending on your internet speeds.
To start extract gibMacOS and and open your terminal change directory to the gibmacos.command script.
Run it with ./gibMacOS.command
This will allow you to choose the macOS version to download.

Happens

In my case I chose option 1. It will download the macOS installer files.
Make sure that BaseSystem.dmg is downloaded completely thats what we will use to create the installer
Once downloaded you can proceed to the next step.

Creating the macOS Install USB

Find BaseSystem.dmg inside /gibMacOS-master/macOS Downloads/publicrelease/
Drag it to your desktop or somewhere else if you prefer.
Open your terminal and change directory to where the BaseSystem.dmg file is in my case:
cd Desktop
Then run dmg2img BaseSystem.dmg base.iso it will convert the the dmg file to iso file named base.iso
Open Disks AKA 'Gnome-Disk-Disk-Utility' and drag base.iso to it and hit start restoring.This will take a wile.

Once it is done restoring the iso open up Gparted and select your usb-drive.

Rigth click in the unallocated space hit new

In File system select fat32 and in lable type EFI

Hit apply

Once done applying changes righ click on your new EFI partition and hit Manage Flags

Select boot and esp

Now whe need to mount the EFI partition
The easiest way is to open up Disks again and mount it that way

Now you should see an empty EFI partition in your file system

Click

For OpenCore

Nothing Happens When I Click On A Dmg File Windows 7

Download OpenCore-x.x.x-RELEASE.zip
https://github.com/acidanthera/OpenCorePkg/releases
Extract it and drop OpenCore EFI folder in the EFI partition we just created
and fallow the OpenCore Vanilla Guide.
https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/

For Clover

Download CloverISO-xx.tar.lzma
https://github.com/CloverHackyColor/CloverBootloader/releases
Extract it then extract the iso as well and copy the EFI folder to the empty EFI partition

Drivers

Now open EFI/CLOVER/drivers/UEFI and all we need there are:
ApfsDriverLoader.efi AptioMemoryFix.efi HFSPlus.efi

Kexts

Now download your kexts here:
https://onedrive.live.com/?authkey=%21APjCyRpzoAKp4xs&id=FE4038DA929BFB23%21455036&cid=FE4038DA929BFB23
Place your kexts in /EFI/CLOVER/kexts/other
To know what kexts you need check this link:
https://hackintosh.gitbook.io/-r-hackintosh-vanilla-desktop-guide/gathering-kexts

You will also need AppleMCEReporterDisabler.kext on Catalina too.

This is how my kexts folder looks like

You should have a sample config.plist inside /EFI/CLOVER remove it.
If on amd cpu get your sample config.plist here:
https://github.com/AMD-OSX/AMD_Vanilla

If on Intel cpu you can get a sample here:
https://github.com/corpnewt/Hackintosh-Guide

Make sure to learn the basics of config.plist
https://github.com/corpnewt/Hackintosh-Guide/blob/master/config.plist-basics.md

This shoud be enough to boot into the installer GOOD Luck!!

Nothing Happens When I Click On A Dmg File On Mac

Credits to:

Happens

Nothing Happens When I Click On A Dmg File Download

CorpNewt algrey Hackintosh Slav and many others