Home arrow Software arrow [Mac OSx86] Leopard 10.5.2 VMware Installation Guide

[Mac OSx86] Leopard 10.5.2 VMware Installation Guide Print E-mail

Description:

The long awaited guide on how to run Leopard on VMware!

**********

 

Leopard on VMware

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Note: If you want a prepared virtual machine with everything already done for you (Leopard install and all) go here.

What you need:

 

  • Intel or AMD SSE3 processor (733MHz minimum)
  • Leopard Flat Image OSx86
  • VMware Workstation 6 or VMware Server
  • Windows 32bit or 64bit or a distro of Linux that can run VMware
  • Atleast 512MB of RAM, 2GB is recommended
  • An already working Tiger VMware install on VMware Workstation (use this guide to get that working)
  • PC EFI v8 ZIP (download here)
  • ToH 9.1.0 Kernel (download here )
  • If you want to install 10.5.2 you also need the Kalyway 10.5.2 Combo Updater (from TPB), the kalyway 10.5.2 kernels mpkg (from here ), netkas's 9.2.0 SpeedStep kernel (download here ), mac.nub's SMBIOS27 Default (download here), and the Leopard Graphics Update 1.0 from Apple (download here )
  • qemu-img.exe 0.8.1 with imgover4g fix if you are using Windows (download here )
  • qemu-img.exe 0.9.1 if you are using Linux (download here , comes with a bunch of other tools but qemu-img is the one you need)
  • About 20GB of free HD space


Converting the Leopard flat image to the right format:


MD5 Checksums

leopard-x86.rar:
d1b87fe6a4d27966435ce82895a9ae7b

leopard-x86-flat-img
5fa34f8793d641b63d5102c5e87bdc44


Note for Linux: If you are doing this on Linux, note that all the file paths in this step are Windows only. Adjust the file paths as necessary for your linux system.

  • First of all, create a new directory in the ROOT of your C: drive called "leo". This is where all our files will go.
  • Get the Leopard flat image and there is a RAR file, unzip the RAR (unzipping takes a long time) file to the leo folder on your desktop and there will be a file called "leopard-x86-flat-img"
  • Rename leopard-x86-flat-img to leopard.img (You may get some warnings about changing the extension, just accept)
  • Download the qemu-img.zip file (at the top in the What you need section) and unzip the qemu-img.exe file in the archive into the leo folder
  • Open a new command prompt in Windows. Execute the following commands:

cd C:/leo
qemu-img convert -O vmdk leopard.img leopard.vmdk

  • That last command will create a leopard.vmdk file in your leo folder. It will take a long time. You will know whem the command is finished when it returns to the "C:/leo>" command prompt. The resulting leopard.vmdk file should be 6.85GB in size


Mounting the leopard VMDK file in VMware

  • Open VMware Workstation and open your *working* Tiger virtual machine
  • The guest OS of the virtual machine should be set to FreeBSD or FreeBSD 64-bit (recommended)
  • Go to the VM menu >> Settings and click Add
  • Choose Hard Disk and click Next, choose the "Use an existing virtual disk" option and click Next. Browse to your leopard.vmdk disk file and click Finish
  • The disk should be mounted as a secondary drive for your virtual machine
  • Boot your virtual machine and it should go into your working Tiger install
  • If you get an error about a 64bit OS on 32bit and get a VMware stack error, change the guest OS to FreeBSD 64-bit
  • Once booted up, the Leopard volume should be mounted and ready


Backing up and deleting some bad kexts

  • In Tiger, open a new Terminal window and run the following commands:


sudo -s
[enter password]
mkdir /pcwizbackup
cp -r /Volumes/Leopard/System/Library/Extensions/AppleIntelCPUPowerManagement.kext /Volumes/Leopard/pcwizbackup/
cp -r /Volumes/Leopard/System/Library/Extensions/AppleEFIRuntime.kext /Volumes/Leopard/pcwizbackup/
rm -rf /Volumes/Leopard/System/Library/Extensions/AppleIntelCPUPowerManagement.kext
rm -rf /Volumes/Leopard/System/Library/Extensions/AppleEFIRuntime.kext
rm -rf /Volumes/Leopard/System/Library/Extensions.mkext



Installing ToH kernel and netkas EFI SMBIOS

  • Make a new ISO image file that contains the ToH kernel and the PC EFI v8 zip
  • This can be done with various ways, in Windows I used MagicISO Maker (linux tools may be different)
  • Still in your running Tiger VMware machine, right click the CD icon in the bottom right corner and click Edit
  • Make sure that the "Use ISO image" radio button is checked
  • Browse to your ISO image you created and click OK to mount the CD ISO
  • Now a new CD image should appear on your Tiger desktop
  • If it doesn't, drag any existing CD icons to the trash, right click the CD icon in the bottom right corner of your VM window, click Disconnect, then click Connect to "refresh" it
  • Anyway now with the CD on your desktop, open up the CD and copy over the mach_toh kernel zip and the pc efi zip to your Desktop
  • Unzip the ToH kernel zip, there will be a file called "mach_toh". Rename it to "mach_kernel"
  • Unzip the pc efi zip and there will be a folder called "pc_efi_v80" on your desktop.
  • Inside the pc efi folder there is an AppleSMBIOS.kext file, move the kext to the desktop
  • Rename the pc_efi_v80 folder to "iamefi" and move it to the ROOT of your TIGER partition
  • You should have mach_kernel and AppleSMBIOS.kext sitting on your Desktop
  • Run the following commands from Terminal:


sudo -s
[enter password]
mkdir /pcwizbackup
cp /Volumes/Leopard/mach_kernel /Volumes/Leopard/mach_kernel.flatbackup
cp -r /Volumes/Leopard/System/Library/Extensions/AppleSMBIOS.kext /Volumes/Leopard/pcwizbackup/
rm -rf /Volumes/Leopard/System/Library/Extensions/AppleSMBIOS.kext
cp -r ~/Desktop/mach_kernel /Volumes/Leopard/mach_kernel
cp -r ~/Desktop/AppleSMBIOS.kext /Volumes/Leopard/System/Library/Extensions/



Find out disk identifier for Leopard volume

  • First, right click on the CD icon on the bottom right corner of your VM window and click Disconnect
  • Now unmount any CDs you have on your Tiger desktop (drag them to Trash)
  • Open a new Terminal window and run this command:


diskutil list
  • It will give you a list of all your disks
  • Find the one that says Leopard and check the disk identifier, mine was disk1s1
  • Remember this identifier


Install PC_EFI

  • Reboot your Tiger VM, but this time boot into single user mode (-s flag at boot: prompt)
  • Run the following commands:


/sbin/mount -uw /
cd /iamefi
./startupfiletool /dev/rdiskXsY ./boot_v5

  • On the last line change X and Y to your Leopard disk identifier, e.g. rdisk1s1
  • It should say something about HFS blocks written or something
  • You're done! Your Leopard VM is ready for booting

Patching for AMD SSE3

  • You only need to do this if you have an AMD SSE3 processor (Intel works out of the box)
  • Firstly, you need to have a working Tiger VM (instructions here)
  • Mount the leopard.vmdk file as a virtual disk in the Tiger VM
  • Boot the Tiger VM and you should have access to the Leopard drive
  • Download Marvin's AMD Utility here
  • Run it from the Tiger VM, for the "Volume/Directory to patch" choose your Leopard volume
  • Choose the "Patch all binaries" radio button and Patch
  • It will take a long time, but eventually it will be done
  • You should now be able to boot the Leopard VM properly
  • If it doesn't work, tap F8 while the Leopard VM is booting to get to the boot: prompt and type in -v and hit Enter.

