Installazione di OS X Yosemite dal file DMG compresso in VMware Fusion

3

Vorrei installare OS X Yosemite in VMware Fusion 7.0.

Se seleziono il file DMG fornito dalla mia università, VMware non è in grado di eseguire l'avvio dal file DMG.

L'immagine è un DMG compresso.

Properties:
    Encrypted: false
    Kernel Compatible: true
    Checksummed: true
    Software License Agreement: false
    Partitioned: false
    Compressed: true

Esiste un modo per avviare VMware Fusion da un DMG compresso?

Ho provato a convertire in DMG in "uncompressed" o ISO senza miglioramenti. Ottengo sempre:

EFI VMware Virtual IDE CDROM Drive (IDE 1.0) ... unsuccessful

Nel file di registro di VMware vedo solo:

2015-08-12T09:44:42.586+01:00| vcpu-0| I120: CDROM: Connecting sata0:1 to '/Users/corti/Downloads/Yosemite (uncompressed).dmg'. type=2 remote=0
2015-08-12T09:44:42.587+01:00| vcpu-0| I120: CDROM: Checking initial physical media state...
2015-08-12T09:44:42.587+01:00| vcpu-0| I120: CDROM:  initial physical CDROM state is 1 (sense)
    
posta Matteo 12.08.2015 - 09:07
fonte

2 risposte

7

Non importa che tipo di DMG sia come VMware Fusion non può installare OS X Yosemite avviandolo o addirittura avviando l'installazione di OS X Yosemite.app scaricato da Apple in quanto non è così che funziona in VMware Fusion. VMware Fusion deve prima creare un'immagine di installazione da Installa OS X Yosemite.app e installare dall'immagine creata.

Dai un'occhiata a: Installazione di OS X 10.10 Yosemite come un sistema operativo guest in VMware Fusion (2082109) .

To install Mac OS X 10.10 in a virtual machine using the Yosemite app download:

  1. Select File > New from the Fusion menu bar.
  2. Select Install from disc or image and click Continue.
  3. Drag and drop the Install OS X Yosemite application into Use operating system installation disc or image dialog box.
  4. Click Continue.
  5. Fusion should automatically discover the Guest Operating System. If not, ensure that the Operating System is set to Apple Mac OS X and that the version is set to Mac OS X 10.10. Click Continue.
  6. If you want to modify any of the settings, such as memory (RAM), CPU, or hard disk size, click Customize Settings and specify the non-default values.
  7. Click Finish. The installation starts.
  8. When prompted, select Reinstall Mac OS X and click Continue.
  9. Click Continue.
  10. Agree to the license agreement and follow the prompts to begin the installation.

After the installation completes, you must install VMware Tools on the virtual machine. To do this, first eject the Mac OS installation disc image from within the new virtual machine. For more information, see Installing VMware Tools in a Mac OS Guest (1032440).

    
risposta data 12.08.2015 - 09:50
fonte
4

La soluzione da @ user3439894 non ha funzionato per me durante l'installazione di OS X 10.11 El Capitan utilizzando un file dmg. Ho creato un ISO avviabile per installarlo su VMware Fusion 8.0.1 seguendo i seguenti passaggi come consigliato qui .

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

# Create a ElCapitan blank ISO image of 9900mb with a Single Partition - Apple Partition Map
hdiutil create -o /tmp/ElCapitan.cdr -size 9900m -layout SPUD -fs HFS+J

# Mount the ElCapitan blank ISO image
hdiutil attach /tmp/ElCapitan.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build

# Restore the Base System into the ElCapitan blank ISO image
asr restore -source /Volumes/install_app/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase

# Remove Package link and replace with actual files
rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages
cp -rp /Volumes/install_app/Packages /Volumes/OS\ X\ Base\ System/System/Installation/

# Copy El Capitan installer dependencies
cp -rp /Volumes/install_app/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/BaseSystem.chunklist
cp -rp /Volumes/install_app/BaseSystem.dmg /Volumes/OS\ X\ Base\ System/BaseSystem.dmg

# Unmount the installer image
hdiutil detach /Volumes/install_app

# Unmount the ElCapitan ISO Image
hdiutil detach /Volumes/OS\ X\ Base\ System/

# Create a sparseimage and auto-size it
hdiutil convert /tmp/ElCapitan.cdr.dmg -format UDSP -o /tmp/ElCapitan
hdiutil resize -size 'hdiutil resize -limits /tmp/ElCapitan.sparseimage | tail -n 1 | awk '{ print $1 }''b /tmp/ElCapitan.sparseimage

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

# Remove the unwanted images
rm /tmp/ElCapitan.cdr.dmg
rm /tmp/ElCapitan.sparseimage

# Rename the ElCapitan ISO image and move it to the desktop
mv /tmp/ElCapitan.cdr ~/Desktop/ElCapitan.iso
    
risposta data 14.11.2015 - 17:53
fonte

Leggi altre domande sui tag