<Error> memory->claim failed!

Get help with your PearPC problems here!
Forum rules
Welcome to the PearPC Help section. When posting a support request, please include basic information such as the PearPC version that you are running, the version of the OS that you are running/want to run in PearPC, and any error messages that you might see. Also, to make life easier for those less accustomed to txt language, please write in full words. Thanks!

<Error> memory->claim failed!

Postby MasterMagic » Mon Feb 06, 2006 8:08 am

I need someont to help me interpret an unusal error. Seems like a memory issue but I'm unsure what the exact conflict is.

[CPU/CPU] execution started at 06601e10
[IO/PROM] <warning> 05800000 in use!
[IO/PROM] <Error> memory->claim failed!

Steps I've taken so far.
I've tried 2 different versions of pear PC
I've tried both, the 3 and 6 gig image
I've reimaged the CD twice, once using Nero and again using Roxio

Could anyone shed some light?
MasterMagic
New Member
New Member
 
Posts: 4
Joined: Mon Feb 06, 2006 8:02 am

Re: <Error> memory->claim failed!

Postby Apple 101 » Mon Feb 06, 2006 9:22 am

Post your config file please.
Welcome to the PearPC.net Forums...
Apple 101
PearPC God
PearPC God
 
Posts: 1116
Joined: Fri Apr 01, 2005 7:17 am

Re: <Error> memory->claim failed!

Postby bot47 » Mon Feb 06, 2006 2:58 pm

Look like you have changed the memory_size parameter to something greater than 2 GiB. Change it to something lower.
The Goron Webserver

Your bottom smells! I got proofs.
bot47
PearPC God
PearPC God
 
Posts: 1231
Joined: Sun Mar 20, 2005 6:50 pm

Re: <Error> memory->claim failed!

Postby MasterMagic » Mon Feb 06, 2006 10:23 pm

Actually I don't know how to configure that variable because the number makes very little sense to me. Here is my config file that came with the build. I've modified the NIC and bootup images.

Oh, one other irrelvant piece of information. This only happens when I boot from CD. When I boot from HD I get

[IO/PROM] <Error> can't open boot file

I suspect that it because OSX isn't yet installed, but just incase I'm wrong...

# PearPC Configuration File

##
## Start Resolution
##
## (clients that use video.x can change the resolution at runtime,
## so this would be used only for starting up)
##
## format: "(width)x(height)x(depth)"
## or "(width)x(height)x(depth)@(frequency)"
##
## depth can only be 15 or 32
##
## default: "800x600x15"
##

ppc_start_resolution = "800x600x15"

##
## Set this to non-zero for turning on fullscreen mode on startup.
##

ppc_start_full_screen = 0

##
## Redraw interval (in ms)
## must be between 10 and 500
##
## If you set this higher, PearPC will spend less time doing redraws
## (and so run faster) but feel less responsive. You should adjust
## this to your computer speed and personal preference.
##

redraw_interval_msec = 40

##
## Key codes
##

key_compose_dialog = "F11"
key_change_cd_0 = "none"
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Alt+Return"


##
## Loader
##

##
## Boot method
## this can be
## 1. "auto", prom will boot the first bootable partition found (default)
## 2. "select", prom will show you a list of bootable partitions
## 3. "force", prom will load and boot the local file prom_loadfile
##

prom_bootmethod = "select"

## Example of how to use "force":

#prom_bootmethod = "force"
#prom_loadfile = "test/yaboot"
#prom_env_bootpath = "disk"

##
## bootargs: don't change unless you know what you are doing
## machargs: set to "-v" to get a verbose startup
##

#prom_env_bootargs = ""
prom_env_machargs = ""

##
## This is needed if you want to boot Mac OS X
##
prom_driver_graphic = "video.x"

## This will adjust the position of the initial page table (don't change)

#page_table_pa = 104857600

##
## CPU Config
##
## Processor Version Register
## Defaults to 0x00088302 (G3)
## Set to 0x000c0201 to enable G4 emulation
## Only change if you know want you are doing
##

#cpu_pvr = 0x00088302
#cpu_pvr = 0x000c0201


##
## Main memory (default 128 MiB)
## must be >= 64 MiB
##

#memory_size=0x8000000

##
## IO Devices
##

##
## PCI IDE Config
##
## Drive type will be set according to file extension:
## .img: Harddisk (filesize must be multiple of 516096)
## .iso: CD-Rom
## Or you can override this by specifying the type via
## pci_ide0_master_type / pci_ide0_slave_type
##
## Valid drive types are:
## hd: A hdd image should be specified
## e.g. "test/imgs/linux.img"
## cdrom: A cdrom image should be specified
## For Linux or BeOS a cdrom device can be specified as well
## e.g. "/dev/cdrom"
## nativecdrom: Platform dependant
## Win (SPTI): drive letter, e.g. "d:\"
## Win (ASPI): SCSI host adapter,target,lun e.g. "2,0,1"
## BeOS (ATAPI): device path, e.g. "/dev/disk/ide/atapi/0/master/0/raw"