Create a new Leopard VM

  • Go to File >> New Virtual Machine and create a new VM (you should be familiar with this if you installed Tiger on VMware)
  • Choose Custom and not typical
  • Set the Hardware Compatibility to Workstation 6 and click Next
  • Set the guest OS to "Other" and set the Version to "FreeBSD 64-bit"
  • Give the virtual machine a name, and preferrably store it in a different partition from the one you are running Windows from, click Next
  • Set the number of processors to 1 (you can use 2 as well, but there is no visible speed increase) and click Next
  • Set the amount of memory to half your actual system memory and click Next (more the memory the faster)
  • Select "Use bridged networking" and click Next
  • Here, choose "Use an existing virtual disk" and click Next
  • Browse to and select your leopard.vmdk file that you converted and worked with and click Finish (if it asks you to convert or keep existing format, choose "Keep existing format")
  • Back at the home screen, double click on the CD-ROM and in the dialog that pops up, uncheck the "Connect at power on" checkbox and click OK
  • Now go to the VM >> Settings menu and click and Remove the Floppy Drive and the USB Controller

Settings BIOS options

Note: To toggle between the guest OS and the host OS, press Ctrl + Alt

  • Make sure that all other virtual machines are turned off
  • Now boot your Leopard VM. Click inside the window immediately and tap F2 as fast as you can to get to the setup
  • In the main BIOS screen, choose the Legacy Diskette A and set it to Disabled
  • Go to the Advanced tab >> I/O Device Configuration and disable all Parallel, Floppy, and Serial controllers
  • Press F10 to save changes and reboot

Booting Leopard up for the first time


  • Back when you are rebooting after changing BIOS, click inside the VM window and tap F8 as fast as you can
  • You will eventually get to a boot: prompt
  • Type -v at the boot prompt and hit Enter
  • Watch the messages scroll by, leave it for 15-30 minutes until it boots
  • It will display the Welcome wizard eventually, go through it and you are in Leopard!
  • If it does not boot, go back to the F8 boot prompt and type in -v -x -f cpus=1 and hit Enter to see if it works


Update to 10.5.2

  • Take the Kalyway 10.5.2 Combo Update, the kalyway 10.5.2 kernels mpkg, netkas 9.2.0 kernel, mac.nub SMBIOS, and the Leopard Graphics Update 1.0 and put them all into a ISO
  • In your Leopard VM (assuming that Leopard is running and ready) right click the little CD-ROM icon in the bottom right corner and click Edit
  • Click on the "Use ISO image" radiobox and browse to your ISO containing the 10.5.2 update files, click OK
  • Now right click the little CD-ROM icon again and click Connect
  • In minutes, the CD-ROM should be mounted on your Leopard desktop
  • Go into the contents of the CD and drag everything to the desktop to copy it (this may take a while)
  • The first thing you want to do is double click the ZIP containing the Kalyway combo updater (the 340MB combo updater, not the kernels package) to unzip it (takes a long time)
  • Inside the unzipped folder there will be a Kalyway Combo Updater installer package. Run this installer package (just go through the install wizard, its really easy). It will take a really long time to install, even on a Core 2 Quad it to upwards of 30-40 minutes
  • When it tells you to click restart at the end, DO NOT RESTART
  • Now unzip the zip file containing the Kalyway kernels package (the small 6.4MB one). Run the kalyway kernels mpkg installer pkg inside
  • When it comes to the part where it asks you to select the kernel, choose the "patched kernel by modbin"
  • Click Close at the end of the installation
  • Now to install the netkas kernel and mac.nub SMBIOS, unzip both of the ZIPs so that you have mach_kernel and AppleSMBIOS.kext sitting on your desktop
  • Open the Terminal application from Applications >> Utilities folder and run the following commands:

 

sudo -s
[enter password]
mkdir /1052Backup
cp /mach_kernel /mach_kernel.toh
cp -r /System/Library/Extensions/AppleSMBIOS.kext /1052Backup/
rm -rf /System/Library/Extensions/AppleSMBIOS.kext
cp -r ~/Desktop/mach_kernel /mach_kernel
cp -r ~/Desktop/AppleSMBIOS.kext /System/Library/Extensions

 

  • Now, close Terminal and open the Disk Utiltiy application from Applications >> Utilities. Select your Leopard volume from the left pane, and click the Repair Permissions button (it takes a long time, wait till its done and close Disk Utility)
  • Now finally you can restart. Go back to the Kalyway Como Updater pkg and click the Restart button
  • It should reboot back into Leopard just fine, with no problems
  • The next thing to do is the Leopard Graphics Update, mount the Leopard Graphics Update DMG file (double click it)
  • Run the installer package inside the mounted DMG and Restart
  • All should be fine now, and you have Leopard with 10.5.2 working on VMware!

Ethernet

  • Ethernet might be working right after you start the VM (open Safari to test) but if it doesn't work, heres how to set it up:
  • Open System Preferences from the Dock
  • Click on the Network preference pane
  • It will say that a new interface (en0) has been detected, choose the Ethernet Adapter from the left pane
  • Assuming that your internet is auto configuring DHCP, just click the Apply button.
  • Even if it says Cable disconnected or not connected, ignore it, Ethernet will still work
  • It will pull up all your DNS info and everything automatically, close System Preferences
  • You should be able to use Apple Software Update and go on the net fine!

Ethernet Method 2


  • If it still doesn't work, here's another method to do it (make sure that you have an Ethernet adapter configured as Bridged and that you have rebooted the virtual machine after adding the adapter)
  • Go back to System Preferences and open the Network preferences again
  • Click on Ethernet from the left pane and at the bottom click the Assist Me button
  • In the resulting dialog box click the Assistant button
  • The Network Setup Assistant will start up, give the Location a name and click Continue
  • Choose the "I use a cable modem to connect to the Internet" option
  • Click Continue again, and then it will take a moment and tell you that you can't connect automatically and to enter some details
  • Without entering any details click Continue and click OK at the dialog box (this sort of "activates" the Ethernet)
  • Now click the Go Back button twice to get to the screen to choose a connection option
  • This time choose "I connect to my local area network (LAN)"
  • At the Ready to Connect screen click Continue and now it will give you a confirmation that you are connected
  • Click Done or whatever button and close System Preferences, Internet should be working




What doesn't work

 

  • USB doesn't work usually, but for some it did work. Add a USB Controller as a virtual device VMware if you want to try it
  • Sound partially works, but its too laggy and distorted to listen to
  • QE/CI doesn't work obviously because there is no video driver for OS X on VMware


More VMware Resources from PCWiz:

* VMware Speed Up Tips
* VMware Tools for OSx86
* VMware Networking Guide
* How-To Increase Resolution in VMware
* VMware OSx86 Troubleshooting Guide
* VMware OSx86 FAQ
* OSx86 Search Engine

For additional help:

 

Comments (148)add comment

SagiB said:

0
Thanks!!! but what \"flat imag
Thanks!!! but what "flat image" means?
 
March 31, 2008
Votes: +0

pcwiz said:

0
flat image
Search for it on Google:

osx86 leopard flat image
smilies/wink.gif
 
