Jump to content

Unable to install mac


11 posts in this topic

Recommended Posts

  • vmvare 5.5.1

System:
  • Intel core 2 duo E6400

  • Giga Byte GA-965P-DS3

  • Samsung SpinPont T166, 250GB, 16MB, SATAII

  • Ram: 2Gb

Config:

 config.version = "7"
virtualHW.version = "3"
scsi0.present = "TRUE"
memsize = "1640"
MemAllowAutoScaleDown = "FALSE"
ide0:0.present = "TRUE"
ide0:0.fileName = "Windows NT.vmdk"
ide0:0.deviceType = "plainDisk"
ide1:0.present = "TRUE"
ide1:0.fileName = "F:"
ide1:0.deviceType = "cdrom-raw"
floppy0.fileName = "A:"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.virtualDev="e1000"
usb.present = "FALSE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
sound.fileName = "-1"
sound.autodetect = "TRUE"
displayName = "Windows NT"
guestOS = "winnt"
paevm="true"

ide0:0.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d 6a cf fd a4 82 a9-72 28 33 e1 70 a6 0e 87"
uuid.bios = "56 4d 6a cf fd a4 82 a9-72 28 33 e1 70 a6 0e 87"
ethernet0.generatedAddress = "00:0c:29:a6:0e:87"
ethernet0.generatedAddressOffset = "0"

 

 

Error:
untitled1sy6.png

Link to comment
Share on other sites

Ok First of all unless your on that one intel duo core do not use Windows NT.

 

http://wiki.osx86project.org/wiki/index.php/Vmware_how_to

Use this guide

 

In the end you should make it look somthing like this.

 

scsi0.present = "FALSE" Is very important

 

config.version = "8"

virtualHW.version = "4"

scsi0.present = "FALSE"

scsi0.virtualDev = "lsilogic"

memsize = "256"

MemAllowAutoScaleDown = "FALSE"

ide0:0.present = "TRUE"

ide0:0.fileName = "FreeBSD.vmdk"

ide1:0.present = "TRUE"

ide1:0.fileName = "auto detect"

ide1:0.deviceType = "cdrom-raw"

floppy0.present = "FALSE"

ethernet0.virtualDev="e1000"

ethernet0.present = "TRUE"

ethernet0.connectionType = "nat"

usb.present = "TRUE"

sound.present = "TRUE"

sound.virtualDev = "es1371"

sound.fileName = "-1"

sound.autodetect = "TRUE"

displayName = "MacOS"

guestOS = "freebsd"

nvram = "FreeBSD.nvram"

paevm="true"

Link to comment
Share on other sites

my new config, and not working too

config.version = "8"
virtualHW.version = "4"
scsi0.present = "FALSE"
scsi0.virtualDev = "lsilogic"
memsize = "1464"
MemAllowAutoScaleDown = "FALSE"
ide0:0.present = "TRUE"
ide0:0.fileName = "mac.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "F:"
ide1:0.deviceType = "cdrom-raw"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.virtualDev="e1000"
sound.present = "TRUE"
sound.virtualDev = "es1371"
sound.fileName = "-1"
sound.autodetect = "TRUE"
displayName = "MacOS"
guestOS = "winnt"
nvram = "Windows NT.nvram"
usb.present = "TRUE"
floppy0.present = "FALSE"
paevm = "TRUE"


ide0:0.mode = "independent-persistent"
ide0:0.deviceType = "rawDisk"
workingDir = "."

ide0:0.redo = ""
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:3f:d0:02"
ethernet0.generatedAddressOffset = "0"

uuid.location = "56 4d c3 2f 4c e0 30 65-3d 38 61 5d 86 3f d0 02"
uuid.bios = "56 4d c3 2f 4c e0 30 65-3d 38 61 5d 86 3f d0 02"

Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...