bcas9472 Posted April 21, 2008 Share Posted April 21, 2008 I have completed both Leopard and OSX Server native installs successfully on VMWARE Server 2.0. I used the Jas 10.5.2 DVD for Leopard, and the Jas 10.5.2 DVD WITH the OSX Server DVD for OSX Server install. Everything but sound works, even ethernet. Instructions For Leopard and VMWare Server 2.0: First , install Deamon tools, and create a Virtual Drive, and mount the JaS 10.5.2 DVD image, found on TPB. 1. Open up the console for VMware Server 2.0 2. Click Create new virtual machine 3. Select Custom, and create a virtual machine as Linux, Other 64bit. 4. Add the hardware you wish, a harddisk with 25-50GB of space (You can use IDE or SCSI), you do not have to allocate all at once. Add a ethernet card, and make it bridged if you have a router, and NAT if you dont. Add a CDROM, and click host, and select the drive letter of the virtual deamon tools drive. DONT ADD A USB CONTROLLER OR SOUND CARD. 5. Finish creating you virtual machine. 6. DONT START YOUR VM YET. 7. Open the VMX file for your virtual machine with TextPad or some other text editor. 8. This is what mine looks like: RemoteDisplay.depth = "16" RemoteDisplay.vnc.enabled = "true" RemoteDisplay.vnc.password = "somepassword" RemoteDisplay.vnc.port = "5900" bios.bootDelay = "9000" <--------- This one is KEY chipset.onlineStandby = "FALSE" config.version = "8" deploymentPlatform = "linux" <--------- This one is KEY displayName = "Leopard" ethernet0.addressType = "generated" ethernet0.allowGuestConnectionControl = "FALSE" ethernet0.features = "1" ethernet0.networkName = "Bridged" ethernet0.present = "TRUE" ethernet0.virtualDev = "e1000" ethernet0.wakeOnPcktRcv = "FALSE" ethernet1.addressType = "generated" ethernet1.allowGuestConnectionControl = "FALSE" ethernet1.features = "1" ethernet1.networkName = "Bridged" ethernet1.present = "TRUE" ethernet1.virtualDev = "e1000" ethernet1.wakeOnPcktRcv = "FALSE" extendedConfigFile = "Leopard.vmxf" floppy0.present = "FALSE" guestOS = "otherlinux-64" ide0:0.allowGuestConnectionControl = "FALSE" ide0:0.deviceType = "cdrom-raw" <---------- This one is KEY ide0:0.fileName = "G:" ide0:0.present = "TRUE" memsize = "2048" numvcpus = "2" nvram = "Leopard.nvram" isolation.tools.hgfs.disable = "true" <---------- This one is KEY mks.keyboardFilter = "off" <---------- This one is KEY mks.maxRefreshRate = "60" <---------- This one is KEY mks.noEmulateResolution = "true" <---------- This one is KEY svga.autodetect = "true" <---------- This one is KEY pciBridge0.present = "TRUE" powerType.powerOff = "soft" powerType.powerOn = "default" powerType.reset = "soft" powerType.suspend = "hard" scsi0.present = "TRUE" scsi0.sharedBus = "none" scsi0.virtualDev = "lsilogic" scsi0:0.fileName = "Leopard.vmdk" scsi0:0.mode = "independent-persistent" scsi0:0.present = "TRUE" scsi0:1.fileName = "Leopard_1.vmdk" scsi0:1.mode = "independent-persistent" scsi0:1.present = "TRUE" scsi0:2.fileName = "Leopard_2.vmdk" scsi0:2.mode = "independent-persistent" scsi0:2.present = "TRUE" virtualHW.productCompatibility = "hosted" virtualHW.version = "6" scsi0:0.redo = "" scsi0:1.redo = "" scsi0:2.redo = "" 9. CLOSE THE TEXT EDITOR (KEY OR IT WONT USE THE UPDATES) 10. Fire up your VM, and press the ESC key when it asks. 11. Select your CDROM 12. Press F8, and key in -v, then enter, and then go right into the installer. 13. Press language, then continue. 14. Go to Utilities, then Disk Utility 15. Select your hard disk, and format it with either MBR, or GUID, which ever you prefer 16. Select Continue, and Customize. 17. UNSELECT EVERYTHING FROM THE DVD MENU BUT Jas.10.5.2.Intel.SSE2.SSE3.pkg. 18. Skip the DVD Check, then continue and wait for the install to complete. 19. Now the fun part. DO NOT LET IT RESTART!!!!!!!!!!!!! 20. Before you let it restart, go to Utilities, and open the Terminal 21. From the terminal, excecute the following commands a. /Volumes/<YOUR LEAPORD VOLUME>/usr/sbin/mkextunpack -v -d /Volumes/<YOUR LEAPORD VOLUME>/System/Library/Extentions /System/Library/Extensions.mkext b. /System/Inst<TAB>/CD<TAB>/M<TAB>/Con<TAB>/M<TAB>/<TAB> /System/Installation/Packages/Patches/AppleACPIPlatform.pkg c. Install that package to your Leopard Drive. d. Once finished, dont let it restart, GO BACK TO TERMINAL AND PRESS CONTROL+C to Kill your Installer session. e. /System/Inst<TAB>/CD<TAB>/M<TAB>/Con<TAB>/M<TAB>/<TAB> /System/Installation/Packages/Patches/AppleAHCIPort.pkg f. Install that package to your Leopard Drive. g. Once finished, dont let it restart, GO BACK TO TERMINAL AND PRESS CONTROL+C to Kill your Installer session. h. /System/Inst<TAB>/CD<TAB>/M<TAB>/Con<TAB>/M<TAB>/<TAB> /System/Installation/Packages/Patches/Kernel.pkg i. Install that package to your Leopard Drive. j. Once finished, dont let it restart, GO BACK TO TERMINAL AND PRESS CONTROL+C to Kill your Installer session. k. /System/Inst<TAB>/CD<TAB>/M<TAB>/Con<TAB>/M<TAB>/<TAB> /System/Installation/Packages/Patches/AppleSMBIOS.pkg l. Install that package to your Leopard Drive. m. Once finished, dont let it restart, GO BACK TO TERMINAL AND PRESS CONTROL+C to Kill your Installer session. 22. Do the same for Boot.pkg and boot_efi_mbr.pkg if you partitioned with MBR and want to use the darwin boot loader, or boot_efi_guid.pkg if you partitioned with GUID. 23. # mount, make note of your /dev/diskXsX for your Leopard drive 23. cd / 24. umount /Volumes/<LEOPARD> 25. fdisk -e /dev/diskXsX 26. From the fdisk prompt, type flag 1 <ENTER>, update <ENTER>, write<ENTER>, quit<ENTER>. 27. /Volumes/<LEOPARD>/usr/bin/vi /Volumes/<LEOPARD>/Library/Preferences/SystemConfiguration/com.apple.Boot.plist 28. Add the following. a. Kernel Flags, -v b. Timeout, 9 c. Graphics Mode, 1024x768x32@60 (Or whatever you want) d save with :wq! 29. # shutdown -r now 30. Once you reboot, if you get a blank black screen, or a blank screen with boot error, then your disk is not bootable. Go back in Terminal after booting from DVD again, and preform steps 22-26 AGAIN and AGAIN until it boots to the Leopard drive. IT WILL WORK, be persistant. 31. Once you are in, go through the first run setup and thats all folks! OSX Server is a little more steps, but basically the same. I will post those instructions sometime soon. I will post instructions, as well as where to find the DVDs you need, as well as a Full Vmware Package for OSx Server. Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/ Share on other sites More sharing options...
bcas9472 Posted April 22, 2008 Author Share Posted April 22, 2008 Bump for the screens Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-718943 Share on other sites More sharing options...
KiTzBiTz Posted April 22, 2008 Share Posted April 22, 2008 Bump for the screens Waiting for the tutorial dude..can't wait no longer.. Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-719081 Share on other sites More sharing options...
Embio Posted April 22, 2008 Share Posted April 22, 2008 when you say 'native' I take it you dont actually mean 'standard DVD, as demonstrated a few months ago at Macworld' you mean 'OSx86'? Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-719564 Share on other sites More sharing options...
m.carroll Posted April 25, 2008 Share Posted April 25, 2008 mmm...would love those instructions. i really hope i can get this to work. Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-723767 Share on other sites More sharing options...
NSCXP2005 Posted April 25, 2008 Share Posted April 25, 2008 Any idea when we can see the instructions? Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-724213 Share on other sites More sharing options...
bcas9472 Posted April 26, 2008 Author Share Posted April 26, 2008 Sorry guys still a little busy to get those instructions up. WIll do it this week I swear. Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-724762 Share on other sites More sharing options...
KiTzBiTz Posted April 27, 2008 Share Posted April 27, 2008 Hope to hear that soon enough.. Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-725641 Share on other sites More sharing options...
Donk Posted May 1, 2008 Share Posted May 1, 2008 Bit confused are these instruction for installing JaS 10.5.2, or are you doing something special to allow retail copy of Leopard to run? Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-731552 Share on other sites More sharing options...
bcas9472 Posted May 1, 2008 Author Share Posted May 1, 2008 Donk, Jas 10.5.2 for Leopard, and Retail Server, which I havent posted yet. Your instructions seem more simple, but this is how I got it to work. Regards. Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-731570 Share on other sites More sharing options...
Donk Posted May 1, 2008 Share Posted May 1, 2008 OK thanks. I am setting up a Server 2 beta 2 machine just to try out my instructions on that version. Pity Server 2 is such a mess in the UI department! Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-731604 Share on other sites More sharing options...
KiTzBiTz Posted May 5, 2008 Share Posted May 5, 2008 Guess Will this work with Kalway 10.5.1??... anyone have done it..??? Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-736004 Share on other sites More sharing options...
Sgherzos Posted June 11, 2008 Share Posted June 11, 2008 My 10.5.1 kalyway turn in cycles after the background image appears. I wait it for 3 hour without result. The vm (workstation exp beta 6.5) appears to run normally, it runs for task manager and consumes a little of cpus. Tried with vm 6 workstation, same problem. Tried with other realease (leo4allv3) idem! any suggestion? Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-779573 Share on other sites More sharing options...
scoobydu Posted June 11, 2008 Share Posted June 11, 2008 I'd be happy to see the Leopard Server install in conjuction with this http://forum.insanelymac.com/index.php?showtopic=110024 Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-779774 Share on other sites More sharing options...
Josh Fee Posted June 11, 2008 Share Posted June 11, 2008 @Sgherzos: I have the same issue, but I haven't changed the VMWare machine settings at all. Zeph and Leo4All both boot with the background, but installer never comes up. At office, but will try some things out when home and will report back. Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-779912 Share on other sites More sharing options...
Sgherzos Posted June 11, 2008 Share Posted June 11, 2008 For Josh Fee. My max joy: to see the installation crash logger window that has repoted "many crashes" (same or plus of that in the boot log [-v]), this after i tried many tricks, especially with the ide/scsi devicetype. I read even this guide, but nothing: http://www.geekissimo.com/2008/03/13/come-...opard-su-vmware Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-779990 Share on other sites More sharing options...
AndrewL733 Posted June 22, 2008 Share Posted June 22, 2008 Hello, I have followed your VMware instructions to the letter and when I boot up my VM, I get a message that the CPU has been disabled. Having used the -v option, I see there is a kernel panic: panic(cpu 0 caller 0x001ABE49): "commpage no match on last routine"@/Volumes/disk1s2/leo_xnu/xnu-1228/osfmk/i386/commpage/commpage.c:422 Debugger called: <panic> Backtrace, Formate - Frame : Return Address (4 potential args on stack) 0x152bbe68 : 0x12b0e1 (0x4583fc 0x152bbe9c 0x133285 0x0) 0x152bbeb8 : 0x1abe49 (0x462860 0x4000 0x2000 0x1) 0x152bbf38 : 0x1ac0a9 (0xffff0000 0x517ec4 0x0 0x523f80) 0x152bbf88 : 0x181fa7 (0x2c2f010 0x1 0x0 0x53f000) 0x152bbfa8 : 0x137d47 (0x0 0x0 0x137cd8 0x0) 0x152bbfc8 : 0x19f3bc (0x0 0xffffffff 0x1a202a 0x0) Backtrace terminated-invalid frame pointer 0 BSD process name corresponding to current thread: Unknown Mac OS version: Not yet set Kernel Version: Darwin Kernel Version 9.2.0: Tue Fe {can't see the rest} I get the EXACT same CPU Disabled message when I try to run Leo4vmware 10.5.2. I'm trying to run this on a Macbook Pro 4,1 edition (latest, 2.6 Ghz). So you ask, if I have a Macbook Pro, why do I want to run OSX86? The answer is simple. I develop on Linux and need to run VMs for Windows and OS X. The JaS AMD version for 10.4.8 runs great in VMware. But Leopard seems to have problems. Hope you can shed some light. Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-793309 Share on other sites More sharing options...
Mixpower Posted September 15, 2008 Share Posted September 15, 2008 Hey man, Give us an tutorial please. Especially about installing OS X Server on VMWare! Thanks! Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-891011 Share on other sites More sharing options...
Rtaxerxes Posted June 29, 2009 Share Posted June 29, 2009 Hey man, Give us an tutorial please. Especially about installing OS X Server on VMWare! Thanks! Whatever happened to this? Has Server been installed on VMware running on a non-OSX host? Link to comment https://www.insanelymac.com/forum/topic/100646-vmware-native-install-of-osx-server-and-leopard-screenshots-attached/#findComment-1188022 Share on other sites More sharing options...
Recommended Posts