March 31, 2008
Votes: +1

Josh said:

0
...
Is it necessary to have the "pre-packaged" flat image? Or can we modify the original ISO's? Because I have Leo4all and Zeph's Rev 2 ISO and wouldn't mind editing them to save the time downloading. I have a JaS 10.4.8 running in vmware as of right now (Thanks to you PCWiz! Awesome ass guide by the way on that).
 
April 01, 2008
Votes: +1

pcwiz said:

0
well...
It would really be best if you had the Leopard flat image.

If you want to do it with your current DVDs, there is a way though. Do a native install from one of your DVDs to a partition and make an IMG image of the partition and proceed.

Can't guarantee it will work though smilies/wink.gif
 
April 01, 2008
Votes: +0

Bryan said:

0
Just downloaded all 36 parts
Alright, so I just downloaded all 36 parts of the vmware image. I started to run it but it is still stuck at the apple screen.

Is there any other setup I have to do. I read something about needing tiger already installed or something.

What am I missing? Is there a reason it still gets stuck at the apple screen?
 
April 01, 2008
Votes: +0

Bryan said:

0
Alright it loaded but..
Okay, after 15 minutes stuck at the apple screen it loaded. Is that how long it is going to take to load each time?

Also, its pretty slow. Anyway to make it fasteR?

Thanks so much for the image, just wanted to ask a few questions.
 
April 01, 2008
Votes: +1

pcwiz said:

0
...
Typically the first boot is the longest. After that it should be faster. I heard from another poster that changing the background color to something solid like white helps speed smilies/smiley.gif Sounds weird I know but try it smilies/wink.gif
 
April 01, 2008
Votes: +0

SagiB said:

0
I got to final part but...
I got to the part where I need to load Leopard.
but I have 2 problems:
1. I can't get the boot: prompt window (I'm trying to press F8 but without success).
2. When the OS is trying to boot, it says I need to restart it =

plz help me :]
 
April 01, 2008
Votes: +0

SagiB said:

0
OK I got it =]
Now it's running the stupid codes... need to wait.
 
April 01, 2008
Votes: +0

a guest said:

April 02, 2008
Votes: +0

vijay said:

0
Graphics driver
hi,
can we install graphics driver for this?
 
April 02, 2008
Votes: -1

pcwiz said:

0
...
VMware emulates a VMware SVGA II graphics, and there is no graphics driver for it as of now. However, Leopard Server will soon run natively on VMware Fusion so I could try "borrowing" a driver from that...
 
April 02, 2008
Votes: +0

vijay said:

0
XCode on VMware
Hi,
I got the leopard image working, also installed the iphone sdk. But cant get XCode working. Dont know what is wrong.I have a AMD machine.

Thanks for your comments.
 
April 02, 2008
Votes: +1

pcwiz said:

0
...
Why doesn't it work? Any errors?
 
April 02, 2008
Votes: +0

Vijay said:

0
xcode
It just crashes everytime i start it..Other parts of the sdk work only xcode isnt
 
April 02, 2008
Votes: +1

vijay said:

0
xcode error message
Hi,
To be more specific i checked the error report and this is what it says,

