jotokun Posted October 28, 2006 Share Posted October 28, 2006 I have installed osx86 10.4.7 (JaS's instaler) and things went fine. But on bootup, it never gets to my desktop. It hangs on a blue screen with the mouse on it. I thought the GUI was taking its time, so I left it on overnight. I woke up the next morning(today) and it was the same (thank God it was only vmware). What should I do to fix this? Packages installed: x11, additional fonts, aditional languages, intel sse3 patch(cpu is sse3 compatable) and something else(I dont remember what it was) I am using vmplayer, I dont know the verision. I used an internet tool to create my virtual computer. #!/usr/bin/vmplayer # Filename: Mac_osx86.vmx # Generated 2006-10-28;01:03:18 by EasyVMX! Super Simple Edition # http://www.easyvmx.com # This is a Workstation 5 or 5.5 config file # It can be used with Player config.version = "8" virtualHW.version = "4" # Selected operating system for your virtual machine guestOS = "FreeBSD" # displayName is your own name for the virtual machine displayName = "Mac_osx86" # These fields are free text description fields annotation = "Virtual Machine created with EasyVMX! Super Simple Edition" guestinfo.vmware.product.url = "http://www.easyvmx.com" guestinfo.vmware.product.class = "virtual machine" # Number of virtual CPUs. Your virtual machine will not # work if this number is higher than the number of your physical CPUs numvcpus = "1" # Memory size and other memory settings memsize = "256" MemAllowAutoScaleDown = "FALSE" MemTrimRate = "-1" # Unique ID for the virtual machine will be created uuid.action = "create" # Remind to install VMware Tools # This setting has no effect in VMware Player tools.remindInstall = "TRUE" # Startup hints interfers with automatic startup of a virtual machine # This setting has no effect in VMware Player hints.hideAll = "TRUE" # Enable time synchronization between computer # and virtual machine tools.syncTime = "TRUE" # USB settings # This config activates USB usb.present = "TRUE" usb.generic.autoconnect = "FALSE" # First serial port, physical COM1 is available serial0.present = "FALSE" serial0.fileName = "COM1" serial0.hardwareFlowControl = "FALSE" # First parallell port, physical LPT1 is available # It is set to bidirectional for more functionality parallel0.present = "FALSE" parallel0.fileName = "LPT1" parallel0.bidirectional = "FALSE" # Sound settings sound.present = "TRUE" sound.virtualdev = "sb16" # Logging # This config activates logging, and keeps last log logging = "TRUE" log.fileName = "Mac_osx86.log" log.append = "TRUE" log.keepOld = "1" # These settings decides interaction between your # computer and the virtual machine isolation.tools.hgfs.disable = "FALSE" isolation.tools.dnd.disable = "TRUE" isolation.tools.copy.enable = "TRUE" isolation.tools.paste.enabled = "TRUE" # First network interface card # This config activates this NIC by default ethernet0.present = "TRUE" ethernet0.virtualDev = "vlance" ethernet0.connectionType = "hostonly" ethernet0.addressType = "generated" ethernet0.generatedAddressOffset = "0" # Settings for physical floppy drive floppy0.present = "FALSE" # Settings for physical CDROM drive ide1:0.present = "TRUE" ide1:0.deviceType = "cdrom-raw" ide1:0.startConnected = "TRUE" ide1:0.fileName = "auto detect" ide1:0.autodetect = "TRUE" # First IDE disk # This disk image is selected by default ide0:0.present = "TRUE" ide0:0.fileName = "Mac_osx86.vmdk" ide0:0.mode = "persistent" ide0:0.startConnected = "TRUE" ide0:0.writeThrough = "TRUE" # END OF EasyVMX! CONFIG ide0:0.redo = "" ethernet0.generatedAddress = "00:0c:29:77:f6:ed" uuid.location = "56 4d c5 d0 53 8a ca c2-3b 32 bb 1d ae 77 f6 ed" uuid.bios = "56 4d c5 d0 53 8a ca c2-3b 32 bb 1d ae 77 f6 ed" usb.autoConnect.device0 = "" checkpoint.vmState = "" paevm="true" Help? Link to comment Share on other sites More sharing options...
Recommended Posts