Install Disk Creator Error Lacking File Contents Sharedsupport Installesd.dmg

It turns out that the Installer Image did not download correctly. To address this I deleted 'Install OSX Mavericks' from the Applications folder and then re-downloaded it from the App Store. Nov 12, 2017  If the 'SharedSupport' directory does not exist, create it in '/Applications/Install macOS High Sierra.app/Contents'. 3) Launch terminal. With USB plugged in, type the following command.

Creating a bootable USB drive of OS X Yosemite 10.10 if you want to save it on a external drive for future usage or just want to install it on multiple Mac computers. To make OS X Yosemite bootable USB installer drive, there are few requirements. Lets see what are those.

Note: This guide to make installer USB drive is for OS X Yosemite Developer Preview

See also: Dual Boot OS X Yosemite and Mavericks

Advertisement

Make OS X Yosemite Bootable USB

Requirements

Sharedsupport
  • You must have an external USB drive or storage media with capacity of at-least 8GB (Save data from it because we are going to format it).
  • OS X Yosemite installer downloaded (You can join OS X Beta program)

Prepare USB drive for OS X Yosemite

Open Disk Utility from “Applications” > “Utilities” or press “cmd+space” keys form keyboard to find “Disk Utility”.

Plug the external USB drive into Mac (make sure you save your stuff from it). Once you attached the USB drive, it will shown on the left panel of Disk Utility.

Select the drive and then do the following steps to create a single partition that is required to make USB installer drive for OS X Yosemite 10.10.

Click on “Partition Layout” drop-down menu and select “1 Partition” option from it.
Then enter the Partition information Name: ”osxyosemite”, Format: “Mac OS Extended (Journaled)”.
Click the “Options” button to select the partition scheme, so select “GUID Partition Table” option and click OK button.

To complete the creating partition process hit the “Apply” button and then “Partition” button. This will take some time to format and making USB drive as a 1 partition. Once done, you will notice a new drive name will be displayed on the left side, the name that you given in the partition information. Now close the Disk Utility tool.

Show hidden files

Showing hidden files is required, because there are few hidden files in the OS X Yosemite installer package that you need to unhide first to write them on bootable USB drive.

Open Mac “Terminal” command line: press cmd+space keys and type Terminal in the spotlight, click the Terminal from search results or just open the Terminal from Applications > Utilities > Terminal.

Install adobe flash player debugger 10.1 dmg 2. Adobe Flash Player 32 (Win, Mac & Linux) debugger (aka debug player or content debuggers) and standalone (aka projectors) players for Flex and Flash developers. – Updated debugger and standalone versions of Flash Player. Adobe flash player version 10.1 free download - Adobe Flash Player, Adobe Flash Player, Adobe Flash Player for Internet Explorer, and many more programs.

Type the following two commands one by one:

defaults write com.apple.finder AppleShowAllFiles YES

Killall Finder

First command is going to show hidden files and the second one is to restart the Finder so we can see the instant effect of first command. Close the Terminal.

Open Applications, here you will see your downloaded OS X Yosemite file “Install OS X 10.10”. Cmd+click on it to view the menu, select “Show Package Contents”.

Open “Contents” > “SharedSupport” folder and here you will see “InstallESD.dmg” file, double click to open the file and OS X may starts verifying this file so let the verification process finished.

After that you will see a folder with the following content in it, “BaseSystem.dmg” is the file that we need and it was hidden, so now you know that why we show the hidden files in above steps.

Open the Disk Utility again from “Applications” > “Utilities” > “Disk Utility” or by using Spotlight search.

Load the “BaseSystem.dmg” file into the Disk Utility, right-click on the file and choose “Open With” > “Disk Utility” option. After doing that open the Disk Utility and you will see the file “BaseSystem.dmg” is loaded in the Disk Utility on the left side.

Restore Disk Image