Exception Type: EXC_BAD_ACCESS(SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fdfb955f

I appreciate ur help on this
 
April 02, 2008
Votes: +0

pcwiz said:

0
thats it?
Thats it? Isn't there a larger crash report?
 
April 03, 2008
Votes: +0

vijay said:

0
xcode crash report
Hi,
There is a big crash report i am attaching it below. Also some times i get calibration failed on two attempts error, so i switched to mach_kernel.toh, that worked, but still i get that error . Any suggestions?

http://pastebin.com/f497580ee

Admin note: Had to remove the crash report itself and put a link to it because it was messing up the form of the page.
 
April 03, 2008
Votes: +0

crops said:

0
There is nothing on TorrentPor
There is nothing on TorrentPortal for "kalyway 10.5.2 kernels"

Please provide a download link or mail me a link

Thanx :silly:
 
April 03, 2008
Votes: +0

pcwiz said:

0
...
Here is the reuploaded working kernel package link:

http://www.mediafire.com/?mqz9qmpymhb

Vijay try using an older version of Xcode.
 
April 05, 2008
Votes: +0

Basura02 said:

0
...
Hi!!
Does it work on VMWare Player?

thx
 
April 06, 2008
Votes: -1

pcwiz said:

0
...
Yes, it should work on VMware Player.
 
April 06, 2008
Votes: +0

Jakob said:

0
...
Hi I have followed the guide, but i cant install...I stops when the cursor appears(i can move the cursor around the screen and nothing more)
What did i do wrong?
 
April 08, 2008
Votes: +2

pcwiz said:

0
...
You hang at a grey screen right? Make sure that the CD-ROM is not set to Connect at power on (disconnected) and start up the VM. Wait 20 - 40 minutes.
 
April 09, 2008
Votes: +0

Arad said:

0
...
Hey pcwiz,
I have an AMD processor and I downloaded the Marvins AMD Utilty and made an ISO of it and connect it to the Tiger VM I have (I used your tutorial) and when I open the disk in Tiger and click the utility it says "You cannot open the application "Marvin's AMD Utility v.25" because it may be damaged or incomplete"
What should I do, cuz I really want Leopard?

Arad
 
April 09, 2008
Votes: +0

pcwiz said:

0
...
Arad,

Re download it from a different location (there were several places listed), don't unzip it in Windows, and put it into an ISO and try.
 
April 09, 2008
Votes: +0

Arad said:

0
...
Thanks pcwiz it worked now. Still waiting for it 2 finish smilies/grin.gif
 
April 09, 2008
Votes: +0

pcwiz said:

0
...
Glad it worked smilies/smiley.gif Make sure that Leopard is the target volume/destination and that you have chosen the Patch all binaries option smilies/wink.gif
 
April 09, 2008
Votes: +0

Arad said:

0
...
I think I might have done something wrong cuz I installed marvins Amd Patch before the ToH Kernel and pc efi. I press -v and then messages scroll by for like 5 seconds and then it says calibation failed with 2 attempts.

If install Marvins thing was early would I have to boot tiger again and patch it?

Please Help

Arad
 
April 10, 2008
Votes: +0

pcwiz said:

0
...
Yes you have to patch it again.
 
April 10, 2008
Votes: +0

Arad said:

0
...
I still get the Calibation failed with 2 attempts.

Then after I tried 2 more times I get CPU has been disabled by the guest operating system?
What do I do?
Arad
 
April 10, 2008
Votes: +1

Arad said:

0
...
WOOOOOO
I finally got this working. It was hell but I LUV IT. I recorded this moment on my phone.
I have an AMD Athlon 64 X2 6000 processor.
How I finally did it:
I followed the instructions all the way to the part that I have to press -v at the boot prompt. I did that and got "Calibation failed with 2 attempts". I was REALLY MAD. I had given up 2 days of my life.
So out of anger at the boot prompt I typed in -x because I was mad and my head was xploding. It boots up and I actually make an account. WOO. Then i log on and all I have is a cursor and a background. I restart and try to boot normally and I get stuck at the blue screen. Then I type -v at the boot prompt and It WORKED.

Thank YOU SO MUCH ~pcwiz. U R A GOD
 
April 11, 2008
Votes: +1

Rock said:

0
...
Plx help me, I hv loaded the vmdk img of leopard and am getting an error :

VMware Workstation unrecoverable error: (vmx)
NOT_IMPLEMENTED C:/ob/bora-45731/bora/lib/disklib/sparseChecker.c:1676 bugNr=26323
A log file is available in "D:leo testvmware.log". A core file is available in "Csmilies/cheesy.gifocuments and SettingsaspirtekApplication DataVMwarevmware-vmx-3044.dmp". Please request support and include the contents of the log file and core file.
To collect files to submit to VMware support, run "vm-support.vbs".
We will respond on the basis of your support entitlement.
 
April 15, 2008
Votes: +0

Jash Sayani said:

0
...
The old simpler method to install Tiger works for Leopard as well !

All you need is VMWare and iATKOS DVD !!!
 
April 21, 2008 | url
Votes: +1

camelot said:

0
...
Worked like a charm! Ethernet was a lil' bit tricky, but following the instructions (and some trails with ifconfig) i got it to work.

Thank you...Thank you...Thank you...PCWiz!

PS: I have no previous experience with OS X or OSx86, this is the first time i touch one smilies/smiley.gif
 
April 22, 2008
Votes: +0

Tom said:

Tom
...
can i use mdf file to install Mac OS 10.5.1 Kalyway with VMware 6.0.0 ?
 
April 25, 2008
Votes: +0

Jack said:

0
...
This worked great, until I ran the Apple software update. Came back later, and the screen showed "Virtual machine kernel stack fault". This happens every time I try to boot, during the loading Darwin prompt.

At this point, would I need to:

Startup the original VMWare
Mount the broken vmdk
Remove those kext drivers again?
 
April 25, 2008
Votes: +0

pcwiz said:

0
...
Rock,

It looks like your VMware install is corrupted. Reinstall VMware.

Jash Sayani,

Yes, it works, but you should note that only like 1 out of 3 boots on the iATKOS VMware are successful smilies/wink.gif

camelot,

You're welcome smilies/smiley.gif

Tom,

No, Kalyway doesn't work with VMware (no DVD install)

Jack,

Try booting the system with mach_kernel.toh at the F8 boot prompt, it might work smilies/smiley.gif
 
May 03, 2008
Votes: +0

Harry said:

0
...
@PCWiz thanks for your effort on virtualization of Mac OS! This is great, as I like to have a Mac OS Server hosted on our Linux system. I will post when I got it up running

Can you tell me why everyone says its so slow? I hope the whole thing doesn´t run through QEMU?
 
May 25, 2008
Votes: +1

lynx said:

0
...
Hi!

Is it already possible to install leopard server in vmware fusion (or vmware workstation)?

lynx
 
June 04, 2008
Votes: +1

lynx said:

0
...
by the way smilies/cheesy.gif ... i forgot to mention that the provided vmware image is great smilies/grin.gif ... i run it with vmware fusion 1.1.2 on os x 10.5.3.
I tried to upgrade the vm to leopard server but i got stuck entering the serial number... it hangs on validating serial number forever...
 
June 04, 2008
Votes: +0

shalini_iyier said:

0
...
Hi
I have vmplayer 2.0.3
the mac OS server is stuck at this point
AppleGenericPCATADriver: CMD 0x170, CTR 0x374,IRQ 15
I used the mach_kernel.toh option it is getting rebooted
Please advice
 
June 08, 2008
Votes: +1

machead5678 said:

0
...
Hello,
I have enterered up to the restart tiger VM and the -s boot.
I am in the -s boot cd command thing and I put in /sbin/mount -uw /
it did not say anything. Then I put in cd /iamefi. It said "No such file or directory" and it said the same with ./startupfiletool /dev/rdiskXsY ./boot_v5 .
Please Help!
-machead5678
 
July 01, 2008
Votes: +0

pcwiz said:

0
...
shalini_iyier,

Try booting with -v -x at the F8 boot prompt

machead5678,

You skipped the "Installing ToH kernel and netkas EFI SMBIOS" step where we created the iamefi directory and put the necessary EFI files in it.

 
July 01, 2008
Votes: +0

machead5678 said:

0
...
I'm sure I did not skip the ToH kernel and netkas EFI SIMBOS
 
July 01, 2008
Votes: +0

machead5678 said:

0
...
I am stuck with no tiger I cannot access tiger anymore!
 
July 01, 2008
Votes: +0

stumped said:

0
...
I am downloading the parts but File Factory say part 29 is no longer there.
 
July 01, 2008
Votes: +0

stumped said:

0
...
Nevermind. I am a goober.

Didn't see the additional links at the bottom of the text file.
 
July 02, 2008
Votes: +1

sup3rst4r said:

0
...
Hey pcwiz, i downloaded your release, worked great in vmware, booted in a couple of minutes. I have tried loads of ways for a native install on a system exactly the same othersare using with no luck... so, i decided to convert yours. (i did not want to use the flat image install method as i needed to keep partitions) i installed in vmware, added a physical disk partition, booted hirens, norton ghost, and cloned the image to the partition. now at long last using easybcd i can boot straight to leopard, however.... the grey loading screen appears (with no entry/smoking sign) and loads.... and loads.... and loads, but nothing seems to be happening.... any ideas as to what i could do? Cheers
 
July 10, 2008
Votes: +0

sup3rst4r said:

0
...
In verbose mode im getting the dreaded still waiting for root device error.... must be the sata. any ideas?
 
July 10, 2008
Votes: +0

tomtom said:

0
...
does anybody share a finished projekt via torrent?

Can a Vmware Disk changed in a Virtual Server Disk .vhd (Microsoft)?
 
July 12, 2008
Votes: +0

Shai said:

0
...
Hi, i have the image file "JaS OsX86 10.5.2 Intel SSE2 SSE3.iso" and i have an empty partition, There is a way i can install Leopard on that partition from the ISO file without having to install it first?? (mounted by Alcohol 120% or something...) Thanks!!
 
July 24, 2008
Votes: +0

mila said:

0
...
好东西,虽然我是个中国人!但也支持! smilies/wink.gif
 
July 27, 2008
Votes: +0

Lizard said:

0
...
Hi! first of all thank you for your work, I've been looking for a way to run Mac OSX 10.5.x on VMWare with an AMD-based pc for about a month..! smilies/tongue.gif ..but basically I needed to do this to install iPhone SDK, which requires version 10.5.3.. I couln't find anything exactly specific for VMWare (and I've googled for hours), but I've tried anyway Apple Software Update, AMD Software Update and this http://leo4all.uni.cc/viewtopic.php?f=17&t=269, but I cannot update to any greater version. When I use one of the two softwares, the installation hangs up after copying files, at 'Running installer script' (that's the screen:

http://img261.imageshack.us/img261/1914/maxosx1052updatingen6.jpg

ASU hangs up too while installing, I suppose it stops at the same point. If I stop installation quitting the program, after some seconds, when I try any operation such as browsing folders, the system hangs up too ( smilies/grin.gif ) and doesn't respond, it shows the spinning cursor. And it can't reboot: it hangs at dsmos: starting or something similar. In both the situations CPU and disk aren't working. I didn't expect mac os x to work, since I've interrupted an installation, but I've tried anyway..

I'm going to make other attemps to install it, perhaps from another running machine attaching the disk, but maybe someone could help me solving this problem..! smilies/grin.gif
 
July 30, 2008
Votes: +0

hobofan said:

0
...
lol, since when u need 1.5.3 for the sdk, a bird said me 1.5.2 should do it^^
 
August 03, 2008
Votes: -1

neguy said:

0
...
the new sdk does require 10.5.3 at a minimum
 
August 05, 2008
Votes: +0

Lizard said:

0
...
Well,I'm not an expert but even if sdk would work on 10.5.2, it actually checks OS X version.. Is there any way to cheat and simply change version?! Maybe it's just a "formal" requirement.. There is a tool for changing versions from 10.4.6 to 10.5, does something like this exist for 10.5.3? Seems I don't have many chances to make this update working.. smilies/sad.gif

Ah sorry for the huge img, I thought it was the thumb! smilies/tongue.gif
 
August 06, 2008
Votes: +0

radekg said:

0
...
I got 10.5.2 running from prepared VM and managed upgrading to 10.5.3 from JaS 10.5.3 update.
But can't upgrade to 10.5.4 - installation hangs on "Running Installer Script". I left it working for few hours and did hard reset but vm won't start anymore. It says something about releasing processor. Running with mach_kernel.toh doesn't make it start. Boot screen hangs on apple logo.
I also installed xcode 3.1 on 10.5.3. Everything is working but no xcode itself. It comes back with crash report. Here it is:

http://pastebin.com/f227d72a9

Hopefully someone will figure out soon how to make it running smilies/smiley.gif pcwiz - thanks for great 10.5.2 experience!
 
August 07, 2008 | url
Votes: -1

Mauro wrz said:

Mauro wrz
...
Lizard, have you found solution for your problem ?
I'm also need a VM Leopard 10.5.4 to develope Iphone Apps..

Blondie
 
August 07, 2008 | url
Votes: +0

Mauro wrz said:

Mauro wrz
...
#rockon: this torrent is not ready, can you post on rapidshare or megaupload ?
smilies/wink.gif
 
August 12, 2008 | url
Votes: +0

Lizard said:

0
...
#Mauro wrz: not yet! smilies/sad.gif still trying many and many 10.3 packages..! Maybe I'll have to install it as a third boot... I'll let you know anyway!
 
August 17, 2008
Votes: -1

ScoobaDood said:

0
...
pcqiz: Thanks for all your eforts and for a great site.

Got 10.5.2 up an running on VMWare Workstation 6 on an Asus G1S perfectly.

Performed update and then got kernel panics on reboot. Looks like an ACPI issue but setting OS to NT and using -legacy doesn't fix it. Pretty sure my core duo supports SSE2 and SSE3 - were these installed on your ready made build ?
 
August 18, 2008
Votes: +0

ScoobaDood said:

0
...
For people wanting to use the iPhone SDK on 10.5.2, here's a workaround. I haven't tried it yet but am about to. May remove the need to upgrade OS.
 
August 18, 2008
Votes: -1

ScoobaDood said:

0
...
Apologies, I forgot the link:
http://forum.insanelymac.com/index.php?showtopic=96394&pid=843077&mode=threaded&start=#entry843077
 
August 19, 2008
Votes: +0

aasim said:

0
...
pcwiz,

i have a problem at the part where you have to open transmission and enter the commands.im not sure how to enter the commans. if i type one line and press enter it will say "volumes/pcwizbackup" does not exsist.need some help plzzz.
 
August 21, 2008
Votes: +0

Ferny said:

0
...
Hi pcwiz, what is the pcwiz password?
Thanks in advance,
Ferny.
 
August 21, 2008 | url
Votes: +0

Dojjan said:

0
...
*** Virtual machine kernel stack fault (hardware reset) ***
The virtual machine just suffered a stack fault in kernel mode. On a real computer, this would amount to a reset of the processor. It can be caused by an incorrect configuration of the virtual machine, a bug in the operating system, or a problem in the VMware Workstation software. Press OK to reboot virtual machine or Cancel to shut it down.
-------------------------------------------------------------------------------------------------------------------------------------
now this comes up every time i boot the virtual disk, someone help me please! im running a AMD athlon X2 6000 .
thanks in advance
 
August 21, 2008
Votes: +1

Dojjan said:

0
...
I finally passed that error and got to the screen whit the apple, when this comes up: You need to restart your computer.
Hold down the power button for several seconds or press the restart button.
so i restarted it and i got the same error that i posted the first time here.
help me please im getting crazy. Thanks in advance
Dojjan
 
August 21, 2008
Votes: +0

pcwizadmin said:

pcwizadmin
...
Comments regarding the Pre made image should stay on that article, not on this installation guide. And for that matter, the password is 'pcwiz'
 
August 21, 2008
Votes: +0

simon said:

0
...
hey pcwiz..need help here...don't know what to do at the part where you have to enter the commands in the terminal.i enter sudo -s and it asks for a password which i give.then i don't know how to enter the commands.earlier i entered one of the line and pressed enter, it would then say "no such file or directory".please tell me wht to do.been stuck here for a week
 
August 22, 2008
Votes: +0

max_datele said:

0
...
Successfully run on VMWare 6.05 (IATKOS 10.5.4),

CPU Intel D903 (DualCore, EMT64)
RAM - 8GB (800Mhz)
HDD - 160 GB (SATA RAID-0)
Mainborad - Gigabyte (GA-X38-DS5)
Video - Gforce 8400GS

But pretty slow!
 
August 25, 2008
Votes: +0

Icchan said:

0
...
Hi! It works great on my computer, pretty slow after quit the vmware but great, now i tried to installed for real n i cant T_T? what can i do? I have a Quad Core Q6600, 4GB Ram, 1TB Hard Disk... HELP! thx in advance and keep working :d
 
August 27, 2008
Votes: +0

SteveK said:

0
...
I have this up and running in VMWare with an image of this I got from Demonoid. My only problem is that I can't install the VMWare Tools distribution. I go to terminal, type in 'su', it asks for the password and I enter it, it says 'Sorry'. I have tried pcwiz, I have gone into the User Accounts area and changed the password for the account, that doesn't work. Nothing works. Can you please tell us what the superuser password is? Thanks!
 
August 27, 2008
Votes: +0

Littleraf said:

0
...
Hi,

I've followed all the instructions to install this. I'm up to the first boot of Leopard but all i seem to get is a blank grey screen. I've tried both the -v and -v -x -f command and still i get a blank grey screen. If i just let it boot with out any switches i see the Apple screen then it goes to the same blank screen. I've left it for over 30 minutes and nothing happens.

Please help i'm stuck and not sure what to do next.

Thx smilies/sad.gif
 
August 29, 2008
Votes: +2

calibu said:

0
...
Hi all,

Can someone show me how to install the Vmware Tools distritubtion. I went to the terminal type 'su pcwiz' enter the password 'pcwiz' and then execute the command './vmware..' but it ask me to be a super user which I already did. Can someone help me?

Thanks,
 
September 03, 2008
Votes: +0

bc90021 said:

0
...
As an update - I was able to get networking working by setting the Ethernet to "Off" and then hitting "Apply", and then setting it to "DHCP" and then hitting "Apply".
 
September 04, 2008
Votes: +0

Asat said:

0
...
Can anyone help me?
I've Leopard install DVD and want to install it in VMware. Installer doesn't run...

 
September 05, 2008
Votes: +0

thekubrik said:

0
...
Hi,
as Dojjan said:
"*** Virtual machine kernel stack fault (hardware reset) ***
The virtual machine just suffered a stack fault in kernel mode. On a real computer, this would amount to a reset of the processor. It can be caused by an incorrect configuration of the virtual machine, a bug in the operating system, or a problem in the VMware Workstation software. Press OK to reboot virtual machine or Cancel to shut it down."
I have the same problem. Anyone knows a solution? I have an amd athlon64x2 5000 and VMWare 6.0.
Thanks in advance.
 
September 11, 2008
Votes: +0

Denny said:

0
...
I tried to run it under 32-bit Linux, but got the message that it can't start with processor without VT (C2D E7200).
Anyone have solution?
 
September 17, 2008
Votes: +0

tobbe said:

0
...
I have same problem

"I've followed all the instructions to install this. I'm up to the first boot of Leopard but all i seem to get is a blank grey screen. I've tried both the -v and -v -x -f command and still i get a blank grey screen. If i just let it boot with out any switches i see the Apple screen then it goes to the same blank screen. I've left it for over 30 minutes and nothing happens" Any one know what to do? :/¨

Is the problem just cuz I have an E6600? :/
 
September 18, 2008
Votes: +1

romeo said:

0
...
Sep 15 04:49:23 localhost diskarbitrationd[44]: CoreRAIDServer [43]:23555 not responding

FREEZE RIGHT
what is this ?
 
September 20, 2008
Votes: +0

joe said:

0
...
Did anyone tried to install the"~pcwiz's VMware Leopard Image" on the VMware ESXi ?
I used the VMware converter to change it to VMW Appliance and then import it to VMW ESXI.
The first problem was the config was not reconised, problem with FreeBSD OS and 2 IDE, that are not allowed for VMW ESXi. I maunally change the config xml .ovf to acceptable for it.
After installation done, when I start the virtual machine, it start booting (gray screen with apple), but it angs and stop !

Does some one as any experiance on how to set up Leopard on VMware ESXi ?
Thanks for your comment !

Hardware: HP Proliant DL380 G3 Xenon 2.4 Ghz 5GB ram.
 
September 25, 2008
Votes: +1

joe said:

0
...
Additionnaly, I tried with kalyway to install it on VMWare ESXi on a windows XP virtual machine. But the installation angs as well after :
Kernel version:
Darwin Kernel version 9.2.0: .... etc
 
September 25, 2008
Votes: +0

Jan said:

0
...
how do you get the network to work using vmware player?? any help is appreciated
 
September 26, 2008
Votes: +0

raveforever said:

0
...
Hey! How about screen resolution higher than 1024x768 in vmware?
 
September 27, 2008
Votes: +0

mrALF said:

0
...
how to upgrade to 10.5.4 evidently I need this to work with the latest iPhone/iPod Touch SDK
 
October 04, 2008
Votes: +0

boomerxyz said:

0
...
Ok.. so I'm at Install PC_EFI stage and I don't know how to boot it into single user mode. I'm using VMWare Workstation 6.5. Can someone tell me how? Thanks.
 
October 11, 2008
Votes: +0

Leopard566 said:

0
...
works it with SATA drives?? smilies/cheesy.gif
 
October 15, 2008 | url
Votes: +0

Breiti said:

0
...
hmm, tested ist with iATKOS 1.4i but do not get running smilies/sad.gif
 
November 11, 2008 | url
Votes: +0

Homer0 said:

0
...
hi pcwizadmin, my english isn't good, bue i'll try to say what is my problem:

I've installed the vmware image without problem, bue when i update the system with the apple updater i get an error:
You need to restart your computer.
Hold down the power button for several seconds or press the restart button.

Like @Dojjan , please, can you help me with that? i need to run the iPhone SDK.

Thanks, Homer0
 
November 19, 2008 | url
Votes: +0

Sparkie said:

0
...
Hey thank you for the guide i haven't tried it though..
i was wondering if you could give me the link for the download of the jas mac tiger or leopard patched, with networking and allready done please.smilies/grin.gif preety please...
 
December 01, 2008
Votes: +1

Denis said:

0
...
Also the error here:
You need to restart your computer.
Hold down the power button for several seconds or press the restart button.

I should have read the internet before upgrading, ... Does anyone already know what to do? Tell me
 
December 08, 2008
Votes: +0

lin said:

0
...
I don't konw installing man you can help me ?
 
December 22, 2008 | url
Votes: +0

bb said:

0
...
I got 10.5.5 to load but still having problem with xcode. It is crashing. anyone got to work?
 
January 04, 2009
Votes: +0

Ben said:

Ben
...
So this is a total noob question, but is there a way to install using a retail DVD and a 123 boot cd the same way you would directly? Just wondering, since I would like to have a virtual mac, but decided against it being my base system.
 
January 15, 2009
Votes: +1

El Severo said:

0
...
Hi everyone!,

If anyone succeeded to make the the image file please upload on a web server or create a torrent file.

Thank you for your time!
 
January 17, 2009 | url
Votes: +1

J Worthy said:

0
...
Well i just downloaded the vmware image, it works great, thanks for the how to!!!!! smilies/grin.gif

Any word yet on 3-d graphics for the vmware, that'd be great! smilies/wink.gif
 
January 18, 2009
Votes: +0

KermEd said:

0
...
I just wanted to mention it works like a charm on my VM.

Took about 40 seconds to completely load and runs slightly slow but definately usable. Considering its going from PC > FreeBSD > Mac, a little slowdown is fine. I spent a good 20+ hours working with other images to create a usable VMWare for Mac OSX 10.4.11 or greater without any success. (Closest I got was the loading Apple screen)

I'm currently using this VM to grab screenshots of installs for some software for troubleshooting and showing people where to access file locations. For my purposes this is absolutely great, and I will (hopefully) be able to pickup an official license for Apple soon.

Thank you, thank you, thank you. You sir, truly are a PC Wizard smilies/smiley.gif One question remains for me though, is it safe to allow it to access the internet or would Apple find out and try to hunt me down in my sleep? smilies/smiley.gif
 
January 25, 2009
Votes: +0

me said:

0
...
Does anyone know how to make a shared folder on host Windows available to guest Mac OS?
 
January 27, 2009
Votes: +1

carlson said:

0
...
Can't get to boot: promt by pressing F8.
Please help!!
Using VMware Server v 2.0
 
January 30, 2009
Votes: +0

carlson said:

0
...
Changed the keyboard and now it works.
VMWare seems to have a problem with those Multimedia wireless Keyboards
 
January 30, 2009
Votes: +0

takato said:

0
...
i have downaloded an already made virtual machine with leaopard installed but it nevers boot.. i only see the apple and the sniper loading and loading and loading for ever...
what can i do?????
 
January 31, 2009 | url
Votes: +1

Jose Antonio Lopez Suarez said:

0
...
Thank you this work!

I installed JaS OsX86 10.5.3 Intel SSE3 Combo Update + SMB Fix, and XCode for iPhone 2.2, and all worked fine!

Now i can develop iPhone applications!!!
 
February 01, 2009 | url
Votes: +0

Jose Antonio Lopez Suarez said:

0
...
Now i can develop iPhone applications running VMWare on a Windows Vista...

thanks!
 
February 01, 2009 | url
Votes: +0

Ruben said:

0
...
Does this stuff work on a Debian Vmware?
 
February 02, 2009
Votes: +0

Pauly said:

0
...
Ok.... this is the right thread...

I have VM Ware Workstation 6.5.1 Build 126130 and iDeneb 1.4 Mac OS X 10.5.6.
The CPU is AMD Opteron 165.

Do the above instructions work with the latest iDeneb 1.4?
 
February 11, 2009
Votes: +0

barkan said:

0
...
How to update to 10.5.6 or 10.5.5?
 
March 05, 2009
Votes: +0

Benny said:

0
...
please can someone try and make an installation for mac os x on virtualbox for pc.. i am so thrilled by the speed of all the VM's on virtualbox its so much better and absolutely does not eat up space.

I for one think that vmare application makes all vm's to be really slow

but with virtualbox everything seems to be very fast and a possible to have mac os x on virtualbox would be great
 
March 09, 2009
Votes: +0

Heiko said:

0
...
Hey thanks for the work.
Mac osx runs now on Dell Latitude xt Tablet PC!
slow, but it works.

First it got stuck but then I found the Solution:
Turning of Virtualisation (Hyper-V sth like that) in Bios.

Trying to make it faster with copiing the system to real harddisk (if i got the time for)

see you
heiko
 
March 10, 2009
Votes: +1

chulerico said:

0
...
got it to update to 10.5.6
 
March 10, 2009
Votes: +0

chulerico said:

0
...
ok,

here is more info
http://www.insanelymac.com/forum/index.php?showtopic=156255&mode=linear

working great smilies/cheesy.gif

sam
 
March 10, 2009
Votes: +0

chulerico said:

0
...
oh forgot to add

host xp, vmware 6.5 and got fusion 2, and hacked the darwin.iso

good luck

sam
 
March 10, 2009
Votes: +1

chulerico said:

0
...
ok finish tip, there a bit of steps
while you install update go into terminal and enter

1smilies/smiley.gif sudo -s
1smilies/smiley.gif while sleep 1; do rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext; done
 
March 10, 2009
Votes: +0

Wayne said:

0
...
Hi guys,
who would like to send me the ToH 9.1.0 Kernel, I can't download from the address provided above.
this is my e-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
thank you very much.
 
March 17, 2009
Votes: +0

Gaurav said:

0
...
Hi Pcwiz,

Great work & support !!! Cool

I have a problem, please suggest the solution or workaround


I have installed Leopard Vm image on 2 platforms ( Vmware 6.5.0)

i)Core 2 Duo Quad - 1Gb( 933, assigned to MAC) , Mac, Xcode works perfectly fine.
ii)Core duo ( 1.6 GHz) 2.5 Gb (667, assigned to MAC), Xcode is not running, when I start it hangs for few minutes & then exit.

