PearPc starts and get the apple

[ARCHIVED] About PearPC, a mostly obsolete PPC Mac emulator for Windows and Linux to run MacOS X 10.1 up to 10.4. Using QEMU is now recommended.

Moderators: Cat_7, Ronald P. Regensburg

Locked
eckolaw
Space Cadet
Posts: 5
Joined: Thu Dec 03, 2009 12:52 am

PearPc starts and get the apple

Post by eckolaw »

but after that it thinks and i get this log:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA

GenuineIntel
CMOV MMX SSE SSE2
[CPU/MMU] new pagetable: sdr1 = 0x00300003
[CPU/MMU] new pagetable: sdr1 accepted
[CPU/MMU] number of pages: 2^15 pagetable_start: 0x00300000 size: 2^18
start: 512
start: 134250496
getStartBlock: 0 Apple_HFS
getStartBlock: 1 Apple_HFS
getStartBlock: 2 Apple_HFS
getStartBlock: 3 Apple_HFS
start: 32768
getStartBlock: 0 Apple_Free
getStartBlock: 1 Apple_Free
getStartBlock: 2 Apple_Free
getStartBlock: 3 Apple_Free
start: 2147450880
getStartBlock: 0 Apple_Free
getStartBlock: 1 Apple_Free
getStartBlock: 2 Apple_Free
getStartBlock: 3 Apple_Free
start: 512
start: 134250496
getStartBlock: 0 Apple_HFS
getStartBlock: 1 Apple_HFS
getStartBlock: 2 Apple_HFS
getStartBlock: 3 Apple_HFS
start: 32768
getStartBlock: 0 Apple_Free
getStartBlock: 1 Apple_Free
getStartBlock: 2 Apple_Free
getStartBlock: 3 Apple_Free
start: 3220946944
getStartBlock: 0 Apple_Free
getStartBlock: 1 Apple_Free
getStartBlock: 2 Apple_Free
getStartBlock: 3 Apple_Free
getStartBlock: 0 Apple_HFS
getStartBlock: 1 Apple_HFS
getStartBlock: 2 Apple_HFS
getStartBlock: 3 Apple_HFS
[CPU/CPU] execution started at 05601028
[CPU/MMU] new pagetable: sdr1 = 0x1fc0003f
[CPU/MMU] new pagetable: sdr1 accepted
[CPU/MMU] number of pages: 2^19 pagetable_start: 0x1fc00000 size: 2^22
[IO/CUDA] <Warning> keyb reg1
[IO/CUDA] <Warning> reset!



And this is my config file:

#ape_executable = "C:\PearPC\ppc.exe"
ppc_start_resolution = "1024x768x32"
ppc_start_full_screen = 0
redraw_interval_msec = 40
pci_ide0_master_installed = 1
pci_ide0_slave_installed = 1
pci_ide0_master_image = "C:\PearPC\macosx_6gb.img"
pci_ide0_slave_image = "C:\PearPC\os_x_10.3_3gb.img"
pci_3c90x_installed = 0
pci_rtl8139_installed = 0
pci_3c90x_mac = "de:ad:ca:fe:12:34"
pci_rtl8139_mac = "de:ad:ca:fe:12:35"
memory_size = 0x20000000
cpu_pvr = 0x00088302
pci_usb_installed = 1
prom_driver_graphic = "C:\PearPC\video.x"
prom_env_machargs = ""
prom_env_bootargs = ""
prom_bootmethod = "auto"
key_compose_dialog = "F11"
key_change_cd_0 = "none"
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Alt+Return"
nvram_file = "nvram"
pci_ide0_master_type = "hd"
pci_ide0_slave_type = "cdrom"

Can someone please tell me what i might be doing wrong. i would greatly appreciate it!!!

Thanks
User avatar
ClockWise
Site Admin
Posts: 4399
Joined: Mon May 20, 2002 4:37 am
Location: Uiwang

Post by ClockWise »

What is contained on this image:

C:\PearPC\os_x_10.3_3gb.img

Have you installed OS X 10.3 on that image?

You need to install FROM a physical CD or an .ISO image of CD. I don't think you can install from an .img.
eckolaw
Space Cadet
Posts: 5
Joined: Thu Dec 03, 2009 12:52 am

iso img

Post by eckolaw »

i just tried converting the image to an iso and i cant even get it to boot at all from that. i a pretty sure its not the installation cd. its a clone of a hard drive.
eckolaw
Space Cadet
Posts: 5
Joined: Thu Dec 03, 2009 12:52 am

answer

Post by eckolaw »

so im guessing that the answer to your question is yes to the is there an installation already on the img and i do belive so. can i still use this?
User avatar
ClockWise
Site Admin
Posts: 4399
Joined: Mon May 20, 2002 4:37 am
Location: Uiwang

Post by ClockWise »

Well. You really should be totally certain that you have OS X installed on that 3gb image. Right now, your configuration file is assuming that is it a ISO image of a CD-ROM.

To treat it right, you should delete this:

pci_ide0_master_installed = 1
pci_ide0_slave_installed = 1
pci_ide0_master_image = "C:\PearPC\macosx_6gb.img"
pci_ide0_slave_image = "C:\PearPC\os_x_10.3_3gb.img"

and this

pci_ide0_master_type = "hd"
pci_ide0_slave_type = "cdrom"

And try replacing it with this:

pci_ide0_master_installed = 1
pci_ide0_master_type = "hd"
pci_ide0_master_image = "C:\PearPC\os_x_10.3_3gb.img"
pci_ide0_slave_installed = 1
pci_ide0_slave_type = "hd"
pci_ide0_slave_image = "C:\PearPC\macosx_6gb.img"
eckolaw
Space Cadet
Posts: 5
Joined: Thu Dec 03, 2009 12:52 am

Thank you.

Post by eckolaw »

I will try this when i get home today. i actually had it up and running yesterday and then changed something and it stopped working. made me so mad!!
Thanks again.
eckolaw
Space Cadet
Posts: 5
Joined: Thu Dec 03, 2009 12:52 am

Its working again!

Post by eckolaw »

Thank you very much!!!!!! It works again!
Locked