Hilfe

Willkommen im Deutschen Forum von PearPC.net!

Hilfe

Postby msp23 » Mon Jan 02, 2006 4:14 pm

Hallo
das ist meine config:
## 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 = "1024x768x15"

##
## 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=0x10000000

##
## 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 = "hdd.img"
#pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1
#pci_ide0_slave_image = "e:\"
#pci_ide0_slave_image = "2,0,0"
pci_ide0_slave_image = "macosx.iso"
pci_ide0_slave_type = "cdrom"

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

pci_3c90x_installed = 0
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"

Bekomme st?ndig die Fehlermeldung:
[I0/PROM] <Error> can't open boot file

Bitte hilfe was mache ich falsch.
Gru
msp23
New Member
New Member
 
Posts: 7
Joined: Mon Jan 02, 2006 4:58 am

Re: Hilfe

Postby lk10 » Tue Jan 03, 2006 8:53 pm

setz mal prom_bootmethod = "auto"
und kontrolliere die Pfade f?r die Images "hdd.img" und "macosx.iso".
Sind diese Files wirklich im gleichen Verzeichnis wie PearPC ?
lk10
New Member
New Member
 
Posts: 3
Joined: Tue Jan 03, 2006 8:23 pm

Re: Hilfe

Postby msp23 » Wed Jan 04, 2006 3:07 pm

Hi, danke f?r deine Antwort und ja die dateien HDD.IMG und MACOSX.iso sind im gleichen Verzeichniss wie PPC. Habe ansonsten schon alles probiert. Habe die Dateien in andere Verzeichnisse kopiert usw. Das mit dem Auto auch schon probiert hat auch nichts gebracht. Wenn ich es auf auto stelle schliesst die Eingabekonsole sofort. Habe irgendwo gelesen dass wenn man von einem DMG image eine ISO macht die Bootstruktur nicht mit kopiert wird. Vieleicht ist das bei mir der Fall. Habe das DMG IMG schon mit allem m?glichem in ein iso gebracht. Ultriso, Nero, Macdrive .... alles was ich halt gefunden habe ausprobiert und nichts bekomme es nicht hin.
Gru? MSp23
msp23
New Member
New Member
 
Posts: 7
Joined: Mon Jan 02, 2006 4:58 am

Re: Hilfe

Postby bot47 » Wed Jan 04, 2006 8:24 pm

1) Was ist dein Installations-medium?
2) Was f?r ein OS willst du installieren?
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: Hilfe

Postby msp23 » Wed Jan 04, 2006 11:10 pm

Von bot47
1) Was ist dein Installations-medium?
2) Was f?r ein OS willst du installieren?

Hi
Zu 1) Es ist eine, von einem dmg image erstellte, iso.
Zu 2) Es handelt sich um die Mac OS X Tiger 10.4 Install DVD
Gru? Msp23
msp23
New Member
New Member
 
Posts: 7
Joined: Mon Jan 02, 2006 4:58 am

Re: Hilfe

Postby bot47 » Thu Jan 05, 2006 7:35 pm

Warum von einem dmg konvertiert?
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: Hilfe

Postby msp23 » Fri Jan 06, 2006 5:55 am

Weil ich nur ein dmg Image habe und laut Anleitung muss man eine iso haben.
Gru? Confused
msp23
New Member
New Member
 
Posts: 7
Joined: Mon Jan 02, 2006 4:58 am

Re: Hilfe

Postby bot47 » Fri Jan 06, 2006 8:35 am

Mach einfach eine ISO von deiner orginal CD.
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: Hilfe

Postby msp23 » Wed Jan 11, 2006 12:59 pm

Hi, so habe mir jetzt vom kumpel die dvd mitgeben lassen wie kann ich am PC jetzt eine boot f?hige iso machen??
gru
msp23
New Member
New Member
 
Posts: 7
Joined: Mon Jan 02, 2006 4:58 am

Re: Hilfe

Postby bot47 » Wed Jan 11, 2006 1:25 pm

Hm, erstmal nicht. Es geht n?mlich vielleicht noch einfacher!
Wenn dein PearPC von einer DVD booten kann (und das sollte es auch), dann reicht es wenn du
Code: Select all
pci_ide0_slave_installed = 1
#pci_ide0_slave_image = "e:\"
#pci_ide0_slave_image = "2,0,0"
pci_ide0_slave_image = "macosx.iso"
pci_ide0_slave_type = "cdrom"

in
Code: Select all
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "e:\"
#pci_ide0_slave_image = "2,0,0"
#pci_ide0_slave_image = "macosx.iso"
pci_ide0_slave_type = "nativecdrom"
?nderst, wobei du e:\ durch den Pfad deines DVD Laufwerks ersetzt.
The Goron Webserver

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

Next

Return to German

Who is online

Users browsing this forum: No registered users and 0 guests