Please suggest how should I go of it ?


Thanks
Gaurav
 
March 19, 2009
Votes: -1

tanchai said:

0
...
My CPU is Intel Core 2 Duo, I can only installed IDeneb 10.5.6 with VT enabled at BIOS. After it is successfully installed, I need to go back to BIOS to disabled the VT, otherwise I am unable to boot into the Mac OS(keep getting *** Virtual machine kernel stack fault (hardware reset) *** provided I have changed around different guest OS). I have this done using vmware 6.5.2. Hope this helps.
 
April 21, 2009
Votes: +0

AkdM said:

0
...
Hi everyone !

If anyone have this problem: "CPU has been disabled by the guest operating system"
Just add or replace this line on the .vmx file : paevm=true

Enjoy smilies/wink.gif
 
April 23, 2009
Votes: +1

ibanen.kruruzo said:

0
...
Hi, would it be possible for someone nice to upload the mac.nub's SMBIOS27 Default file/files in a website for us to download? The website of macdotnub.info does not seem to work.. Hope i could get some help here.. Thanks
 
May 13, 2009
Votes: +1

Kirtan said:

0
...
hi PCwiz,

i got the wallpaper and the mouse cursor of busy and i wait for more than 2 hours but its going nowhere.
can you please help me?
i follow your instruction on
http://pcwizcomputer.com/index.php?option=com_content&task=view&id=36&Itemid=32
am i doing somthing wrong?
or how long i have to wait for the response?
 
