I've got a doozy of an issue, please help if you can!

Hi everyone,
A friend of mine gave me his old G4 Tower (PCI Graphics), which he believed was in working order. It had no hard drive, but I have a couple, so I popped one in, put the G4 Restore Disc in the drive, and tried to load it up.
No luck.
So after checking the RAM, resetting the PRAM and NVRAM, swapping out the CD-ROM drive (then reswapping it back in) for another (thought it might have been faulty), I still got nothing. The computer would never boot up from the CD-ROM, and since I had no system software on my hard drive, I would only get the dreaded blinking question mark...
Okay, so NOW, I was FINALLY able to get the Mac OS 8.6 to start from the CD-ROM - but ONLY after placing a jumper on the CD-ROM to make it the master, and making the hard drive the slave! This allowed the computer to boot the G4 CD (I soon learned that no matter if I held down the "C" key or not, it always looked to the CD-ROM). However, when I ran the Disc Utility to Initalize the hard drive so that I could put system software on it, it said that the drive was not supported, therefore couldn't initalize.
The other only Mac I have is an iBook, so I can't connect the IDE drives to load the system software that way. And I've tried connecting and booting with a firewire DVD drive, by holding down Option or T on startup, but nothing seems to work. The keyboard is a USB connection, and I tested it and it works fine.
I think I've done everything I can, but still no results.
I tried multiple hard drives, multiple IDE cables, and still nothing. So, basically, without bringing it in for repair, is this tower useless to me? Is there anything else I can do? Anything else I can try?!? I'm desperate.
Thanks,
Steve

Hi, Steve -
Yes, the CD-ROM drive must be jumpered as Master in order for it to be bootable.
Your G4 (PCI) should have two built-in IDE buses - one is usually assigned to the CD-ROM and Zip drives, and the other is used for hard drives. If you have the hard drive connected to the same bus as the one the CD-ROM is on, try switching the hard drive to the other bus.
Set the hard drive's jumpers as Master.
Exception - if the hard drive is a Western Digital, it may have a third position, Single, which must be used when the drive is the only device on the bus.
Note - Cable Select jumper settings will not work on a G4 (PCI).
Edit - -
Startup Manager, which is what booting with Option held down invokes, is not available on a G4 (PCI).
Article #106178 - Startup Manager: How to Select a Startup Volume
Firewire Target Disk Mode is limited on a G4 (PCI) - it can be the Host machine, but not the Target machine.
Article #58583 - Firewire Target Disk Mode
Relatedly, a G4 (PCI) can not boot to firewire drives, although it can use them for storage.
Article #58606 - FireWire Booting

