Eternal booting with mac os 10.4.8

Since the update to mac os 10.4.8 the booting of my MBP core duo, 1gb RAM, 35Gb / 100Gb HD is extremely slow. I already tried changing the start up disc from network to the internal hard drive. No results were there.
has anybody have any solutions to this problem or any advises?
thanks
andres

1. Is it possible your mac is searching for the network volume b4 it mounts the internal? Did you change the Startup Disk Sys Pref or boot holding alt? The former is the better and give a couple of restarts to properly exmine performance. Still slow?
2. Disconnect Ethernet cable and peripherals. Still slow?
3. Permissions Repair (Disk Utility). Still slow?
4. Delete Login Items. Still slow?
5. "Safe Boot" (shift on startup). Restart. Still slow?
6.. Download and Install the Intel Mac OS 10.4.8 Combo Updater. Migrating from 4.7 to 4.8 through SWareUodate pulls down the smaller Delta Update. Running the Combo again can fix things.
http://supportdownload.apple.com/download.info.apple.com/AppleSupport_Area/Apple_Software_Updates/Mac_OSX/downloads/061-2659.20060929.MIsuC/MacOSXUpdCombo10.4.8Intel.dmg
http://www.apple.com/support/downloads/macosx1048comboupdateintel.html
7. Hardware testing and Disk Repair (e.g. Disk Utility or fsck) / OS re-install.