May 27, 2009
Votes: -1

This e-mail address is being protected from spam bots, you need JavaScript enabled to view it said:

0
...
Hi enthusiasts, i think i had found out the reason why some of the people who posted in this forum could not boot the mac osx leopard.. earlier, i had followed the steps from this page as well.. The solution that worked for me is that, you need to SWITCH OFF THE VIRTUALIZATION thru the BIOS settings of your personal computer/laptop/netbook(for the host operating system). Yeahooo!
 
June 01, 2009
Votes: +0

MattGyver said:

0
...
Heyho Guys,

I got this problem:

..."CPU has been disabled by the guest operating system"....

I add paevm="true" to my .vmx cfg data.... but i get the prompt again......what's wrong?
 
June 03, 2009 | url
Votes: +1

Asgard said:

0
...
Hi there. I installed Leopard 10.5.2 vmware image from PCwiz. After checking around I managed to enable the ethernet so I can access the 5.5.7 update. The thing is that if I update from apple update the system hangs before completing the update. If I update by downloading the file from apple site the VM does not boot.

Is there a specific method I need to do to update?
 
June 04, 2009
Votes: +0

MattGyver said:

0
...
So i think nobody know what i got.... so i will show you something about...

This this is the prompt:
The CPU has been disabled by the guest operating system. You will need to power off or reset the virtual machine at this point.


