I/O error

Help and discussion about our PearPC package

I/O error

Postby bruno88 » Tue Dec 05, 2006 8:38 pm

Hi guys,

I want to install Mac OS X Tigher on my PC with PearPC and for that i need too Panther version right?

I'm trying to install Panther on PearPC but i never can do it because in final part (cmd part) I get this error Sad :

    C:\PearPC>ppc osx.config
    osx.config: I/O error: No such file or directory
    usage: ppc configfile

My code is:
Code: Select all
ppc_start_resolution = "1024x768x15"
ppc_start_full_screen = 0
redraw_interval_msec = 60
prom_bootmethod = "auto"
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Alt+Return"
key_change_cd_0 = "none"
prom_env_machargs = "-v"
prom_driver_graphic = "C:\PearPC\video.x"
memory_size=0x8000000
pci_ide0_master_installed = 1
pci_ide0_master_image = "C:\PearPC\6gb.img"
pci_ide0_master_type = "hd"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "c:\PearPC\OSX3.iso"
pci_ide0_slave_type = "CD Image"
pci_3c90x_installed = 0
pci_3c90x_mac = "de:ad:ca:feᚴᛊ"
pci_rtl8139_installed = 0
pci_rtl8139_mac = "de:ad:ca:feᚴᛋ"
pci_usb_installed = 1
prom_env_bootargs = ""
prom_env_machargs = ""
nvram_file = "nvram"


Please tell me what is wrong, I want really much to have Mac OS X in my computer.

Thanks,
Bruno Sampaio
bruno88
New Member
New Member
 
Posts: 7
Joined: Sun Dec 03, 2006 3:31 pm

Re: I/O error

Postby Apple 101 » Tue Dec 05, 2006 11:19 pm

pci_ide0_slave_type = "CD Image" should be pci_ide0_slave_type = "cdrom"
Welcome to the PearPC.net Forums...
Apple 101
PearPC God
PearPC God
 
Posts: 1116
Joined: Fri Apr 01, 2005 7:17 am

Re: I/O error

Postby TychoH » Wed Dec 06, 2006 1:20 am

and

pci_3c90x_installed = 0
pci_3c90x_mac = "de:ad:ca:feᚴᛊ"
pci_rtl8139_installed = 0
pci_rtl8139_mac = "de:ad:ca:feᚴᛋ"

should be


pci_3c90x_installed = 0

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

pci_rtl8139_installed = 1
pci_rtl8139_mac = "de:ad:ca:fe:12:35"
TychoH
Member
Member
 
Posts: 41
Joined: Tue Mar 28, 2006 6:08 pm

Re: I/O error

Postby bruno88 » Wed Dec 06, 2006 4:17 pm

Thanks guys, but i continue to get the same error each time i try.

My code now is:
Code: Select all
ppc_start_resolution=5
redraw_interval_msec=60
prom_driver_graphic = "video.x"
cpu_pvr=0x00088302
memory_size=0x8000000
prom_bootmethod="select"
prom_env_machargs=""
pci_ide0_master_installed=1
pci_ide0_master_image="C:\PearPC\6gb.img"
pci_ide0_master_type="hd"
pci_ide0_slave_installed=1
pci_ide0_slave_image="c:\PearPC\OSX3.iso"
pci_ide0_slave_type="cdrom"
pci_rtl8139_installed=0
pci_rtl8139_mac="de:ad:ca:feᚴᛊ"
pci_usb_installed=0
nvram_file="nvram"


Here is an image that shows my error:
http://img379.imageshack.us/my.php?image=tmp7184jg5.jpg

Please help me. If you need some more information say me please.

Thanks,
Bruno Sampaio
bruno88
New Member
New Member
 
Posts: 7
Joined: Sun Dec 03, 2006 3:31 pm

Re: I/O error

Postby Apple 101 » Thu Dec 07, 2006 12:48 am

Your configuration file has some errors included with it. Make the changes the below, and post your results.

ppc_start_resolution=5 to ppc_start_resolution= 1024x768x32
Note: You can choose another resolution if you do not want that resolution.

redraw_interval_msec=60 to redraw_interval_msec= 20

prom_env_machargs="" to prom_env_machargs= ""

pci_ide0_master_installed=1 to pci_ide0_master_installed= 1

pci_ide0_master_image="C:\PearPC\6gb.img" to pci_ide0_master_image= "C:\PearPC\6gb.img"

pci_ide0_master_type="hd" to pci_ide0_master_type= "hd"

pci_ide0_slave_installed=1 to pci_ide0_slave_installed= 1

pci_usb_installed=0 to pci_usb_installed= 1
Welcome to the PearPC.net Forums...
Apple 101
PearPC God
PearPC God
 
Posts: 1116
Joined: Fri Apr 01, 2005 7:17 am

Re: I/O error

Postby bruno88 » Thu Dec 07, 2006 9:47 am

Ok, my code now is:

Code: Select all
#PearPC Configuration File

ppc_start_resolution = 1024x768x32
redraw_interval_msec = 20
prom_driver_graphic = "video.x"
cpu_pvr = 0x00088302
memory_size = 0x8000000
prom_bootmethod = "select"
prom_env_machargs = ""
pci_ide0_master_installed = 1
pci_ide0_master_image = "C:\PearPC\6gb.img"
pci_ide0_master_type = "hd"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "c:\PearPC\OSX3.iso"
pci_ide0_slave_type = "cdrom"
pci_rtl8139_installed = 0
pci_rtl8139_mac = "de:ad:ca:feᚴᛊ"
pci_usb_installed = 1
nvram_file = "nvram"


But i continue to get the same error.
My config file is a .txt file is it wrong?

Thanks,
Bruno Sampaio
bruno88
New Member
New Member
 
Posts: 7
Joined: Sun Dec 03, 2006 3:31 pm

Re: I/O error

Postby TychoH » Thu Dec 07, 2006 10:27 am

But i continue to get the same error.
My config file is a .txt file is it wrong?

If you mean by that that the real name of your config file is osx.config.txt you sould use

ppc osx.config.txt

instead of

ppc osx.config

or the other way round remove the .txt extention from the name

Greatings Tycho
TychoH
Member
Member
 
Posts: 41
Joined: Tue Mar 28, 2006 6:08 pm

Re: I/O error

Postby bruno88 » Thu Dec 07, 2006 11:01 am

Thank you a lot guys I made it. The problem is because of .txt. Very Happy Very Happy Very Happy Very Happy Very Happy
bruno88
New Member
New Member
 
Posts: 7
Joined: Sun Dec 03, 2006 3:31 pm


Return to PearPC.net package

Who is online

Users browsing this forum: No registered users and 0 guests

cron