Similar Messages

  • [SOLVED] MacbookPro 8,1 13" - Dual boot with Mac OS X #rEFIt

    Hi everyone, I want to share my experience and request for help regarding my attempt to install Arch on my MBP 8,1. I can't count the times I've tried to install it this week.
    What have I done?
    So I followed the Beginner's Guide to aid me in the installation, with some exceptions:
    * I used Linux Mint 14 to use GParted. The reason I used it is because rEFIt won't sync the GPT and MBR tables properly when I try and use `mkfs.ext4 /dev/sdaX` inside the Archiso. With Archiso, the filesystem types are considered to be "Unknown" (#wtf no. 1), whereas with Mint that doesn't happen.
    * In fstab I had something like:
    # /dev/sda4
    UUID=c35d9121-a3f1-4cd6-ab53-61fe0f474eee / ext4 rw,noatime 0 1
    # /dev/sda5
    UUID=390185f6-6d55-430c-a9ba-d3d0b4c7798b /home ext4 rw,relatime,codepage=437 0 2
    The wiki mentioned the noatime and codepage flags for the respective partitions and so I complied.
    One thing to notice is I have no /boot mount because syslinux apparently doesn't like that.
    * Installing syslinux (along with gptfdisk), I issued:
    syslinux-install_update -iam
    , and reviewed /boot/syslinux/syslinux.cfg like this:
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    ----APPEND root=/dev/disk/by-uuid/c35d9121-a3f1-4cd6-ab53-61fe0f474eee ro----
    APPEND root=/dev/disk/by-partuuid/c35d9121-a3f1-4cd6-ab53-61fe0f474eee ro **still doesn't work, it's not found**
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    ----APPEND root=/dev/disk/by-uuid/c35bod9121-a3f1-4cd6-ab53-61fe0f474eee ro----
    APPEND root=/dev/disk/by-partuuid/c35d9121-a3f1-4cd6-ab53-61fe0f474eee ro **still doesn't work, it's not found**
    INITRD ../initramfs-linux-fallback.img
    I used UUID's to avoid the mess on sdaX discrepancies.
    Results
    * rEFIt correctly shows Arch as a boot option. It boots correctly to Syslinux.
    * The kernel load fails due to something like:
    Unknown filesystem 'vfat'
    ... and/or ...
    Waiting 10 seconds for /dev/sdaX ...
    This stroke me as #wtf no.2. VFAT?? Has anyone experienced this before?
    For now this is all I have. I was hoping the community could give me helpful pointers on solving this as I intend to contribute with documentation on this setup in the wiki.
    I'll be updating this post with newer information. Thanks for helping!
    Last edited by josemota (2012-12-31 18:05:09)

    I don't have much experience with SYSLINUX or booting a Mac in BIOS mode, but I can help answer a couple of your questions and offer some alternative approaches....
    josemota wrote:
    Hi everyone, I want to share my experience and request for help regarding my attempt to install Arch on my MBP 8,1. I can't count the times I've tried to install it this week.
    What have I done?
    So I followed the Beginner's Guide to aid me in the installation, with some exceptions:
    * I used Linux Mint 14 to use GParted. The reason I used it is because rEFIt won't sync the GPT and MBR tables properly when I try and use `mkfs.ext4 /dev/sdaX` inside the Archiso. With Archiso, the filesystem types are considered to be "Unknown" (#wtf no. 1), whereas with Mint that doesn't happen.
    This issue is a limitation of the "gptsync" program that's included with rEFIt, not with rEFIt itself. It's also not caused by mkfs; gptsync doesn't even look inside the partitions, AFAIK. Instead, it looks at partition type codes. It understands just a few of them, including the one that all but the very latest versions of libparted use on Linux filesystem partitions. The trouble is that the libparted developers long ago "borrowed" that code from Windows, but they shouldn't have done so. That's being corrected, and gdisk can use the correct code for Linux ("8300" in gdisk). In the future, libparted will use this code, too; the support is already present but isn't yet widely distributed. You could have set the type code to "0700" in gdisk from Arch and gptsync would have worked.
    You may be interested to know that gdisk can do the same job that gptsync does, and gdisk can do so much more flexibly. You can read more in the gdisk hybrid MBR documentation. Be aware that hybrid MBRs (which is what gptsync creates) are ugly and dangerous hacks. Sadly, they're necessary to dual-boot Windows and OS X on Macs, but you may be able to dual-boot OS X and Linux without a hybrid MBR. The trick here is to install an EFI boot loader for Linux rather than a BIOS boot loader for Linux. Macs use EFI natively, so this is the superior way to get started, at least theoretically.
    The Arch wiki has a number of pages on EFI issues, such as:
    https://wiki.archlinux.org/index.php/Un … _Interface
    https://wiki.archlinux.org/index.php/UEFI_Bootloaders
    https://wiki.archlinux.org/index.php/GRUB_EFI_Examples
    The main problem with booting a Mac in EFI mode is that some systems won't activate all their hardware in this way, so with some models you can end up with a network adapter or video display or sound that doesn't work. Other models are fine, though; you'll just have to give it a try and see if it works.
    Personally, I think the best way to do it is to use the kernel's EFI stub loader in conjunction with an EFI boot manager like rEFInd or gummiboot. Both are available as Arch packages, but it's better to install from OS X, and that process is much better documented for rEFInd than for gummiboot (although you could adapt the rEFInd documentation for gummiboot, if you liked). rEFIt can work, too, but only if the kernel includes built-in command-line options and is renamed with a ".efi" extension. These are awkward requirements, and since rEFInd is a continuation of rEFIt development, there's not much point in trying to get rEFIt to do the job.

  • Wallstreet PCMCIA hard disk not booting with Mac OS X?!?

    Wanted to set up a PC Card disk drive as a servicing device.
    Installing and booting Mac OS 9 works fine.
    Installing Mac OS X 10.2 performs without problems too, but the PC Card disk drive refuses to do the initial boot, resulting in a blank screen (Mac OS 9 flavour) with the mouse freezed in the upper left corner.
    alt-ctrl-shift-fn done, PRAM-Reset too, even Open Firmware reset.
    Any clues or tricks I don´t know of?

    trabu,
    Welcome to the Discussions.
    I also have a PC card HD made by MCE which works fine in 9.x on my Wallstreet but not 10.x. Apparently the necessary drivers to support this interface are not included in 10.x. Since it was not a very widely used hardware configuration, Apple chose not to support it.
    Interestingly, it is firmware during startup, both in the powerbook and PC card, that allow these HDs to boot. Once the PC card HD initializes, something is missing in 10.x which prevents the boot to proceed. I also do not believe the 8GB limit for Wallstreets running OSX on internal HDs applies (see below).
    When I was booted to 10.2.4 on my Wallstreet, the PC card HD would mount on the desktop with a PC card icon and any attempt to open a file or folder on the PC card HD would result in a freeze. I believe I still had 9.x installed on the external HD.
    This is what MCE has to say:
    "(Note: While the Transport Pro FireWire/USB Kit is compatible with Mac OS 9 and Mac OS X, the Transport PC Card Kit is only compatible with Mac OS 9 and does not operate under Mac OS X.)"
    The only way to boot a Wallstreet from another HD is via the SCSI port or a media bay HD. You can still buy one for $69 without the HD:
    http://store.mcetech.com/Merchant2/merchant.mvc?Screen=PROD&ProductCode=XPKIT&Category_Code=CLRNCHD&ProductCount=3
    Message was edited by: jpl

  • Help! dead loop boot with Mac OS Utilities!!!

    Need help! iMac late 2012 / Mac OS 10.8.3
    Always run with Mac OS X utilities. Restart & restore from backup disk not help.
    How disable that?
    Thanks

    Solved. Re-Install Mac OS X

  • Can I dual boot with MAC OS/X and Windows

    What is the best way to configure a dual boot on my MAC Bookpro laptop? Also, can I dual boot Windows 8 and MAC OS?

    The first alternative is a dual-boot arrangement between OS X and Windows provided with OS X.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
         1. Install the Apple Boot Camp software.  Purchase Windows
             XP w/Service Pak2, Vista, or Windows 7.  For Boot Camp
             4.0 and above you can only use Windows 7 or later. Follow
             instructions in the Boot Camp documentation on
             installation of Boot Camp, creating Driver CD, and
             installing Windows.  Boot Camp enables you to boot the
             computer into OS X or Windows.
         2. Parallels Desktop for Mac and Windows XP, Vista Business,
             Vista Ultimate, or Windows 7.  Parallels is software
             virtualization that enables running Windows concurrently
             with OS X.
         3. VM Fusion and Windows XP, Vista Business, Vista Ultimate,
             or Windows 7.  VM Fusion is software virtualization that
             enables running Windows concurrently with OS X.
         4. CrossOver which enables running many Windows
             applications without having to install Windows.  The
             Windows applications can run concurrently with OS X.
         5. VirtualBox is an Open Source freeware virtual machine such
             as VM Fusion and Parallels that was developed by Solaris.
             It is not as fully developed for the Mac as Parallels and VM
             Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech Labs- Virtualization Benchmarks, January 2013 | MacTech for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • PowerMac G4 doesnt boot with Mac Os 9/Tiger

    Hi all, so I have a G3 and a G4. On the G3 I can boot without problems Mac OS 9 Retail, on the G4 instead I cant boot Mac OS 9 or Tiger (always Retail version).
    The only boot i can do on the G4 is Ubuntu...
    I tried so many ways, c, pram, reset-nvram/-all, installing Mac Os 9 on the hd by G3 but without solution...
    Some ideas?

    Hi, elect86 -
    Re OS 9 -
    Your G4 (Gigabit Ethernet) model can not use an OS 9.0 Install CD, nor an OS 9.2.2 Install CD.
    It originally came with a model-specific version of OS 9.0.4. It should be able to boot to the Software Install CD that came with it, which uses that OS.
    It should also be able to boot to and use a retail OS 9.1 or 9.2.1 Install CD. All retail OS 9 Install CDs have a white label with a large gold 9.
    It can not use any OS 9.2.2 Install CD - the only OS 9.2.2 install disks released were ones that shipped with certain Macs, and are model-specific to those machines. There has been no retail OS 9.2.2 Install CD released.
    Recommendation - if you do not have the original Software Install CD that came with your G4 (Gigabit Ethernet), obtain a retail OS 9.1 or 9.2.1 Install CD.
    Re OSX (Tiger) -
    If your disk set for Tiger is a retail set, it would have come on DVDs. If the optical drive on the G4 is not DVD bootable, then the DVD set will not work. There was (may still be) an exchange program for Tiger, to exchange the DVDs for a set of CDs.
    Another possibility in that regard is that the firmware on the G4 has not been updated to v. 4.2.8. This can be installed provided the machine has a bootable OS 9.1 (or later, but not OSX) installed on the hard drive.
    Article #120068 - G4 Firmware Update 4.2.8
    If by chance the Tiger install disk set that you have is one that came with a different model Mac, it will not be usable on your G4 (Gigabit Ethernet) machine.

  • Using my PC Eternal Drive with MAC OS X

    I plugged my Maxtor drive into the MAC, and it can read the files, but I want to add files to the external drive. It appears that its some sort of permissions problem, but I don't know how to correct it. The drive states that it is read only.
    Any help would be appreciated.
    Thanks in advance!
    Chaz

    Hi chazperx;
    How is the drive formatted?
    If it is formatted as NTFS, then the Mac can read it but not write. That is not a permissions problem. It is a format problem. OS X is not capable of writing to NTFS formatted disks.
    The disk can be reformatted to FAT32 then both Windows and OS X can read and write to it. If you reformat the disk all data on it will be lost.
    Allan

  • 285 GTX Mac and Windows XP booting with Boot Camp - Black Screen

    I decided to update my 8800GT to the newer 285 GTX. Loaded the drivers, a must first, then installed the card. Booted the Mac and wow what an inprovement.
    Here's where the problems start. I used Boot Camp to boot to my Windows XP 32 install in Bay 2. Got the Windows Start Up screen then nothing but black.
    I reinstalled my 8800 GT and restarted the computer. I installed the latest nVidia drivers (190.38) in XP.
    I reinstalled the 285 GTX and tries again. Mac worked fine when I restarted in XP got the Windows startup screen then nothing but black.
    I could use some answers to solve this problem. I believe the 285 is supposed to work booting Windows from Boot Camp but I can't figure out how to make it work.
    Thanks in Advance

    I know I saw, and tried to help, someone else with the same questions. At that time I think tried to get them to use Driver Sweeper 2.0 and really uninstall drivers and any leftovers.
    So there should be another thread here, but maybe also on eVGA forum.
    And it doesn't make sense, unless XP or even Apple's leftover Boot Camp drivers. So look for Driver Sweeper 2.0, works better; and there is a thread on evga for removing graphic driver and upgrade.

  • What happens if i boot with windows an install a new version of windows on mac book pro ?

    I tried to install a windows on my mac book pro but i couldn't because of i don't know different problems which finally in this forum they told me u can not because of my hard disk partitions ( Link to that post) , now i am using vmware but its really slow for windows 8.1 and visual studio .
    i have now a question , what happens if i boot with win 8.1 boot able DVD and install a new windows ?
    the main questions are :
    1. does it recognize any of my partition to select for windows installation ?
    2. if no , can i format any partition for new partition during windows installation?
    3. if i could install a windows , who is the boot loader ? windows or mac ? can i still boot to windows or what ?

    majid khalili wrote:
    I tried to install a windows on my mac book pro but i couldn't because of i don't know different problems which finally in this forum they told me u can not because of my hard disk partitions ( Link to that post) , now i am using vmware but its really slow for windows 8.1 and visual studio .
    Give your previous partition layout, you cannot install Windows via Bootcamp, unless you are willing to give up all your extra partitions and go back to EFI, OS X and RecoveryHD only configuration.
    i have now a question , what happens if i boot with win 8.1 boot able DVD and install a new windows ?
    the main questions are :
    1. does it recognize any of my partition to select for windows installation ?
    2. if no , can i format any partition for new partition during windows installation?
    3. if i could install a windows , who is the boot loader ? windows or mac ? can i still boot to windows or what ?
    1. Windows installer will not work and you will end up with driver issues.
    2. No.
    3. You cannot, but if you could, the Apple Bootmanager would be your Boot Manager/Loader.

  • Mac Mini won't boot with install disk

    tried booting with install disc in and pushing "c" on keyboard and doesn't work. Using a apple wireless keyboard. Also used the keyboard that came with Mac Pro but didn't work nor did a wired logitech.
    any ideas?
    Thanks!

    +What is the source of the idea that the mac aluminum keyboard won't work with the mini?+
    Dozens of reports in this forum over the past year.
    Keep in mind that by "not working" what was meant was that the startup keys wouldn't work. The Alu keyboard otherwise works fine with the Mini.
    It has also been reported that the Alu Keyboard does work for startup keys if it is plugged into a hub with an external power supply.

  • How to remove boot options while booting in mac with the options key

    I've just installed windows trough bootcamp, but somethings went little bit wrong,
    Everythings works fine, mac works and windows 7 works properly. But when i hold down the option key while booting i dont have the normal 3 options (Mac, Windows, Mac Restore). I now see these options (MAC, Windows, Windows, Windows efi, mac restore).
    MAC -> works fine
    1e windows -> (error no operating system installed)
    2e windows -> works fine
    3e Efi windows (boots into mac)
    MAc restore -> works fine
    So is there an way to clean up these options?
    Thanks

    You think someone will use Boot Camp Assistant?
    EFI is / was always there. Sometimes it shows up (from using Disk Warrior).
    Windows has its own 100MB system reserved as well that is the boot area.
    I'd start with Lion Recovery, show hidden features and partitions, and check the health of all, and repair HFS volume.
    Also try your Windows DVD and see if it sees a problem.

  • When dual-booting with Windows 7, Mac OSX time settings reset every reboot.

    I have recently installed Windows 7 Professional on my mid 2010 MacBook Pro via BootCamp (Running Mavericks BTW). Everything runs grean and have not experienced any problems on the Windows side, but I have a problem with Mac OSX now. When I am using Windows 7, and I reboot into Mac OSX, I find that my time settings are wrong. It seems like my time zone has changed, because the date is correct, as well as the minutes, but the hour is always wrong. When I go to Date & Time in System Preferences, and my time zone is correct, but I still have to chage the hour in the time. Any ideas as to why this is happening and how to stop it would be greatly appreciated.

    If you dual boot your Windows PC with OS X or Linux, you may have experienced a problem in which your clocks reset themselves incorrectly every time you boot into Windows. Here's a simple registry edit to fix that.
    Essentially, the incorrect clock setting happens because OS X and Linux use GMT time while Windows tries to synchronize with your local time zone, getting confused when you reboot between the two. Apple's own Boot Camp drivers for Windows are supposed to fix this problem, though some users have noticed that it still happens even with the drivers installed, and some Linux users are left out in the cold. Furthermore, if you have a Hackintosh, you can't install the Boot Camp drivers, so you'll need to find another way around the problem.
    To fix it, just hit Start and type regedit.exe in the search box. Hit Enter and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation. Right click anywhere in the right pane and hit New > DWORD (32-bit) Value. Name it RealTimeIsUniversal, then double click on it and give it a value of 1.
    Lastly, reboot into OS X, then reboot back into Windows. You should now notice that your clock actually displays the correct time.

  • I currently run Mac Pro with three hard drives. Can I dual boot or even triple boot with Snow Leaopard on one drive and Mountain Lion or Lion on others?

    I currently run Mac Pro with three hard drives. Can I dual boot or even triple boot with Snow Leopard on one drive and Mountain Lion or Lion on others?
    I need to keep Snow Leopard so that I can run some old softward.

    If you are careful you can put at least two on one drive, having Recovery from Lion and Mountain Lion on their own drives though.
    CCC can clone Lion Recovery - great for moving or backup.

  • Mac Mini 2014 Boots With Black Background/White Apple

    Mac Mini Specs: 2014 Model with 2.6GHz processor, 8GB RAM, 1TB HD, Intel Iris Graphics, Mini-Display Port to DVI adapter with Dell monitor
    Issue: When booting the Mac Mini up it goes through a very standard Yosemite boot but the background is black and the apple and progress bar are both white.  The issue is entirely cosmetic in nature and doesn't seem to have any negative effects.  What I normally expect and have seen in 30+ macs upgraded to Yosemite is the same loading but with a grey screen.  It's worth noting that I have noticed this issue on 2 iMac 2010s that had been upgraded to Yosemite that belonged to some friends, but their issues were intermittent or fixed.
    Steps Taken:
    Updated from 10.10 to 10.10.1 and installed all other available updates
    Checked the Start-up Manager, Recovery, and Internet Recovery.  All have black backgrounds and internet recovery's globe is small then normal.
    Reset SMC and NVRAM
    Tested Safe Boot
    Erase and Reinstall OS X
    Removed all peripherals except monitor
    Tested another monitor and DVI cable
    Tested HDMI without the adapter
    Replaced Mac Mini with new Mac Mini
    Questions:
    1. Have you seen this issue before and what are the specs of the device it occurred on? (OS, Model, Year)
    2. I wonder if this might be expected but can't find anything to reference that it would be and didn't get any answers even when asking people at the store or over the phone.  Have you seen any articles/pages that talk about this issue?
    3. Can you think of anything else to try and resolve this?

    This is normal for the newer machines running Yosemite. There's nothing wrong.

  • After Security updation of Windows 7 in Boot Camp (Mac Book Pro with Retina Display) on 13-Nov-2013, Windows 7 Desktop Gadgets are not working properly.

    After Security updation of Windows 7 in Boot Camp (Mac Book Pro with Retina Display) on 13-Nov-2013, Windows 7 Desktop Gadgets are not working properly.
    This is boot camp problem, because in other normal notebooks (e.g. SONY VAIO, Lenovo with Windows 7) the gadgets are working normally.
    I am attaching the screen shot of Desktop Gadgets and Security updates of Windows 7.
    Kindly solve this issue ASAP.
    Shailendra Gupta
    <edited by host>

    You are not addressing Apple, but a community of unpaid volunteers. So ASAP won't cut it. Also, you should refrain from posting personal information (like your email address) in the body of your comments, as this is part of the community usage guidelines.
    Have you reinstalled the latest Boot Camp Windows 7 drivers, just in case Microsoft overwrote some of them during the Windows 7 security update?
    If you want to communicate issues with Apple about Boot Camp and OS X, click on the link. Just don't hold your breath on receiving a response.

Maybe you are looking for