This is the place where it freezes..:

BSD process name corresponding to current thread: kernel_task

Mac OS version:
Not yet set

Kernel version:
Darwin Kernel Version 9.1.0: Fri Nov 16 14:50:43 SCT 2007; made by ToH: xnu-1228.0.2~1/BUILD/obj/RELEASE_I386



This is my Config:

CONFIG:
.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "6"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "2048"
ide0:0.present = "TRUE"
ide0:0.fileName = "C:Leoleopard.vmdk"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-raw"
floppy0.startConnected = "FALSE"
floppy0.autodetect = "TRUE"
ethernet0.present = "TRUE"
ethernet0.wakeOnPcktRcv = "FALSE"
usb.present = "FALSE"
ehci.present = "TRUE"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
pciBridge0.present = "TRUE"
vmci0.present = "TRUE"
roamingVM.exitBehavior = "go"
displayName = "MyLeoMac"
guestOS = "freebsd"
nvram = "MyLeoMac.nvram"
virtualHW.productCompatibility = "hosted"
ft.secondary0.enabled = "TRUE"
tools.upgrade.policy = "useGlobal"

extendedConfigFile = "MyLeoMac.vmxf"

floppy0.fileName = "A:"

ide1:0.startConnected = "FALSE"

floppy0.present = "FALSE"

ethernet0.addressType = "generated"
uuid.location = "56 4d 30 13 88 aa 6c fc-5e 89 e8 23 84 36 09 76"
uuid.bios = "56 4d 30 13 88 aa 6c fc-5e 89 e8 23 84 36 09 76"
ide0:0.redo = ""
vmotion.checkpointFBSize = "16777216"
pciBridge0.pciSlotNumber = "17"
scsi0.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "32"
sound.pciSlotNumber = "33"
ehci.pciSlotNumber = "34"
vmci0.pciSlotNumber = "35"
ethernet0.generatedAddress = "00:0c:29:36:09:76"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "-2076833418"

debugStub.linuxOffsets = " 0x0,0xffffffff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0"

numvcpus = "1"
paevm="true"


