-
Notifications
You must be signed in to change notification settings - Fork 48
Home
Shea Craig edited this page May 17, 2017
·
5 revisions
vfuse
is a command line utility that converts a bootable DMG to a VMware Fusion VM. The typical use case for vfuse
is to quickly test your AutoDMG-derived image. However, with a bit of elbow grease, one could utilize vfuse
to clone existing OS X system drives, create vagrant boxes, or manage an on-demand virtual machine service, just to name a few examples.
- VMware Fusion 7.x Professional
- OS X 10.9.5+ (compatible with 10.10)
- A never-booted image created with your favorite image creation tool.
- (optional) Packer 0.7.2 (or above) for building a vagrant box.
- (optional) vserv for monitoring virtual machines.
Running vfuse
does not necessarily require sudo rights, but if you don't want to be prompted in the GUI for an admin password, you will want to run it with sudo
. (Escalated privileges is required to run the vmware-vdiskmanager
binary, which vfuse
uses.)
The only required argument is -i
or --input
, which will create a virtual machine called osx-vm.vmwarevm
in the current working directory:
vfuse -i /path/to/dmg