Cant boot after installin OS X

Just got a Power Mac G4 Tower. I installed OS X, everything looked fine but when on the restart it got stuck on a grey screen with a broken folder icon. What does this mean and how do I fix it?
Please help.

This is the current situation. As previously mentioned I got 2 G4 towers, the second upgraded without any problems it has Panther on it now. With the other tower I’ve installed OS 9.2.2 and upgraded the firmware (with your help, thank you.) I put in the same CD’s that worked in the second tower and now get an error “Startup Disk was unable to select the install CD as the startup disk. (-2)” I’ve also tried restarting holding down C with the panther install disks in and I no longer get the broken folder icon but a flashing apple face and question mark. I let go of C and it boots up in 9.2.2
I feel like I’ve made some progress but I’m still stumped on my next move.
oh yea. the only difference between the 2 towers is one is from 2000 and the other is 2001. The 2000 is the one giving me trouble. Don't know if that matters or not.

Similar Messages

  • My macbook pro retina 15'' cant boot after smc reset .

    My macbook pro retina 15" cant boot after smc reset. Can someone find me a solution which does not require opening my laptop ? Thnx in advance .

    Try Resetting the PRAM

  • [Solved] Cant boot after editing fstab ( virtualbox )

    what information do i need to post here to help, and how do i get it since i cant boot in ?
    Last edited by Shockwave0 (2013-11-07 00:48:14)

    im using openbox i opened up /etc/fstab with leafpad heres what it looks like
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda1
    UUID=aff5b1d2-0452-467f-81e7-dc3b2298101e / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda3
    # UUID=1519cef9-0d8d-4ea4-b9d5-cc94b09cd59a none swap defaults 0 0
    Last edited by Shockwave0 (2013-11-07 00:05:54)

  • Cant boot after shutdown

    Hi
    i was trying the unlocked sempron 140 and after i shutdown the pc i wasnt able to boot the next day. this has happened before but now after i try to reset the bios the system still fails to boot. all i get is black screen. and no matter how many times i try to reset the bios i cant get anything on screen at POST.
    again i have had this problem before but now resetting bios doesnt seem to help .
    so i have to post here and ask any if anyone has any suggestions?
    PS. sorry couldnt find better forum to post.
    MY System:
    Mobo: Msi 770-c45
    GPU: saphire radeon 4850
    CPU: sempron 140
    Bios: latest
    PSU: COMPUCASE PSU 550W 12CM ATX12 V2.0

    Quote from: Henry on 04-March-10, 06:39:57
    Please provide information for all components, not just some. You do not say what RAM you have among  other things.
        >> Posting Guide <<
    Ok here's new updated list:
    Mobo: Msi 770-C45
    GPU: sapphire radeon 4850 512 mb
    CPU: Athlon II X4 630/AM3 2.80GHz 2MB-L2 95W
    PSU: ANTEC PSU 650W 12CM ATX12V2.2 80+
    RAM: 1GB 1333MHZ DDR3 NON-ECC CL9 DIMM x 4
    Other devices: 3 x HDs , 1 CD-Rom
    OS: win xp home
    Bios: latest

  • Cant boot after upgrade with conflicts

    hi
    always when i install arch and do:
    pacman -Syu
    i have error:
    failed to comit transaction (conflicting files)
    without that upgrade i cant install desktop manager so i try:
    pacman -Syuf
    pacman -Sc
    pacman -Syu
    and it finish upgrade without errors but when i reboot it want boot:
    Unable to find root device /dev/sda10
    You are beign dropped to a recovery shell
    and my keyboard doesnt work too, only i can i reinstall Arch and when i do that i have same problem next time with conflicting files.
    i try many linux distros, gentoo, slackware and every of them works great only arch have stupit conflictioning, is this a bug ?
    what can i do ?
    thanx

    For an explanation about those conflicting file errors (and how to fix them), take a look here.
    As for the "unable to find root device" error, you probably borked something by running "pacman -Syuf" (never use the -f flag for a generic update). Take a look here at how to fix that.

  • Cant boot after installing

    I installed Arch in my laptop from usb following the beginners guide
    Used GPT partitioning and my current disk structure is :
               1007K  free space
    sda1    100M  Win
    sda2    54G  Win   ( windows 7 )
    sda3    3G  swap
    sda4    16.3G  arch  ( /mnt)
    sda5    38.4G  home (/mnt/home)
    on running
    # grub-install --target=i386-pc --recheck /dev/sda
    i get the output :
    /usr/sbin/grub-bios-setup:  warning : this GPT partition label contains no  BIOS boot Partition; embedding wont be possible
    /usr/sbin/grub-bios-setup:  warning : Embedding id not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
    /usr/sbin/grub-bios-setup:  error : will not proceed with blocklists
    so i ran
    # grub-install --target=i386-pc --recheck --force /dev/sda
    i got the same warning but no error
    finally
    # grub-mkconfig -o /boot/grub/grub.cfg
    i got the output :
    Found Linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs--linux.img
       Warning: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning.
       No volume groups found
    Found Windows 7 (loader) on /dev/sda1
    done
    exited the chroot, unmounted the disks and rebooted
    on reboot i get
    GRUB <blinking cursor>
    what should i do now??
    Last edited by soumyaxyz (2013-03-18 19:03:47)

    s1ln7m4s7r wrote:
    i get the output :
    /usr/sbin/grub-bios-setup:  warning : this GPT partition label contains no  BIOS boot Partition; embedding wont be possible
    /usr/sbin/grub-bios-setup:  warning : Embedding id not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
    /usr/sbin/grub-bios-setup:  error : will not proceed with blocklists
    Your setup doesn't respect the preliminary requirements for GRUB2 on GPT (lack of bios boot partition)
    https://wiki.archlinux.org/index.php/Gr … structions
    I tried syslinux earlier but then i got just a blinking cursor after rebooting
    so is there any way for me to salvage the installations ?
    [edit] I forgot to mention the 1007k free space at the start ( i have edited the original post)
    Warning: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning.
    No volume groups found
    Are you using any lvm volumes?
    No I did not set up any logical volume
    Last edited by soumyaxyz (2013-03-18 19:05:30)

  • My macbook air is not booting after installin windows 7 32 bit via boot camp.. when ever i try to turn it on, the screen starts like it is gonna work but suddendly it turns dark ?!?!

    I recently had to install windows on my macbook air, so installed windows 7 using boot camp.. The installation went great and that entire day i was workin on windows on my macbook.. Althogth the next day my macbook air refused to work when i turned it on showing only a glimpse of starting screen.. What did i do wrong?!?! How to solve this issue. My book air is only 3 months old and worked perfectly before installing windows.. Any help would be appreciated.. Thank you..

    check and make sure your screen brightness is up - (fn F6)

  • Cant boot HELP

    cant boot after i ran out of battery during update later when i recharged it i left macbook on for 12hours without moving off the boot screen (the grey apple with the circle loading thing) i tried repairing it with mac install disk but nothing. not sure what operating system i got it end of 2010

    You will need to do the following:
    Drive Preparation
    1.  Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (for Intel Macs) or APM (for PPC Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Steps 4-6 are optional but should be used on a drive that has never been formatted before, if the format type is not Mac OS Extended, if the partition scheme has been changed, or if a different operating system (not OS X) has been installed on the drive.
    When formatting has completed quit DU and return to the installer.  Complete the OS X installation.
    BTW, your profile says Mac Pro, but you have a MacBook Pro, so you should change it to reflect what you are using.

  • T540p wont boot after bios update

    I updated my T540p a few days ago using Lenovo Solution centre, hiwever, it cant boot after update. The power button is on and fan spins, but the screen is black. I tried: remove battery and all external device and press power button for 30 seconds, out back the battery, still screen wont show anything; tried usb recovery stick, didn't work; tried Recovery discs from Lenovo, still failed.
    Please help. Thanks in advance.

    Ouch.  And just out of luck. 
    Chances are, the board is bricked. 

  • After time machine, cant boot?

    Wow, i dont know where to start..
    I have a iMac 27" intel i7 2011. Havent had any problem with it until yesterday. I was erasing my files i had in my recycle bin and for some strange reason i see that around 70% of all my files on my harddrive was gone. I also saw in finder that i had almost entire harddrive empty..
    Hmm, i was scared but i thought that this is not so bad, because i have a 2TB external disk that's making time machine backups all the time.
    I booted up with my recovery parition and started to recovery from time machine backup that i have since a few days ago (to be sure that it worked then).
    When the recovery was finished (after around 8h / 600 GB) it was complete. But now when im booting up my iMac, all i got is apple logo and spinning wheel. I can hear that all my drives is starting up, exactly like always, but its stuck there, its spinning..
    What i've tried until now is:
    - Repair disk permissions
    - Repair disk
    - Resetting NVRAM and PRAM
    - Disconnect all cables and only run with power cable connected.
    - Safeboot (Its the same here, cant boot)
    - Doing another time machine recovery but at a even earlier date.
    Please guys, help me
    EDIT: I had not been able to boot at all since a did my first try to recover from time machine.

    Please tell us what you did exactly to do the TimeMachine backup?

  • Cant boot up after the 10.4.9 update :(

    Well, I too am now stuck, unable to boot after the 10.4.9 update. My problems are a bit different than others on this forum. When I boot up, I get the dong startup sound. Then it switches to the white screen with the apple logo. The spinner NEVER shows up however. After awhile, the G5 fans start revving up really loud. I have let it run in this mode for up to an hour, and nothing ever happens beyond that.
    I have tried to boot up in single user and verbose mode, but I cannot. I press Command-S or Command-V right after the dong startup, but nothing happens except that it goes to the Apple logo screen.
    I am able to hold down Shift at startup, but then when I click my disk icon, it hangs at the Apple logo screen again.
    I am currently running the Extended Hardware test from my Powermac G5 CD. It looks like everything is going to pass just fine.
    I am a huge fan of Apple, but this just absolutely *****. It seems there are a lot of people having these problems. Get your stuff together Apple.
    Does anyone have any idea what else I can try?

    I got the following:
    Checking Catalog file:
    Invalid key length
    Volume check failed
    1 HFS volume checked
    1 volume could not be repaired because of an error.
    Uh oh.

  • Cant boot os x after installing windows

    I have a 2011-2012 macbook pro 15. yesterday I installed windows 7 using bootcamp and installed all drivers. everything seemed fine and I even switched to OS X Yosemite once and went back to windows again. and then I tried to restart and boot back to OS X and it did not let me. so basically once I restart, I hold the option key and when I do that nothing happends. all I see is a black screen. it does not show me the booting options. If I restart the computer and touch nothing windows automatically boots up. so windows is fine. so what I tried to do is go into bootcamps control panel and change the start up boot to OS X and restarted thought this might automatically boot osx but it didnt. so macbook got restarted and it stayed on black screen. option key still doesnt work. I also tried the command + R and i get the utility screen but I still cant boot OsX eventhough i can load windows again from start up on my utility screen. so I dont know if i need to re install OSx, or if its the drivers or a hardware issue or what. please help me out, I need my OS X and files that i have on it

    Startup Issues - Resolve
    Startup Issues - Resolve (2)
    Startup Issues - Resolve (3)

  • Cant boot pc after Bios Flash

    I finally got my K7N2 mobo working so i decided to flash the bios to get rid of those faulty temps. the flas was sucessful and it restarted but now it wont boot up ive tryed everything i can think of and still nothing any ideas?

    Kagato,
    I have the K7N2, flashed the bios to the latest the other day looking for the temp detection fix. And basically mine did the same thing and I believe it is some sort of weird ram problem. It took a good 3 hrs to get mine to boot after the flash, although, I have to say i think it was booting some of the times, just no video signal. Then sometimes when I hit the power button, it would seem to get power for a split second then none. Eventually, after many attempts, (finally got it going by hitting the reset button until it booted with video signal) it booted and the temp had dropped 20 C!!! The machine ran fine but just try to reboot it, lol. I was running 512mb of generic 333 ddr (single stick), last night I added a second stick to the second channel and presto, boots fine! Weird problems! Also, with the single stick in, I had to run the ram by spd, after adding the second stick, I cranked the ram settings up in the cmos and it works great.
    I will also mention that I run a 2100+ in it @ 2700+ by setting the fsb to 166 and the vcore to 1.625.
    Good Luck, Brewer
    MSI K7N2
    XP 2100+ @ 2700+
    1gb pc2700 generic
    80gb WD JB 8mb Cache
    30 gb ata133 Maxtor
    ATI Radeon AIW 9700 Pro
    Optical Sound Riser
    LG cdrw/dvd combo drive
    Enermax 450 watt power supply
    Quote
    Originally posted by Kagato
    I finally got my K7N2 mobo working so i decided to flash the bios to get rid of those faulty temps. the flas was sucessful and it restarted but now it wont boot up ive tryed everything i can think of and still nothing any ideas?

  • Macbook Pro fails to boot after any OS update.

    Hi, I've been a PC user all my life so please be patient!
    I have a mid 2010 MBP running 10.6.3 with Win7 on a boot camp partition. I have read and followed the instructions regarding boot issues from many sources on these forums but nothing so far has solved my problem.
    I can install anything via software update as long as it isnt an OS update. Any OS update installs fine but the MBP will not reboot afterwards; I get an endless spinner. I cant boot into safe mode either, endless spinner again after the progress bar dissappears.
    I have verified and repaired the disk in single user mode and via the disk utilities tool after booting into the install DVD, I have repaired permissions I have tried just about every instruction I could find, I have read posts where people are talking about replacing ACPIPPlatform.kext and IOPCIFamily.kext but I'm not sure this applies to me as they seem to be saying to lift those files from 10.6.6 / 10.6.7 and I cant event get to 10.6.4.
    Just to be clear, I cannot update to anything above 10.6.3. I have tried combo and single updates for every patch version from 10.6.4 up to 10.6.8 and the MBP will not reboot after any of the OS updates. The only way I can get the machine to boot again is to wipe the Mac partition and re-install 10.6.3. So, am I doomed to be stuck on 10.6.3 forever?
    To add insult to injury, of course Windows 7 works perfectly
    I have no obvious HD issues, once I reinstall 10.6.3 everything works perfectly.
    It did cross my mind that the only thing I haven't tried is to strip the win partition off completely and put the MBP back to pure mac and see if the updates work then but thats a lot of hassle (its a dev machine) so I thought I'd ask if any of you fine people might be able to help me out before I go for the nuclear option.
    Thanks.

    Put a bootable backup/clone of your 10.6.3 volume onto an ext FWHD using something like Carbon Copy Cloner or SuperDuper!, boot from it, and try updating to 10.l6.8. If that works, then finish updating everything, and reverse the process. If not, then, try the nuclear option. I don't do windoze, so you'll have to figure out to back that stuff up before proceeding.

  • Can't boot after 10.7.3 update

    Hi,
    I installed the 10.7.3 update and now i cant boot....
    my mac hangs on the apple logo with the spinning weel and just stays there forever...
    i tried to reset the smc but still nothing.
    When i did the boot on verbose mode, this is the message i got when it hangs:
    dyld: library not loaded:/usr/lib/libxar-nossl.dylib
    referenced from:/system/library/frameworks/security.framework/versions/A/security reason:image not found
    com.apple.launchd1com. apple launchetl.system2
    the system bootstrapper has crashed: trace/bpf trap:5
    can anyone help me out? i need my mac to work and now can't use it...
    I Tried to do the re-install of lion on the recovery menu but it just hanged for the whole weekend on the "Loading Installation Information..." part....
    i have a decent internet connection so i don't think it's the internet's fault.....
    Thank you in advance

    Problems on the hard drive would be my guess. Here's the less invasive solution:
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This will install 10.8.3 so no update will be required afterwards.

Maybe you are looking for

  • Mail options & disposable addresses moved!

    Did anyone else lose access to their disposable addresses?  They're under 'Mail options', which used to be a very clear text button at the top left of the mail screen.  I've finally found that it's moved to the 'Gear cog' tools icon, at the top right

  • How to run a do-while loop on the 2nd execution after a stop on failure occurs?

    I am trying to use the Stop on Failure process model callback from the TestStand Examples. If a step fails within a Do-While loop and the test is terminated, the second time the test is run (continuing to the Next UUT in the process model), the condi

  • Hi  i had a problem please send me the onswer

    hi,    i am new to the hr abap, now i am in the compensation management , what is the lumpsum, performance management rating,last inc.reason,last inc.date please give the informaion. regards, venkat.

  • NoInitialContextException

    Hi! I have uploaded my jar file on weblogic server 6.1. But when i execute my client program it gives me following problem . Exception in thread "main" javax.naming.NoInitialContextException: Need to speci fy class name in environment or system prope

  • Background sound from aquarium screensaver left behind, continues to play

    Greetings, I have a very strange problem. Last week, I downloaded the D Desktop Aquarium Screensaver 1.7 from Apple's "Downloads" section. When the screensaver is activated, it plays this bubbling sound in the background. I removed the screensaver be