I am having a Startup problem. Someone comes on the screen with Open Firmware to Startup. How can I reset the PRAM myself to solve this problem?

I am having a Startup problem. Someone comes on the screen with Open Firmware to Startup. How can I reset the PRAM myself to solve this problem?

Read these.
http://support.apple.com/kb/HT1431
http://reviews.cnet.com/8301-13727_7-10330118-263.html

Similar Messages

Maybe you are looking for

  • Possible to get data from a partly optimized/stripped core file?

    Hello, This may not be possible, but I figured it was worth asking about. I've got a C/C++ GUI application compiled with Solaris Studio 12.3 that is experiencing an infrequent crash when compiled for production and running on production boxes.  This

  • 'JS Callback error while executing script' in 4.7

    hello everyone, When I was installing SAP 4.7 after the Database load jobs I am getting an error like ' JS Callback error while ecevuting script'.... Jobs are loading but after thatI was having this error... I tried several times but the error is the

  • 'There was a problem connecting to the server' TimeMachine and NAS. How do I fix this?

    When trying to connect my NAS to timemachine it appears in available disks, I select it then it says 'connecting' then displays a message saying "There was a problem connecting to the server". Wondering how to fix this? Thanks

  • NewInstance from variable class(Please Help)

    I want to generate an object from xml example : <com.toto.titi.variable>      <name>tata</name>      <age>20</age> </com.toto.titi.variable> my java code : str = "com.toto.titi.variable" ; int idx0 = str.lastIndexOf("."); String testObj = str.substri

  • Importing and sorting text file

    I am importing a text file. Now i need to run and if function, so I can sort the text data between positive and negatives. import java.util.Scanner;               //Needed for Scanner Class import java.io.*;                              // Java API C