Similar Messages

  • ICal/email alarm issue, please help if you can....

    Hello. I am just starting to use iCal and have been setting email alarms to remind me of my iCal events. Here is the issue I am having, if mail is closed and the email alarm time has gone by, the email does not show up. Any ideas?
    Another thing I noticed is that if I am on my computer, mail is closed, and an alarm time comes by - mail will open up on its own but an email never shows up in my inbox. Any ideas on this one?
    Thanks,
    Steve

    Your problem is that the command you're trying to run includes spaces.
    Spaces are used by the shell to delimit arguments, so when you say:
    script with command " sudo /Volumes/Adobe CS3 Design Premium/AdobeCS3/Setup.app/Contents/MacOS/Setup"
    The shell sees this as the command 'sudo' with four arguments - "/Volumes/Adobe", "CS3", "Design", and "Premium/AdobeCS3/Setup.app/Contents/MacOS/Setup". It's no wonder it doesn't work.
    You have a couple of options. One is to escape each of the spaces by preceeding them with a backslash. This tells the shell to treat the next character as a real character, not as a delimiter, e.g. "/Volumes/Adobe\ CS3\ Design\ Premium...". If you take this approach, though, you need to be aware that AppleScript also uses the backslash to escape characters, so you need to escape the backslash itself - the first one tells AppleScript to treat the second backslash as a literal, and so the shell sees the second backslash and can deal with the spaces:
    >do script "sudo /Volumes/Adobe\\ CS3\\ Design\\ Premium/AdobeCS3/Setup.app/Contents/MacOS/Setup --mode=silent --deploymentFile=/Volumes/Adobe\\ C3\\ Design\\ Premium/AdobeCS3/deployment/liteinstall.xml"
    The other option is to use the 'quoted form of' a string. 'Quoted form' takes a string and makes it shell-safe:
    <pre class=command>tell application "Terminal"
    set myCommand to "/Volumes/Adobe CS3 Design Premium/AdobeC3 blah blah blah"
    do script "sudo " & quoted form of myCommand
    end tell</pre>
    Depending on what else you're doing, you might also find it easier to eschew the Terminal altogether and just run the command directly via 'do shell script', but the same caveats apply.

  • Project deployment issue (please help if you can)

    Post Author: craibuc
    CA Forum: .NET
    I've developed an application that is intended to simply the InfoView interface for our user community.  I need to be able to deploy this application and its dependencies (i.e. assemblies) in a single IIS virtual folder--the group that manges our shared IIS environment doesn't support installations to the GAC.  While this application (details below) works well on my workstation, I'm encountering a number of issues when I try to deploy it in our shared environment.  Is this possible?  Is so, what assembilies are required?  Is there any documentation on this?
    Thanks in advance for your assistance,
    Craig Buchanan
    Application specifics:
    "ASP.NET Web Application" using Visual Studio 2005 (SP1)
    uses the 'Visual Studio Development Server', not IIS
    BusinessObjects XI .Net SDK (11.5.3300.0)
    the BO assemblies' Copy Local setting is set to true
    assembilies include: CrystalDecisions.Enterprise.Desktop.Report,CrystalDecisions.Enterprise.Framework,CrystalDecisions.Enterprise.InfoStore,CrystalDecisions.Enterprise.PluginManager,CrystalDecisions.Enterprise.Viewing.ReportSource,CrystalDecisions.ReportAppServer.Controllers,CrystalDecisions.Web
    the Crystal Reports Viewer components have been added to a subdirectory of the project (aspnet_client\system_web\2_0_50727\crystalreportviewers115)

    Post Author: craibuc
    CA Forum: .NET
    Ted-
    I'm getting errors with the code before the viewer comes into play.  Specifically, I'm getting an error that indicates that the BusinessObjects.Enterprise.SDK.dll can not be found.  Is this related?
    Stupid question: will merge module deployment will require the IIS server administrator to run and installation package?  I suspect that this won't be supported in our shared environment.  Is there another way?
    Thanks,
    Craig

  • Terminal Applescript Issue...Please help if you can.

    I'm really stuck here. I've read several different things online to fix this script so it will see the path name correctly in Terminal but no luck. Any help would be greatly appreciated.
    The script is as follows.
    tell application "Terminal"
    do script with command " sudo /Volumes/Adobe CS3 Design Premium/AdobeCS3/Setup.app/Contents/MacOS/Setup --mode=silent --deploymentFile=/Volumes/Adobe CS3 Design Premium/AdobeCS3/deployment/liteinstall.xml"
    end tell
    Eric

    Your problem is that the command you're trying to run includes spaces.
    Spaces are used by the shell to delimit arguments, so when you say:
    script with command " sudo /Volumes/Adobe CS3 Design Premium/AdobeCS3/Setup.app/Contents/MacOS/Setup"
    The shell sees this as the command 'sudo' with four arguments - "/Volumes/Adobe", "CS3", "Design", and "Premium/AdobeCS3/Setup.app/Contents/MacOS/Setup". It's no wonder it doesn't work.
    You have a couple of options. One is to escape each of the spaces by preceeding them with a backslash. This tells the shell to treat the next character as a real character, not as a delimiter, e.g. "/Volumes/Adobe\ CS3\ Design\ Premium...". If you take this approach, though, you need to be aware that AppleScript also uses the backslash to escape characters, so you need to escape the backslash itself - the first one tells AppleScript to treat the second backslash as a literal, and so the shell sees the second backslash and can deal with the spaces:
    >do script "sudo /Volumes/Adobe\\ CS3\\ Design\\ Premium/AdobeCS3/Setup.app/Contents/MacOS/Setup --mode=silent --deploymentFile=/Volumes/Adobe\\ C3\\ Design\\ Premium/AdobeCS3/deployment/liteinstall.xml"
    The other option is to use the 'quoted form of' a string. 'Quoted form' takes a string and makes it shell-safe:
    <pre class=command>tell application "Terminal"
    set myCommand to "/Volumes/Adobe CS3 Design Premium/AdobeC3 blah blah blah"
    do script "sudo " & quoted form of myCommand
    end tell</pre>
    Depending on what else you're doing, you might also find it easier to eschew the Terminal altogether and just run the command directly via 'do shell script', but the same caveats apply.

  • I have a question, why is it I can't purchase a app at App Store it says "Your payment method is not valid in this store" and I've got a Visa card and my location is in the Philippines. Please help me, what can I do?

    I have a question, why is it I can't purchase a app at App Store it says "Your payment method is not valid in this store" and I've got a Visa card and my location is in the Philippines. Please help me, what can I do?

    Your visa card is a credit card, not debit card?  Do you meet the requirements as below, interpreted strictly?
    Philippines - http://www.apple.com/legal/itunes/ph/terms.html - "The iTunes Store, Mac App Store, App Store, and iBookstore services (the "Stores") accept credit cards issued by banks in the Philippines or Content Codes as forms of payment."

  • Transport Issue Please help

    Hello,
    I have got a major prolen during transport.
    I have GEMPLOYE1 Which is a time dependient master data. which has Attribute called 0COUNTRY_ID.
    I have a custome attribute Called Actual PSGroup/Grade GPAYSCGR which has a compounpunding attribute 0COUNTRY_ID
    Now when I am trying to transport PSGroup/Grade GPAYSCGR to QA that transport is failing , the log massage is
    Characteristic GEMPLOYE1: Attribute GPAYSCGR compounded to 0COUNTRY_ID has a diff. time-dpdncy
    If any one saw this issue, please help me to fix the same.
    Samit

    Hi Venu,
    We can't add authorisation objects on Individual servers.We need to add authorisations on BWD ie Dev system and transport to BWI QUA system.This is the Process we need to follow as per our rule set.
    So,As the problem mentioned above if i add some auth. objects on BWD DEV system and transport it to BWI QUA system,it is getting transported Successfully to BWI,but the auth.objects what i have added on BW DEV system is not found on BW QUA system.
    What could be the problem for that,Is that the problem with transports like TP error or is it related with some tables of auth.objects...................
    Could u please analyse the problem and tell me the solution for this..........
    Thanks Much
    Swapna.D

  • Headerrenderer issue -Please help

    Headerrenderer issue -Please help
    hi
    I have a datagrid and I am  doing a custom sorting on the grid(by getting data from DB).
    I achieve this by capturing the headerrelease event of datagrid .In thee venthandler I will query from DB and do event.preventdefault to prevent standard grid sorting.
    Now I need to display my own custom ascending/descending arrows in the header.i have created an header renderer for this,
    In the headerrenderer I am lsitening to the headerrelease event of datagrid and in the eventlistener, as per the sortfield, i am trying to make the sort arrow visible/invisible.
    But somehow making the sort arrows visible/invisible is not working.The initial arrow works fine.it is shown the correct column(Name) as done in the init() method.
    The eventhandler is invoked on clicking the column headers and all the alerts are shown.
    Please see the headerrenderer code below and help me.(code is not complete only the relevant part is included)
    <?xml version="1.0" encoding="utf-8"?><mx:HBox   
    xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" horizontalScrollPolicy="off" creationComplete="init()" implements="mx.controls.listClasses.IDropInListItemRenderer">  
    public function init():void{
     headerLabel = dataField.label; 
    _dataGrid.addEventListener(DataGridEvent.HEADER_RELEASE,sortChanged,false);  
    if(_dataField.localeCompare('Name')==0)asc.visible=true; } 
    private function sortChanged(e:DataGridEvent){
     var dg:DataGrid=e.currentTarget asDataGrid;
    varcolumn:DataGridColumn = DataGridColumn(e.currentTarget.columns[e.columnIndex]);if(_dataField.localeCompare(e.dataField)==0)
    if(asc.visible ||(!asc.visible&&!desc.visible))
    Alert.show( 
    'in..');
    asc.visible=false;
    desc.visible=true;
    else if(desc.visible){
    asc.visible= true;
    desc.visible=
    false;
    else{
    asc.visible= 
    false;
    desc.visible=
    false;
    ]]>
    </mx:Script>
    <mx:Text text="{_headerLabel}" />
    <mx:Image source="{ascIcon}" id='asc' visible="false">
    <mx:Image source="{descIcon}" id='desc' visible="false"/>
    </mx:HBox>

    I got the solution!!
    i need to assign the headerrendereer to the columns dynamically inorder for this to work:
    if anybody wants to know details of solution let  me know

  • Mid 2010 15" MBP i5 A1286 POWER ISSUE-PLEASE HELP-

    The MBP works fine when mains connected but the only issue is every time I take the charger out it shuts down on me!!! So I have checked with a multitester & looks good the only thing i find hard to check for power is the battery itself as its hard to get a good connection, also I took to local Apple store & they checked with a new battery but said its still same issue so the guy disconnected nearly all the connecters off to check if they causing issue & he said now the battery is charging.
    So they still have the laptop to do further tests etc, but I’m not sure what could be the problem hear as maybe there is some component which is bad so the battery’s not charging or what else could be the issue please help & advice as I’m really confused as if it was something to do with the logic board then surely it would not even charge even after checking with the multitester or like Apple genius done by disconnecting other components...
    ANY HELP OR ADVICE WOULD BE HELPFULL,
    THANKS GUYS

    THANKS FOR THE HELP GUYS!!! BEEN AROUND 5 DAYS & NOT ONE PERON HAS HELPED...
    BUT YEAH THANKS AGAIN...
    WASTE OF TIME THIS IS...

  • I have several issues that I hope you can help me out with. I am a professional photographer with a Mac with OS X 10.9.4: - I can only make ONE contact sheet in CS6 (from AUTOMATE) from pictures indicated in Bridge. If I want to make another contact sheet

    I have several issues that I hope you can help me out with. I am a professional photographer with a Mac with OS X 10.9.4:
    - I can only make ONE contact sheet in CS6 (from AUTOMATE) from pictures indicated in Bridge. If I want to make another contact sheet I need to shut down and restart CS6.
    - Camera RAW: if I change any setting in Camera RAW (except exposure), having first optimized the exposure, the exposure will automatically return to zero. Sometimes when I've set exposure and cropped the picture in Camera RAW Plug-In, the effects are lost just by opening the picture in CS6.
    - Sometimes if I crop a picture in Camera RAW, it may be impossible to open it again from Bridge!
    - I cannot do lens corrections in Camera RAW, at all. The Camera RAW comment is that "it cannot load the correct lens type". Why?

    Are you writing that when you select  a large number of images in the bridge  like a hundred thumbnails  when you then use Bridge menu Tools>Photoshop>Contact Sheet II that Photoshop only produces a single contact sheet for the first few thumbnails and fails to produce additional contact sheets for the other selected thumbnails? Photoshop contact sheet II script should create as many contact sheet as needed  for the numbers of thumbnails selected.  Perhaps the script is hung or you have exhausted  your machine resources.
    ACR Crop tool does not crop the RAW file it records crop settings to be used during the conversion process.    Camera RAW DATA is not altered.  The only changes made to RAW Files is ACR Metadata may be added.  Anything you do in ACR can be un-done in ACR.    If you can not open a RAW File in ACR the Files is either corrupt or from a new camera ACR does not support yet.  ACR should not corrupt RAW files.
    If you do not have a lens profile for ACR I think you should still be able to do lens correction manually in ACR.
    Some of what you write I don't follow could you post some screen captures of your problems often a picture helps.

  • ýesterday  my iphone 5c screen  suddendly  shows connect to itune and i try to restore it using itune but halfway i got a message error occured (14). please help me in solving this problem.

    ýesterday  my iphone 5c screen  suddendly  shows connect to itune and i try to restore it using itune but halfway i got a message error occured (14). please help me in solving this problem.

    what did you learn when you search the internet for iPhone error 14?

  • Trackpad Issue - Please Help!

    Hi there,
    Hope you can help me out here.
    I've recently purchased a 15" i7 Macbook pro. The machine is but 3 weeks old &, of course, very well looked after.
    A few days ago, the built-in trackpad started behaving eratically. Cursor moving by itself, not responding to touch, clicking and opening things involuntarily. Not good at all. Many users seem to have had this exact same issue.
    These problems seemed to miraculously stop after a few re-boots and possibly a software update? I really couldn't tell you what resolved the problem.
    Unfortunately I now have a totally different problem.
    There is a thin, possibly 8 to 10mm horizontal strip across the centre of the trackpad that no longer responds to touch. If I move my finger from the botom of the trackpad upwards (or vice versa), the cursor will stop momentarily as it passes over the horizontal strip. The buttons are fine and the rest of the trackpad is fine. For the moment, I've increased the cursor acceleration so that I can at least navigate round the screen with a smaller area of the trackpad. USB magic mouse seems to work fine.
    If anyone else has experienced this &/or found a solution for this issue, please help me out here. I have rifled through endless threads about MBP trackpad issues with little success & do not live close to an apple store/genius bar.
    This is a 3 week old machine that cost me a small fortune. To be getting software/hardware issues so early on in it's lifespan is really rather worrying for the future.
    Appreciate your help here.
    J

    I'm not sure what caused this, but I extended my lunch break and drove the machine down to the Westfield apple store. I didn't have an appointment with the Genius Bar but I managed to persuade one of the staff to speak to a technician in the workshop. She came back into the store and told me that they had replacement trackpads and that , considering the machine was only 3 weeks old, the technicians kindly sandwiched the repair into their timetable at zero cost. 2 Hours later, I now have a perfectly functioning trackpad/machine.
    I can't thank them enough.
    My only gripe is that I couldn't speak to a technician to find out what the problem was, how they resolved it or what causes these issues for future reference. Understanding why these problems occur often helps to build your own framework of understanding. Most of the threads i've read about trackpad issues are largely unresolved with people only speculating the problem/solution.
    The initial issue I had with the trackpad's erratic behaviour seemed to be a well known problem that many are associating with a trackpad firmware update. Unless by pure coincidence I had an immediate & major hardware fault after it, which is unlikely, my personal guess is that the two issues were related.

  • My apps keep closing, all of the ones that i purchased from the app store. They started doing this unexpectant, please help me. what can i do to fix this issue?

    my apps keep closing, all of the ones that i purchased from the app store. They started doing this unexpectant, please help me. what can i do to fix this issue?

    Apps crashing
    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod

  • So, I gave my daughter my old iPhone 4s and I got the new iPhone 5 she deleted my contacts because she didn't know the iCoud was on. So what should I do to restore these contacts? Please help, Thank you!

    So, I gave my daughter my old iPhone 4s and I got the new iPhone 5 she deleted my contacts because she didn't know the iCoud was on. So what should I do to restore these contacts? Please help, Thank you!

    How does your problem? i have the same, I lost over one thousand contacts

  • New Infinity connect issues - please help

    We are having ongoing issues with getting BT infinity installed to our new house.  I really need someone that can actually help us find out what is wrong and how we can resolve the issues we are having.
    It all started a few months ago when we ordered BT infinity and a new phone line to our new Chapel conversion house.
    Initially there were some issues with the engineer being unable to get the phone line to the house. After numerous phone calls and several engineers visits, we these have now been resolved and we do have a working telephone.
    The problem seems to be with the Infinity. Nobody can give me an answer as to why we have not yet got a connection.
    When the phone engineer visited he said that he would try and connect the Infinity in the green box. – When he went to do this he tried to obtain our patching information and was informed that there was no live order for infinity on our number… As there was nothing more he could do he left.
    We then checked with BT and they confirmed that we do have an order for infinity and that there was a problem that needed and engineer to look at. (We have a box and are paying for the service already…
    We were told last week that an engineer was going to attend on Monday 13th Jan and that we definitely would have a connection by last Monday at the latest… - no engineer attended despite my wife spending her 3rd day in the house waiting for an engineer!
    She phone BT on Tuesday and was told that there was a problem and she would be contacted by Thursday Morning at the latest. – Needless to say , No phone call!!
    We really need to sort this connection out.  Is there anyone who can take this and run with it until it’s sorted? – We are getting nowhere talking to random individuals who have no real history of our connection history.
    Please Help!
    Doug

    Hi dougchapel,
    Thanks for posting and welcome!
    I'm sorry for the problems you're having getting set up on BT Infinity.  I can help get you sorted from here.  Click on my username and under the "about me" section you'll see the link to get in touch with us.
    Cheers,
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Nuked Tour: Reload issue please help

    I'm going to get straight to it my bb is nuked and I'm having an issue with the standard  recovery steps.  I'm going to be as detailed as possible.
    So I've installed my tour's OS already, I got the apploader up
    when I plug it in, instead of the usual "connection unknown" it shows my phones pin <Personal Infromation Removed>
    I hit connect and takes me to the appl selection, it shows my os so I hit next
    It loads JVM and system software
    When it goes to the next step "wait for device initialization"  it disconnects and reconnects and then goes back into it's reboot loop and I get a "reconnecting to device"  and it tells me it cannot connect to the device.
    I was really excited I could get my BB back to life and I get this far just for an error message.
    Is there anything I can do to get it past this step so I can recover my BB? 
    [Edited - Personal Information. Please read your messages]

    Well, I can't help but beg to differ...the instructions in the last FAQ I gave you are decidedly different from the BBSAK and/or normal JL_CMDER instructions. From your reply, I can't tell if you followed those instructions or not.
    Further, you say you tried multiple OS downloads...are all of those from your BB's original carrier? If not, have you been deleting the VENDOR.XML file (I've no idea what an mlx file is).
    You also haven't said if you've been able to perform a WIPE (via BBSAK or JL_CMDER) yet. Doing so results in a two step process...WIPE, which results in a 507 on the device as I recall, followed by the OS load.
    As for those 14 other threads...unless they provide some insight into your specific situation and are current, then they really have no bearing here, do they? Perhaps I'm misunderstanding though...perhaps you think that these forums are some sort of formal support from RIM? For they are decidedly not such.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Low performanc​e USB port on X61

    Hi, Recently I found my X61 has a low USB performance, when I copy files to my external USB HDD, the speed is about 13MB/s. Then I tested X61's writing speed on external USB HDD with HDtune and ATTO Disk benchmark, it is around 12-14MB/s. But The USB

  • Averages in a query using a variable with Replacement Path: Replacement wit

    I have two queries. Query1 has a handful of characteristics, one of which is used in a formula where I used replacement path in order to be able to use it in some calculated key figures. I also have a couple of key figures that are not calculated and

  • How do I change a Word doc to a PDF doc?

    How do I change a Word doc to a PDF doc?

  • FM 8.0.3 patch available

    For those of you haven't hit an autoupdate yet in FM, there's a new patch been released. See http://blogs.adobe.com/techcomm/2008/05/framemaker_803_available_1.html for more details. List of major issues resolved in this update. * Extended characters

  • How to disable GroupSpace once installed in 10.3.2

    We recently created a domain using the wizard. Now that our domain is up and running, we want to disable groupspace as we don't plan to use it and don't want to incur the overhead. When our server starts up, we get an error "The DataSource appsGroupS