Below is the command and the error message. Thanks for the help!
Here is the web page that I was following:
http://osxdaily.com/2011/09/04/internet ... ie-9-free/
Here is the command that I was running:
curl -s
https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="9" bash
Here is the error message that I'm getting:
Brads-MacBook-Pro:~ bradgood$ curl -s
https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="9" bash
Checking for VirtualBox
Checking for Oracle VM VirtualBox Extension Pack
Pack no. 0: Oracle VM VirtualBox Extension Pack
Building IE9 VM
Checking for existing OVA at /Users/bradgood/.ievms/IE9 - Win7.ova
Checking for existing IE9 - Win7 VM
Creating IE9 - Win7 VM (disk: /Users/bradgood/.ievms/IE9 - Win7-disk1.vmdk)
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/bradgood/.ievms/IE9 - Win7.ova...
OK.
Disks: vmdisk1 135291469824 -1
http://www.vmware.com/interfaces/specif ... mOptimized IE9 - Win7-disk1.vmdk -1 -1
Virtual system 0:
0: Suggested OS type: "Windows7"
(change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
1: VM name specified with --vmname: "IE9 - Win7"
2: Number of CPUs: 2
(change with "--vsys 0 --cpus <n>")
3: Guest memory: 1024 MB
(change with "--vsys 0 --memory <MB>")
4: Sound card (appliance expects "", can change on import)
(disable with "--vsys 0 --unit 4 --ignore")
5: USB controller
(disable with "--vsys 0 --unit 5 --ignore")
6: Network adapter: orig NAT, config 3, extra slot=0;type=NAT
7: CD-ROM
(disable with "--vsys 0 --unit 7 --ignore")
8: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 8 --ignore")
9: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 9 --ignore")
10: SATA controller, type AHCI
(disable with "--vsys 0 --unit 10 --ignore")
11: Hard disk image: source image=IE9 - Win7-disk1.vmdk, target path=/Users/bradgood/.ievms/IE9 - Win7-disk1.vmdk, controller=10;channel=0
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance import failed
VBoxManage: error: Could not create the clone medium '/Users/bradgood/.ievms/IE9 - Win7-disk1.vmdk' (VERR_VD_VMDK_INVALID_FORMAT)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance
VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 781 of file VBoxManageAppliance.cpp
Brads-MacBook-Pro:~ bradgood$