Incase anyone here is using VMplayer, I encountered the same problem and on the lines of the discussions in the thread made the below changes and it worked:
$ diff -uN SXDE_B72.004 SXDE_B72.vmx --- SXDE_B72.004 2007-09-22 14:16:29.739004000 +0530 +++ SXDE_B72.vmx 2007-09-22 14:16:29.754182000 +0530 @@ -26,11 +26,11 @@ ide0:0.deviceType = "cdrom-image" ide0:0.startConnected = "TRUE" ide0:0.exclusive = "FALSE" -ide0:1.present = "TRUE" -ide0:1.fileName = "SXDE_B72.vmdk" -ide0:1.mode = "persistent" -ide0:1.deviceType = "disk" -ide1:0.present = "FALSE" +ide0:1.present = "FALSE" +ide1:0.present = "TRUE" +ide1:0.fileName = "SXDE_B72.vmdk" +ide1:0.mode = "persistent" +ide1:0.deviceType = "disk" ide1:1.present = "FALSE" ####### scsi-controllers ############## @@ -150,3 +150,5 @@ ####### end of file ################### isolation.tools.hgfs.disable = "TRUE" + +ide1:0.redo = "" This message posted from opensolaris.org