Now we are going to restore “BaseSystem.dmg” disk image on the USB drive.
Select your USB partition that we created in previous first steps, then click the Restore tab.
Under Restore tab there are two fields, Source and Destination.
Click and drag the “BaseSystem.dmg” to Source field and “osxyosemite” usb drive to Destination filed, see screenshot below to get more idea. When done hit the Restore button and you need to confirm “Are you sure you want to replace the content on USB drive with the content of disk image” so click the Erase button to confirm, after that you may need to enter the administrator password. Restoring disk image is time taking process so be patient.

Once the restoring disk image process is finished you will see a folder like this. Here, open the “System” > “Installation” folders and move the Packages file to trash.

Copy the “Packages” folder from the folder where the “BaseSystem.dmg” exist. and paste it into the Installation folder that you just opened in previous step.

Hide the system files again using this command
defaults write com.apple.finder AppleShowAllFiles NO

How to Boot from USB Drive

You must know the system requirements of OS X Yosemite before installing it, If your system to capable to run this OS X version 10.10 then Shutdown your Mac, plug the OS X Yosemite Bootable USB into Mac. Press the power button again to turn it On and then hold the Alt or Option key from keyboard, when you see this screen release the button. Double click on the USB drive to boot from it.

Congratulations! you successfully perform all steps to make bootable USB drive to install OS X Yosemite on more that one Mac computers without worried of downloading it on each computer separately, you will saved lot of bandwidth and time as well. Thanks for reading if you have any problem we are here to help you just write your problem below in comments box.

Related Content

Mavericks OS X is the latest update from the Apple for the MAC users. The new OS update is available as a free download via the App Store. On the same day we posted an article 2 Ways to Create Bootable Mavericks OS X USB Drive. But most of the users are looking for the way to create a bootable Mavericks ISO disc. Today we found a new guide which allows you to create the ISO disc from the Mavericks OS X installer package, with this way you can easily install the new OS on multiple systems.

The process is simple and take only five to ten minutes to complete the process. All you have to enter some commands on Terminal app and you will create the ISO image of the new OS X. So, to create a bootable ISO file from the Mavericks App, Download OS X Mavericks here and If it tries to start the installation, just close it. Other wise you will lose the installation package from your hard drive. After that follow the steps below.

Install Disk Creator Error Lacking File Contents Sharedsupport Installesd.dmg

Read Also:Guide to Create Bootable USB Disc of Yosemite OS X
Read Also:Guide to Access Secret Wallpapers in Mavericks OS X

Create Bootable ISO from Mavericks App

Open the Terminal app on your Mac and run the following Terminal commands one by one.

# Mount the installer image
hdiutil attach /Applications/Install OS X Mavericks.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app

# Convert the boot image to a sparse bundle
hdiutil convert /Volumes/install_app/BaseSystem.dmg -format UDSP -o /tmp/Mavericks

# Increase the sparse bundle capacity to accommodate the packages
hdiutil resize -size 8g /tmp/Mavericks.sparseimage

# Mount the sparse bundle for package addition
hdiutil attach /tmp/Mavericks.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build

# Remove Package link and replace with actual files
rm /Volumes/install_build/System/Installation/Packages
cp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/

# Unmount the installer image
hdiutil detach /Volumes/install_app

# Unmount the sparse bundle
hdiutil detach /Volumes/install_build

# Resize the partition in the sparse bundle to remove any free space
hdiutil resize -size `hdiutil resize -limits /tmp/Mavericks.sparseimage tail -n 1 awk ‘{ print $1 }’`b /tmp/Mavericks.sparseimage

# Convert the sparse bundle to ISO/CD master
hdiutil convert /tmp/Mavericks.sparseimage -format UDTO -o /tmp/Mavericks

# Remove the sparse bundle
rm /tmp/Mavericks.sparseimage

# Rename the ISO and move it to the desktop
mv /tmp/Mavericks.cdr ~/Desktop/Mavericks.iso

Now the mavericks ISO Image files is created and you will see the ISO file on your desktop. If you want to convert the ISO file into DMG, then you will use the Disk Utility to convert it to DMG file if needed.

Install Disk Creator Error Lacking File Contents Shared Support Installesd.dmg

Now you will use the ISO file or DMG file on your disc or USB drive to install the new OS on your multiple MAC.

Source

Comments are closed.