pci_ide0_master_installed = 1
pci_ide0_master_image = "macosx_6gb.img"
#pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1
pci_ide0_slave_image = "OSX_Disc_1.iso"
#pci_ide0_slave_image = "2,0,0"
#pci_ide0_slave_image = "OSX_Disc1.iso"
pci_ide0_slave_type = "cdrom"

##
## Network
##
## Choose one of the cards

pci_3c90x_installed = 1
pci_3c90x_mac = "de:ad:ca:fe:12:34"

pci_rtl8139_installed = 0
pci_rtl8139_mac = "de:ad:ca:fe:12:35"

##
## USB
##
pci_usb_installed = 1

##
## NVRAM
##
nvram_file = "nvram"
MasterMagic
New Member
New Member
 
Posts: 4
Joined: Mon Feb 06, 2006 8:02 am

Re: <Error> memory->claim failed!

Postby MasterMagic » Mon Feb 06, 2006 10:24 pm

Oh, and I turned of vobose mode. I walkthrough suggested it. Either way I get the same errors
MasterMagic
New Member
New Member
 
Posts: 4
Joined: Mon Feb 06, 2006 8:02 am

Re: <Error> memory->claim failed!

Postby MasterMagic » Tue Feb 07, 2006 3:00 am

I got to thinking, the OS Disk's I'm using are for the Mac Intel. My GF just bought a Mac Intel and One of the reason's I'm getting excitted about running pear PC is because I want to be able to discuss Mac with her. I didn't think about the incompatability. Is pear PC compatible with the new intel series of software?
MasterMagic
New Member
New Member
 
Posts: 4
Joined: Mon Feb 06, 2006 8:02 am

Re: <Error> memory->claim failed!

Postby CannotResolveSymbol » Tue Feb 07, 2006 4:36 am

I wouldn't think they would be, but if you got through the install and you're seeing something in the verbose boot, then they must be.
User avatar
CannotResolveSymbol
Advanced Member
Advanced Member
 
Posts: 351
Joined: Sun May 15, 2005 1:16 am
Location: US

Re: <Error> memory->claim failed!

Postby Guru3 » Wed Feb 08, 2006 4:36 pm

PearPC is a PowerPC emulator. Emphasis on PowerPC. As may or may not be known, they are competing platforms. Result: Intel OSX (aka OSX86) is not compatible with PearPC.
Guru3
PearPC.net staff
PearPC.net staff
 
Posts: 2187
Joined: Tue Jun 29, 2004 1:37 pm

Re: <Error> memory->claim failed!

Postby bob007 » Fri Mar 03, 2006 11:48 pm

hi fellows

i have the same problem and i cannot get over on it....

i have the mac osx tiger 10.4.4, and i have already created the image /iso/ which is okay its bootable...
however it's only bootable in ppc 0.4. other ppc releases like 0.2,0.3 it wont find any bootable things Sad

so the image is ok ppc is running but i always got 2 error messages
1st
CPU/CPU] execution started at 06601e10
[IO/PROM] <Warning> 05800000 in use!
[IO/PROM] <Error> memory->claim failed!

2nd if i decrease the memory under 70
cannot find boot file.


if im increase my memory all the way up i'll still receive the 1st error

my config file:
#km165
# Created with PearPC Control Panel
#C:\PearPC\ppc.exe
#DarwinIcon
#No SDL
pci_ide0_master_installed = 1
pci_ide0_master_image = "C:\PearPC\macosx_6gb.img"
pci_ide0_master_type = "hd"
memory_size = 0x18500000
ppc_start_resolution = "800x600x32"
redraw_interval_msec = 60
prom_driver_graphic = "C:\PearPC\video.x"
ppc_start_full_screen = 0
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Alt+Return"
key_change_cd_0 = "none"
cpu_pvr = 0x00088302
pci_rtl8139_installed = 1
pci_rtl8139_mac = "de:ad:ca:fe:12:35"
pci_usb_installed = 1
prom_bootmethod = "select"
prom_env_bootargs = ""
prom_env_machargs = ""
nvram_file = "nvram"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "C:\PearPC\macosx.iso"
pci_ide0_slave_type = "cdrom"


my pc
1gb memory
amd 2200+
quantum fireball 20gb hdd
abit kx7-333

i tried everything eve change the between the ppc versions but im still stucked Sad plz help me if somebody can...

thx a lot
bob007
New Member
New Member
 
Posts: 12
Joined: Fri Mar 03, 2006 9:33 pm

Re: <Error> memory->claim failed!

Postby Apple 101 » Sat Mar 04, 2006 6:07 am

memory_size = 0x18500000
This line can be changed to many general memory sizes.

128 MiB = 0x8000000
256 MiB = 0x10000000
384 MiB = 0x18000000
512 MiB = 0x20000000
1 GiB = 0x40000000
Welcome to the PearPC.net Forums...
Apple 101
PearPC God
PearPC God
 
Posts: 1116
Joined: Fri Apr 01, 2005 7:17 am

Next

Return to PearPC Help

Who is online

Users browsing this forum: No registered users and 2 guests

cron