I got 4 Mac Versions:
1. iDeneb_v1.3_10.5.5 - Didnt work
2. Kalyway.Apple.Mac.OS.X.Leopard.v10.5.2.OSx86.Intel.und.AMD.dlc - Didnt work....
3. Mac OS X 10.4.8 [JaS AMD-Intel-SSE2-SSE3 with PPF1 & PPF2] - work perfectly....but i need 10.5.
4. Your flat img....got this prompt....

I tried pearPC - didnt work,
I tried VirtualPC/VirtualBox - didnt work,
I tried many different Settings like different guestOS (FreeBSD/FreeBSD 64, Other, NT etc.) - didnt work
I tried to set one or two Processor - didnt work...

i am frustrating now....

Does anyone know what i have to do now?

Pls answer fast smilies/sad.gif i need it fast i wanna start zu develop...

Matt
 
June 04, 2009 | url
Votes: -1

wese said:

0
...
matt,

tried vmware player? works out of the box.
 
June 06, 2009 | url
Votes: +0

TPA_n_DC said:

0
...
ok...my initial assessment about the 192.168.X prefix being the issue for no network connectivity is false. I was able to get the network image to work at another location by updating to the latest version of vmware workstation (6.5.2).
 
June 23, 2009
Votes: +0

TPA_n_DC said:

0
...
Has anyone tried to update the OS to 10.5.7? I want to use the iPhone 3.0 SDK but need to upgrade to 10.5.7.

During the installation of the update (from the Software Update form) I get the "The CPU has been disabled by the guest operating system. You will need to power off or reset the virtual machine at this point." error.

Has anyone encountered this before?
 
June 23, 2009
Votes: +1

selim said:

0
...
TPA_n_DC said: "................"

i am working for the same thing and got the same error.smilies/cry.gif
if you have a solution for this update or a solution for running iphone sdk please tell me too
smilies/smiley.gif
 
June 26, 2009
Votes: +0

hak said:

0
...
It stops when it hits "Resetting IOCalalogue". I dont know if it is just taking a long time or if its frozen.
 
July 03, 2009
Votes: +1

jhonsonlee said:

0
...
Passed the gray apple logo but stopped at blue screen what should i do please
 
July 12, 2009
Votes: +0

ADRIAN said:

0
...
Hi! I want to know why i cant in on boot prompt. I updated software and i cant enter with F8. Im using vmplayer and i dont know why i press F8 and not work.
Can you help me?
Thanks!
 
July 13, 2009
Votes: +0

paede said:

0
...
Hi!

What's the password for pcwiz?
I tried 'pcwiz' but it doesn't work.

Thanks for your help!
 
July 13, 2009 | url
Votes: +1

irus said:

0
...
Awesome article. Is that possible to get the update to 10.5.7? would like to create an environment for iPhone dev. Would appreciate highly ....
 
August 07, 2009
Votes: +0

irus said:

0
...
Tried to update to 10.5.8 and seen


During the installation of the update (from the Software Update form) I get the "The CPU has been disabled by the guest operating system. You will need to power off or reset the virtual machine at this point." error.

Has anyone encountered this before?
 
August 07, 2009
Votes: +1

irus said:

0
...
Hello All Gurus here,

I used my brain a lot (:-)), and upgraded my mac os to 10.5.8 (release on Aug 5th). After reboot, I got the above error, and it never booted properly after that. So, here is my intelligence, I went back to the old method, such as loaded 10.4.8 kernel and followed again all instructions and booted 10.5.8 Leopard kernel, now I am stuck at "still waiting for root device" and it stuck at this place for ever ... I thought it will pickup properly from SMBIOS, but it seems I lost it. any help here greatly greatly appreciate it. I need this to work badly ... I want to lad iphone sdk on 10.5.8 ... PLZZZ Gurus help me out .... Big, big thanks
 
August 08, 2009
Votes: +1

rocka81 said:

0
...
Too bad, I have the save problem... and i didn't even take a snapshot. I also wanted to update from 10.5.2 to 10.5.8 to install the IPhone SDK, which requires a least 10.5.7.
Does anyone know if 10.5.7 runs properly? And if there is a possibility to only update to this older version.
 
August 14, 2009
Votes: +0

OSXLEAPORDGUY1 said:

0
...
Hey guys i have fixes to some problems
Now u need PAE in order to run os x
if u have 2 cores its recomended to use 1 core press f8 then cpus=1
or if theres some problems with booting press f8 then -v
if theres no fixes for problems i guess download a new torrent
 
August 15, 2009
Votes: -1

DocuBizz said:

0
...
Hi,

I know someone has asked the same before, but no one replied yet: I tried running this VM with VMWare Player but I cannot access to the local network. When I go to the network pane and try to set ethernet up it says that there is no ethernet available. My network connections are both set to be bridged. Does anyone have an idea?
 
September 11, 2009
Votes: +1

Hector Gonzalez said:

0
...
It worked seamlessly
 
September 24, 2009
Votes: +0

Hector Gonzalez said:

September 24, 2009
Votes: +0

lilsantiago04 said:

0
...
when do you enter the command to boot into single user mode after the restart of the tiger vm to enter the -s command
 
October 01, 2009
Votes: +0

bonzodog said:

0
...
I think I am trying to do something a little bit different from everyone else. I am trying to get Mac OS X (preferably Snow Leopard) running within VMWare Fusion on my Mac. I know that might seem crazy, running Snow Leopard within VMWare on a Mac already running Snow Leopard, but I want an isolated test environment ...

I was able to get the pcwiz leopard image up and running within Fusion, however, I couldn't get the network to work -- any thoughts would be great ...

I tried to upgrade the leopard image to Snow Leopard, however, I couldn't get it to work, either by mounting the install disc within leopard OR by using a Snow Leopard Install flat image ...

Any help would be greatly appreciated ...

J
 
December 16, 2009
Votes: +0

Timberland work boots said:

0
...
url=http://www.kissnfl.com/nfl-jerseys-c-631.html]authentic football jerseys
authentic jerseys
authentic nfl jerseys
 
January 12, 2010 | url
Votes: +0

uggs online said:

0
...
From success you get a lot ofbuy shoes things, but not that Classic Tall inside thing that love reviews buy shoes online brings you.
 
January 21, 2010 | url
Votes: +0

nike shoes said:

0
...
Nike Shocks shoes heel unit for low-profile, super-responsive cushioning.Nike Football Shoes Running Shoes.It's hard to please every woman (not to offend anyone we all know that.
 
February 06, 2010 | url
Votes: +0

Write comment

security image
Write the displayed characters


busy



Enjoy this article? Bookmark onto:
Digg!Reddit!Del.icio.us!Google!Live!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Spurl!Wists!Simpy!Newsvine!Blinklist!Furl!Fark!Blogmarks!Yahoo!Smarking!Netvouz!Shadows!RawSugar!Ma.gnolia!PlugIM!Squidoo!BlogMemes!FeedMeLinks!BlinkBits!Tailrank!linkaGoGo!Free social bookmarking plugins and extensions for Joomla! websites!
 
< Prev   Next >

Login Form






Lost Password?
No account yet? Register

Who's Online

We have 32 guests online

PM Mailbox

You are not logged in.


Copyright © 2008 PCWiz Computer [Powered by Joomla] | Site Map | Donate | Mac OSx86 Search Engine
OSx86 Hardware Database

spacer.png, 0 kB
spacer.png, 0 kB