MacBook Pro Installation - Failed to Mount Real Root

Hi, I've been trying to install Arch on my older MBP for years now (2009 model, I think) with a single-boot configuration. I can successfully boot from the USB, where I get to select from three shells to boot in, being:
Arch Linux archiso x86_64 UEFI USB
UEFI Shell x86_64 v1
UEFI Shell x86_64 v2
Then, I select the first, and stuff just skims by at first, until I end up at something like:
:: Device /dev/disk/by-label/ARCH_201303' mounted successfully
:: Mounting /run/archiso/cowspace (tmpfs) filesystem, size=75%...
:: running late hook [archiso_pxe_common]
:: running cleanup hook [archiso_shutdown]
:: running cleanup hook [udev]
ERROR: Failed to mount real root device
Bailing out, you are on your own. Good luck.
Then I'm stuck with a shell as root with barely any commands to use (no fdisk/gdisk/insert-any-partitioning-tool-here), etc. I'm pretty sure this isn't supposed to happen. Is there any guide on how I can fix this? Googling hasn't exactly worked, and I couldn't find anything on the Arch Wiki too easily.
Thanks for the help!
Important note:
Months ago, I got stupid and did try to install CrunchBang (BIOS boot only, obviously). That erased pretty much everything (that includes the EFI partition, etc.) and left me with a few unbootable partitions. So, uh, that is to say, if any suggestion involves booting up from OS X and doing anything, or using rEFInd/rEFIt, it won't work. Thankfully, however, I am able to do most Linux commands as I am currently on my primary system, Linux Mint.
Last edited by kyeshi_0913 (2013-06-13 23:02:15)

@ the_isz - Thanks for the read, but no help.
@swanson - That usb hook was added, this error happens just after the usb module scans the bus. Listing by-label while in RAMFS shows the USB devices.
Also while in initrd environment:
[RAMFS /]# blkid
/dev/sda1: LABEL="BOOT" UUID="d71a5da8-fbdd-4ab9-ba5a-fa2adcda137b" TYPE="ext2"
/dev/sda2: LABEL="SWAP" UUID="3a437fef-b143-4626-a74c-2332d3a83470" TYPE="swap"
/dev/sda3: LABEL="SYSTEM" UUID="702e29ad-3f8a-4590-9c97-36a4f0b0262b" TYPE="ext4"
/dev/sda4: LABEL="HOME" UUID="2ef17520-7602-4855-acee-331535fdb0c7" TYPE="ext4"
/dev/sdb1: LABEL="USB-BOOT" UUID="3a563c48-850d-410a-afb9-bcd01ed567a5" TYPE="ext2"
/dev/sdb2: LABEL="USB-SWAP" UUID="980f4f7e-24a2-4347-8595-c61d8f72accf" TYPE="swap"
/dev/sdb3: LABEL="USB-SYSTEM" UUID="b6d09c53-aed8-494e-b017-df4c3c66b64b" TYPE="ext2"
lists all partitions, that is USB and hard drive, but attempting to manually mount sdbn (USB partitions) failed.
[RAMFS /]# mount /dev/sdb3 /new_root
mount: mounting /dev/sdb3 on /new_root failed: no such device
Regards,
Brian

Similar Messages

  • [SOLVED]dual boot-Failed to mount real root device

    Hello,
    Here is my drives partition info:
    /dev/sda1       2,949,122,048 3,907,028,991   957,906,944   7 NTFS / exFAT / HPFS
    /dev/sda2               2,048   901,117,951   901,115,904  83 Linux
    /dev/sda3    *    901,117,952 1,925,115,903 1,023,997,952   f W95 Extended (LBA)
    /dev/sda5         901,120,000   901,439,487       319,488  83 Linux
    /dev/sda6         901,441,536   905,648,127     4,206,592  82 Linux swap / Solaris
    /dev/sda7         905,650,176 1,925,115,903 1,019,465,728  83 Linux
    /dev/sda4       1,925,115,904 2,949,122,047 1,024,006,144   7 NTFS / exFAT / HPFS
    /dev/sdb1               2,048     2,099,199     2,097,152  83 Linux
    /dev/sdb2           2,099,200    53,299,199    51,200,000  83 Linux
    /dev/sdb3          53,299,200    73,779,199    20,480,000  83 Linux
    /dev/sdb4          73,779,200   224,673,791   150,894,592   7 NTFS / exFAT / HPFS
    I installed Opensuse 12.1 on /dev/sda5. It is booting with Grub, working with no problems. The computer boots directly to Grub menu.
    THEN, I installed Arch linux (last release) on both sda and sdb following these mounting points:
    /dev/sdb1 mounted as /boot  Ext2
    /dev/sdb2 mounted as /   BTRFS
    /dev/sdb3 mounted as /usr  BTRFS
    /dev/sda2 mounted as /home  BTRFS
    Intstallation went smooth until the end. Installed the bootloader.
    Now, I am trying to configure GRUB to boot Arch.
    Here is what I added on /boot/grub/menu.lst, in sda5 under Opensuse:
    title Arch Linux  [/boot/vmlinuz-linux]
        root (hd1,0)
        kernel /vmlinuz-linux root=/dev/sdb1 ro
        initrd /initramfs-linux.img
    In Opensuse, i can check that vmlinux and grub/menu.lst are indeed in /dev/sdb1
    My /etc/fstab is on /dev/sdb2
    =============================== sdb2/etc/fstab: ==========
    # /etc/fstab: static file system information
    # <file system>    <dir>    <type>    <options>    <dump>    <pass>
    tmpfs        /tmp    tmpfs    nodev,nosuid    0    0
    /dev/sda2 /home btrfs defaults 0 1
    /dev/sdb1 /boot ext2 defaults 0 1
    /dev/sdb2 / btrfs defaults 0 1
    /dev/sdb3 /usr btrfs defaults 0 1
    With this parameters, i got an message error when booting Arch:
    Mounting /dev/sdb1 on /new_root failed: no such device.
    Error : failed to mount the real root device.
    So, at busybox prompt, I tried this command line :
    ramfs # mount -t ext2 /dev/sdb1
    Got an error : Can't read /etc/fstab
    I tried too to give a uuid adress to sdb1 in my menu.lst file, but it didn't change anything, so I am sure partition number is correct.
    It seems to me in fact that GRUB can't find fstab.
    Two questions :
    -Would it be better in fact to use only 1 GRUB file for both systems? If yes, shall I keep only the grub config from Opensuse?
    -What do I wrong with Arch booting? Why can't I boot Arch?
    EDIT :1- just realised there is no BOOT flag in my partiton table on /dev/sdb.
                2- root is on /dev/sdb2, not sdb1.
    1-I toggled my first partition bootable using fdisk
    2-changed root to point to /dev/sdb2
    Now booting into Arch login
    Last edited by gabx (2011-11-22 22:33:09)

    It was a very simple problem. I used the wrong uuid for my /
    Correct entry in 40_custom is:
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Arch Linux uuid" {
    insmod part_msdos
    insmod ext2
    search --fs-uuid --no-floppy --set=root 8516fa60-0d45-4f33-b269-817c5290f6cc
    linux /vmlinuz26 root=/dev/disk/by-uuid/9f32e668-2548-4ed4-a10b-3fbea66a6d95 ro vga=775
    initrd /kernel26.img
    Now the boot is working great. Next thing was that my /home and swap was not detected.
    That was simply because /etc/fstab was still using /dev/sda etc naming. changing  that to uuid solved that part as well.
    To use uuid all the way and of cause the correct one solved everything
    /Christer
    Last edited by agkbill (2011-07-15 16:00:30)

  • Acrobat XI Pro installation failed

    MacBook Pro 13" Retina
    OSX 10.8.5
    3 GHz Intel Core i7
    8 GB 1600 MHz DDR3
    Used Akamai NetSession Interface.
    Downloaded from Adobe website. After download, clicked on installer, entered serial number, quickly went through installing until right at the end: "THE INSTALLATION FAILED: Installer encountered an error that caused installation to fail. Contact manufacturer." Part of the message cut-off abruptly.
    Then, it appeared that the installation did occur but when I opened the software the interface didn't look "smooth." Then almost immediately software update stated Acrobat XI Pro 11.0.04 was available for download, but computer wouldn't allow it to be installed citing error on initial problem. I uninstalled XI Pro and tried to download again from Adobe website but the window instantly opened for Akamai and said download complete. The same problem occured when I tried to install again, with the same error message.

    Thank you Anish.
    The software now appears to be working for some reason, and even though Error 1301 appeared when trying to update to Acrobat 11.0.04, it shows that I am running 11.0.04. There is something going on in there but so far so good.
    Date: Wed, 27 Nov 2013 22:38:11 -0800
    From: [email protected]
    To: <removed by admin>
    Subject: Re: Acrobat XI Pro installation failed Acrobat XI Pro installation failed
        Re: Acrobat XI Pro installation failed
        created by Anish Kumar in Acrobat Installation & Update Issues - View the full discussion
    Following links may be helpful for you:
    http://helpx.adobe.com/x-productkb/policy-pricing/akamai-download-mana ger-faq.html
    http://helpx.adobe.com/creative-suite/kb/cant-download-store-purchase. html
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5882076#5882076
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Acrobat XI Pro installation failed
    To unsubscribe from this thread, please visit the message page at Re: Acrobat XI Pro installation failed. In the Actions box on the right, click the Stop Email Notifications link.
          Start a new discussion in Acrobat Installation & Update Issues at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How do I connect my MacBook Pro to a ceiling mounted Epson projector using HDMI?

    How do I connect my MacBook Pro to a ceiling mounted Epson projector?

    What model Mac?
    What video outputs does it have?YOu need an adopter to HDMI
    BTW yo posted n the Mac Pro desktop fprum

  • The logic board on my MacBook Pro has failed. How do I retrieve all my data from the hard drive?

    The logic board on my MacBook Pro has failed. How do I retrieve all my data from the hard drive?

    Remove the drive and put it in an external enclosure. Backup the drive completely. Repartition and format the drive. Replace the drive into the computer. Take the computer in for the logicboard replacement.

  • [SOLVED] Booting Arch off USB HDD fails - can't mount real root device

    I've installed Arch on the internal HDD (sda) of my laptop, and I attempted to install a second copy of Arch on partition sdb3 of an external USB HDD.  sdb3 is a primary partition that I had prepared beforehand with gparted and outfitted with the reiserfs filesystem.  I skipped section 3.2 (manually prepare hard drives) of the Arch installer.  There was no problem with section 3.3 (manually configure filesystems and mountpoints); I put all of / in sdb3.  Installing packages and configuring the system also went without a hitch.
    I wanted to boot this new install of Arch via the boot menu of GRUB that was installed in the MBR of sda with my primary install of Arch.  On the new install, I first did go through section 7 (install bootloader), thinking I would want to install GRUB in the root sector of partition sdb3 (not in the MBR of sdb where the GRUB of MintKDE resides, a boot menu that I want to keep) but that failed, so I then picked "no bootloader to be installed".  With that I exited the new install, since it appeared to have gone to completion.
    I then copied the appropriate stanza in the /boot/grub/menu.lst of this new Arch install to the /boot/grub/menu.lst of my primary Arch install on the internal HDD of my laptop.
    This stanza reads as follows:
    # (3) Arch Linux on WDPP60 blue (sdb3)
    title Arch Linux on WDPP60 blue (sdb3)
    root (hd1,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/191cc027-43ce-443b-8846-f265d60555ec ro
    initrd /boot/kernel26.img
    However, I'm not able to boot the new Arch install when I pick this entry from the GRUB menu list.  The new install starts booting, finds sda but not sdb and stops with the following errors, dropping me to a recovery shell:
    Root device /dev/disk/by-uuid... doesn't exist. Attempting to create it.
    ERROR: Unable to determine major/minor number of root device '/dev/disk/by-uuid...'
    mounting /dev/disk/by-uuid... on /new_root failed: No such file ...
    ERROR: Failed to mount the real root device.
    Running "mount -t reiserfs /dev/sdb3 /new_root" at the ramfs prompt also fails.
    I've tried a number of edits of the menu.lst stanza from the grub> command prompt, such as adding rootfstype=reiserfs, replacing root=/dev/disk/by-uuid..etc. with root=/dev/sdb3 (booting then fails with "/dev/sdb3  No such file"), using "initrd /boot/kernel26-fallback.img" etc., but booting always fails at the same stage with equivalent error messages.
    I have no trouble booting half a dozen other Linux/BSD distros that reside on two different external USB HDD's by the same method, i.e. choosing an entry from the GRUB boot menu of my primary Arch install, after I placed the appropriate stanza in its /boot/grub/menu.lst.
    How can I get this new Arch install to boot?
    Last edited by RobF (2010-05-17 23:03:27)

    Yes, this was in fact the solution.  I stumbled upon it in this thread:
    http://bbs.archlinux.org/viewtopic.php?id=65844
    When one wants to boot from a USB mass storage device, the initrd needs to include the modules for accessing USB devices, and in Arch this is accomplished by adding "usb" to the HOOKS array.  I simply reinstalled Arch to the USB HDD and in the system configuration step now edited /etc/mkinitcpio.conf by adding the "usb" item.  Adding "rootdelay=10" and/or "rootfstype=reiserfs" to the kernel line in the appropriate stanza in Arch's /boot/grub/menu.lst wasn't necessary in this case.  I left the stanza exactly as I posted it above.
    Thanks for your input.

  • Can't install Snow Leopard on MacBook Pro - DVD won't mount

    I am unable to install Snow Leopard on my MacBook Pro as the DVD won't mount.  This is an early 2008 vintage MacBook Pro, intel core duo...
    I'm using a OS X Snow Leopard install DVD (family licensed).  This DVD has been used to install 3 other Macs in my house without a problem (about a year ago), but cannot be used to upgrade my MBP.  Actually, this disk mounted on the MBP exactly once - inserted with system up, the disk mounted.  Upon running the installed (a year ago), the computer restarted but hung in boot.  After getting the disk ejected and the computer restarted, the disk would never mount again.  I've defered upgrade for a year but at this point need to upgrade my MBP at least to Snow Leopard and possibly Lion.
    The problem doesn't seem to be with the DVD, since it continues to mount fine in other computers, and in fact a borrowed Snow Leopard DVD also will not mount on the MBP.
    BUT ... the problem also does not seem to be with the optical drive in my computer, as it can read & mount the install/restore disks that came with the computer as well as other CDs and DVD ROMs.  Only the Snow Leopard install DVDs fail to mount.
    I've also tried mounting the 10.6 install DVD on my Mac Pro desktop, making it available over the network (ethernet) with DVD/CD sharing.  I can mount the remote disk from my MBP that way, but when I launch the installer, the application launches (its own menus are displayed, I can quit from menu, for example) but does nothing -- no windows open, nothing.
    I've also tried "Remote Install" (again with the DVD made available with the Remote Install MacOS X application on my desktop), but when I boot the MBP with option held down, the remote disk is not available as a startup disk.
    Zapping the PRAM did not help.
    Am off to the store to get an optical drive cleaning kit and a blank DVD big enough to burn a new disk image, but would appreciate any further ideas at this point....

    Solution that worked: Copy the Install DVD to a USB flash drive and boot from that. 
    http://www.maciverse.com/install-os-x-snow-leopard-from-usb-flash-drive.html
    Up and running with Snow Leopard now and working on the updates.

  • After today's security update, my macbook pro is failing to boot: error 19

    Update 2012-002 on macbook pro. When rebooting,after 'successful' install, I now see a repeating cycle of Error = 19, unable to mount root. From my *nix perspective I fear the worst - that the boot sector (at a minimum) is hosed. I tried  (running Lion 10.7.x) booting with the command key down - no joy. do not currently have my install disk (sadly, it's in storage, somewhere).
    I'm concerned about this. this is VERY unusual for an update. This is a relatively new drive (750GB drive installed about 8 months ago). At no point have I seen errors, and believe me, I look.
    Assuming the worst case is repartitioning? (ah for hte days of 'fdisk /mbr')

    yes. Apologies for being unclear. command--R does nothing but report the same error (note, I have verbose boot enabled).I was an apple tech long ago, I tried myriad key options, just for grins.
    Shift key while powering up will bring the expected 'grey' background, with the dark grey apple. After a period of searching, the apple is replaced by the 'no sign'.
    an addendum: I believe I know where the issue is, and while I cannot nail it, it's quite likely it is because of a failed filevault2 startup. I went through the process of enabling filevault2, got the key, restarted and when I went to look at the progress of the encryption - it had not 'taken'. I was at the option to enable it again. I didn't think much of that at the time (though I know from working in the past with full drive encryption) that the reboot was invovling a rewrite of the boot sector. However it DID reboot, and more than once. I was able to use the system for a couple of weeks, until today's update. I personally don't feel it had to do with the security update - more it had to do with the failed filevault2 enabling.

  • Just downloaded yosemite and my macbook pro 15" failed I can't turn it back on

    I just downloaded the new Yosemite on my 15" Macbook Pro and it failed, will not turn back on. I got a loud beeping noise from it. It will not do anything. I am on the phone with Apple right now and they made an appointment for me to take my Macbook to the Apple store tomorrow.

    Diana, did you try starting in safe mode (hold down the SHIFT key and turn on the Mac) and do you have an installation on an external drive or even an empty external drive?

  • Macbook Pro 2012 HDD not mounting/not showing in disk utility

    I opened the macbook to find all apps freezing, nothing would work. So i did a hard shutdown and restarted the machine, and when it booted i just got the flashing folder icon. I re-booted into internet recovery, and went in to Disk Utility and found that the hard drive was not mounting and showing in there. I swapped the hard drive with a spare SSD and it worked fine, so it's not the cable. Also when i boot up, i can hear the hard drive spinning so its not completely dead. I have booted it up as a target disk with the iMac and it still will not appear. There's some photos and other bits that i really want to recover from this drive. Any advice?

    Okay, so i have held off going to an Apple store because i wanted to recover the data from the hard drive before repair/replacement. I fitted a 120GB SSD drive which worked fine until today when i opened it up and the same thing occurred. It would seem that it is not the hard drive that had a problem, but perhaps a software issue. I managed to boot up once after the crash and the error report listed a kernel panic as the root of the problem. Here is the full report, which i also got the first time it happened...
    Anonymous UUID:       810341CF-8185-F411-7C6C-347DC4B4CDBA
    Wed Aug 27 01:24:36 2014
    panic(cpu 1 caller 0xffffff80226dc24e): Kernel trap at 0xffffff802267bf83, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x000000000000003c, CR3: 0x000000004de2c03d, CR4: 0x00000000001606e0
    RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x00000000cbb09500, RDX: 0x0000000000000821
    RSP: 0xffffff8144263ac0, RBP: 0xffffff8144263af0, RSI: 0x0000000000000000, RDI: 0xffffff8022c9f500
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0xffffff8022cd1600, R11: 0x0000000000000000
    R12: 0xffffff8022c9f500, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0x0000000000040000
    RFL: 0x0000000000010286, RIP: 0xffffff802267bf83, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x000000000000003c, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff8144263750 : 0xffffff8022622f79
    0xffffff81442637d0 : 0xffffff80226dc24e
    0xffffff81442639a0 : 0xffffff80226f3746
    0xffffff81442639c0 : 0xffffff802267bf83
    0xffffff8144263af0 : 0xffffff80226705a1
    0xffffff8144263b70 : 0xffffff80226706b0
    0xffffff8144263b90 : 0xffffff80226711a0
    0xffffff8144263bd0 : 0xffffff8022695c5b
    0xffffff8144263c00 : 0xffffff802268f39d
    0xffffff8144263c30 : 0xffffff802268e5ec
    0xffffff8144263c70 : 0xffffff802267e58c
    0xffffff8144263d80 : 0xffffff80226825cf
    0xffffff8144263db0 : 0xffffff802263d9e3
    0xffffff8144263df0 : 0xffffff80229cec5e
    0xffffff8144263e60 : 0xffffff80229e25ed
    0xffffff8144263ef0 : 0xffffff80229e2967
    0xffffff8144263f30 : 0xffffff8022620b3b
    0xffffff8144263f60 : 0xffffff80226dc883
    0xffffff8144263f80 : 0xffffff80226f3712
    BSD process name corresponding to current thread: xpcd
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x0000000022400000
    Kernel text base: 0xffffff8022600000
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 85519367877618
    last loaded kext at 85449604909270: com.apple.driver.AppleIntelMCEReporter      104 (addr 0xffffff7fa44d8000, size 49152)
    last unloaded kext at 83626591194872: com.apple.driver.AppleIntelMCEReporter    104 (addr 0xffffff7fa44d8000, size 32768)
    loaded kexts:
    com.apple.driver.AppleIntelMCEReporter  104
    com.apple.driver.AudioAUUC      1.60
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOBluetoothSerialManager        4.2.6f1
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.driver.AGPM   100.14.28
    com.apple.driver.X86PlatformShim        1.0.0
    com.apple.driver.AppleHDA       2.6.3f4
    com.apple.driver.AppleUpstreamUserClient        3.5.13
    com.apple.driver.AppleMikeyDriver       2.6.3f4
    com.apple.driver.AppleThunderboltIP     1.1.2
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleSMCPDRC   1.0.0
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.driver.AppleLPC       1.7.0
    com.apple.driver.AppleMCCSControl       1.2.5
    com.apple.driver.AppleIntelHD4000Graphics       8.2.8
    com.apple.driver.AppleIntelFramebufferCapri     8.2.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport     4.2.6f1
    com.apple.iokit.IOUserEthernet  1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X   7.0.0
    com.apple.driver.AppleHWAccess  1
    com.apple.driver.SMCMotionSensor        3.0.4d1
    com.apple.driver.AppleUSBTCButtons      240.2
    com.apple.driver.AppleIRController      325.7
    com.apple.driver.AppleUSBTCKeyboard     240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache     35
    com.apple.iokit.SCSITaskUserClient      3.6.6
    com.apple.driver.XsanFilter     404
    com.apple.iokit.IOAHCIBlockStorage      2.6.0
    com.apple.driver.AppleFWOHCI    5.0.2
    com.apple.driver.AirPort.Brcm4331       700.20.22
    com.apple.driver.AppleAHCIPort  3.0.5
    com.apple.driver.AppleSDXC      1.5.2
    com.apple.iokit.AppleBCM5701Ethernet    3.8.1b2
    com.apple.driver.AppleUSBHub    683.4.0
    com.apple.driver.AppleUSBEHCI   660.4.0
    com.apple.driver.AppleUSBXHCI   683.4.0
    com.apple.driver.AppleSmartBatteryManager       161.0.0
    com.apple.driver.AppleACPIButtons       2.0
    com.apple.driver.AppleRTC       2.0
    com.apple.driver.AppleHPET      1.8
    com.apple.driver.AppleSMBIOS    2.1
    com.apple.driver.AppleACPIEC    2.0
    com.apple.driver.AppleAPIC      1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient     217.92.1
    com.apple.nke.applicationfirewall       153
    com.apple.security.quarantine   3
    com.apple.driver.AppleIntelCPUPowerManagement   217.92.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily  10.0.7
    com.apple.driver.DspFuncLib     2.6.3f4
    com.apple.vecLib.kext   1.0.0
    com.apple.iokit.IOAudioFamily   1.9.7fc2
    com.apple.kext.OSvKernDSPLib    1.14
    com.apple.iokit.IOFireWireIP    2.2.6
    com.apple.driver.AppleHDAController     2.6.3f4
    com.apple.iokit.IOHDAFamily     2.6.3f4
    com.apple.driver.AppleSMBusPCI  1.0.12d1
    com.apple.driver.AppleBacklightExpert   1.0.4
    com.apple.driver.X86PlatformPlugin      1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMBusController   1.0.12d1
    com.apple.iokit.IONDRVSupport   2.4.1
    com.apple.iokit.IOAcceleratorFamily2    98.22
    com.apple.AppleGraphicsDeviceControl    3.6.22
    com.apple.iokit.IOBluetoothHostControllerUSBTransport   4.2.6f1
    com.apple.iokit.IOSurface       91.1
    com.apple.iokit.IOGraphicsFamily        2.4.1
    com.apple.iokit.IOBluetoothFamily       4.2.6f1
    com.apple.driver.AppleSMC       3.1.8
    com.apple.driver.AppleThunderboltDPInAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily        3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.AppleUSBMultitouch     240.9
    com.apple.iokit.IOUSBHIDDriver  660.4.0
    com.apple.driver.AppleUSBMergeNub       650.4.0
    com.apple.driver.AppleUSBComposite      656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice  3.6.6
    com.apple.iokit.IOBDStorageFamily       1.7
    com.apple.iokit.IODVDStorageFamily      1.7.1
    com.apple.iokit.IOCDStorageFamily       1.7.1
    com.apple.iokit.IOAHCISerialATAPI       2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily   3.6.6
    com.apple.driver.AppleThunderboltNHI    2.0.1
    com.apple.iokit.IOThunderboltFamily     3.3.1
    com.apple.iokit.IOFireWireFamily        4.5.5
    com.apple.iokit.IO80211Family   640.36
    com.apple.iokit.IOAHCIFamily    2.6.5
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient  1.0.1b5
    com.apple.iokit.IONetworkingFamily      3.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOUSBFamily     683.4.0
    com.apple.driver.AppleEFINVRAM  2.0
    com.apple.driver.AppleEFIRuntime        2.0
    com.apple.iokit.IOHIDFamily     2.0.0
    com.apple.iokit.IOSMBusFamily   1.1
    com.apple.security.sandbox      278.11.1
    com.apple.kext.AppleMatch       1.0.0d1
    com.apple.security.TMSafetyNet  7
    com.apple.driver.AppleKeyStore  2
    com.apple.driver.DiskImages     371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily  23
    com.apple.driver.AppleFDEKeyStore       28.30
    com.apple.driver.AppleACPIPlatform      2.0
    com.apple.iokit.IOPCIFamily     2.9
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto        1.0
    com.apple.kec.pthread   1
    Model: MacBookPro9,2, BootROM MBP91.00D3.B09, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f44
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Samsung SSD 840 EVO 120GB, 120.03 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1
    Any help or ideas what may have caused this? I can't boot into safe mode, and i cannot mount the drive to repair in disk utility. Is there a way to resolve this myself?

  • Macbook pro installation problem

    im trying to update my macbook pro to 10.5 with the cd but when i try to install it says it cant find 10.4 when i go to try to change the start up disk it cant find the hard drive, also when i try disk utility it shows the hard drive but doesn't show it the mountable session. please help

    I assume you have the Leopard Upgrade DVD as opposed to the full retail version? Do you have Tiger installed on your computer and is it working? Sounds to me like you have either a corrupted operating system or a corrupted hard drive.
    Do the following:
    Repairing the Hard Drive and Permissions
    Boot from your Tiger 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 Installer menu (Utilities menu for Tiger and Leopard.) 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 installer. Now shutdown the computer for a couple of minutes and then restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger and Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    If the drive is not repairable then you will have to reformat it before installing Leopard. If you only have a Leopard Upgrade DVD then you will first have to reinstall Tiger before upgrading to Leopard.

  • Macbook pro installation disks missing

    I find that my installation disks are missing from my Early 2011 Macbook Pro 13 inch corei5 model box. I was able to reference it only after i saw the unboxing video on youtube, What are my options now

    If it came with Lion pre-installed then there are no installation discs included. See:
    OS X Lion- About Lion Recovery

  • Upgrading to 10.5 with a new Macbook Pro installation disk

    My friend just bought a new Macbook Pro with 10.5 Leopard. Can I use the installation disk that came with that computer to upgrade my mac from 10.3?
    Thanks.
    Message was edited by: Andrew Pastalaniec

    Hi Andrew,
    "Will my OS work fine? Will his or her OS still work fine?"
    Not cornelius here, but, yes your install should work just fine if installed properly using a "full retail install" of Leopard. On the other hand, once a user sells their "Full Retail Install" disc to you, I believe they no longer have license to it to use on their machine. Full Retail Install discs are either single user license or sold as Family Pack discs (which means that it can be installed on up to 5 computers in the same household). That's my understanding. I wouldn't worry what the other user is doing as long as you have the Full Retail Install with license. Make sure the person selling the disc to you includes the original documentation with the disc (most that I see sold on the secondary market come still in their box with the original documentation).
    I'm sure there are many users who install OS's illegally on more than one Mac using a single retail disc but they are doing so illegally.
    I'm sure others here will correct me if I'm wrong but that is my understanding of a retail disc license agreement that one agrees to when installing from the disc.
    good luck,
    LS
    edit: Sorry cornelius, I see you posted in while I was composing this.

  • HT203254 Macbook pro 8600 fails to start

    I have a macbook pro with the 8600m gt graphics chip.  I has recently failed and now will not start, no chime just disk spinning and steady white glow from the sleep indicator.
    Is this product still covered under the extended waranty programme?  If it is, will apple cover the machine even though it won't start up?
    Any thoughts or insights greatly welcome before travelling significant distance to Apple Store.

    Thanks for the info, I bought the machine from ebay so don't know exactly when it was first sold.  None of the additional points worked, the machine only powers the DVD drive, starts the fans (slowly) and partially lights the sleep indicator.  I have read on 'net that Apple service desks need the machine to start so that they can run their diagnostics to determin whether the fault lies with the 8600M graphics chip.  'net would indicate that I have the most extreme failure case. 
    Do you know if this is the case - I'm trying to determin if it's worth a 6hr round trip drive to try and get it fixed or whether to cut my loses?
    Again, thanks for your thoughts.
    Alan

  • Adobe Premeire Pro Installation Failed - Application Manager Corrupted.  Please help!

    Hello all,
    I just recently purchased a subscription license for Adobe Premeire Pro CS6, and tried to download it following the instructions in the confirmation e-mail.   After installing the application manager and downloading, extracting, and installing the program, I received the error message seen in the image below, "Installation Failed - Adobe Application Manager is corrupted and must be reinstalled".  
    So of course I googled it, and found that this was a pretty common problem, and found one site that recommended re-installing the AAM with the following link:
    http://helpx.adobe.com/creative-cloud/kb/download-error-403-launching-aam.html
    So I did that too.  In addition to restarting my computer, and also tried to download the program directly bypassing the AAM following the instructions on this page:
    http://prodesigntools.com/adobe-cs6-direct-download-links.html
    All of which was unsuccesful.   I've got a video for my Mom's 60th birthday that I HAVE to complete this weekend, and Adobe's support is closed on the weekends.  I didn't think installing something from a company like Adobe would be this difficult.  Makes me wish I had a Mac.    Can anyone PLEASE help me get Premeire (and Encore) downloaded and installed? 
    Any help would be hugely appreciated.   Thanks,
    Erik
    (Some basic tech info:  Windows 7 Home Premium x64, Mozilla Firefox, and a beast of a gaming rig that should be able to handle a simple Adobe installation)

    Hi Jeff,
    I am experiencing the same exact problem and am unable to resolve it.  I've called Tier 1 support (Indian Call Center), and went through all the steps that I have already done myself (as outlined above) with no luck.  I'm still getting the corruption error. 
    I am using Parallels Workstation Extreme and it is being installed on a Virtual Machine.  The "Extreme" part of Parallels Workstation allows me to assign a discrete graphics card to the VM.  This is uing Intel's vt-d technology for Directed IO.  You mentioned above that you had fired up an instance of Windows 7 64-bit and it worked just fine.  But for some reason, I am unable to duplicate the same success.  The case is now being escalated to "higher" support.  Here is my setup:
    - Parallels Workstation Extreme VM - Windows 7 64-bit
    - Subscription to Creative Cloud
    - Clean Install does not work
    - Not a part of any domain, just workgroup
    - Home PC, so it connects directly to a router and then to Cox (ISP)
    - Has direct assignment of a Network card, meaning the network card is not a bridged connection (the VM gets it's own NIC)
    - User account is already Administrator, but tried to "Run as administratot" with no luck.
    - After install on the clean Windows didn't work, tried using the Adobe Cleanup Tool - doesn't work either
    - Disabled all start up programs from msconfig - doesn't work
    - Verified that the (.exe) does work, but coping the same (.exe) to another computer and it works.
    I would really appreciate any advice that you may have!
    Thanks Jeff!
    Here is what I am seeing from the log:
    02/24/13 20:50:36:197 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | >>> Adobe Updater Log Begin >>>
    02/24/13 20:50:36:197 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | UpdaterCoreImpl::InitLogFile : Application Version 7.0.0.42
    02/24/13 20:50:36:197 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | UpdaterCoreImpl::InitLogFile : cmdline option --> -logFile = C:\Users\Administrator\AppData\Local\Adobe\AAMUpdater\1.0\aamu.log
    02/24/13 20:50:36:197 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | UpdaterCoreImpl::InitLogFile : cmdline option --> -logLevel = 2
    02/24/13 20:50:36:197 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | Stepped into << UCInitialize >> call
    02/24/13 20:50:36:214 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | UpdateTracker::CheckSignature(): Missing CSUTracker.xml. Checking if it is updater's first run..
    02/24/13 20:50:36:260 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | UCInitialize : AAM is launched via CCM.
    02/24/13 20:50:36:261 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | Stepped into << UCSetUpdateEnginePath >> call
    02/24/13 20:50:36:303 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | UCSetUpdateEnginePath : WARNING - Update engine executable signature is not valid = C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..\CCM\..\UWA\Adobe Application Manager (Updater).exe
    02/24/13 20:50:36:303 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | Returning from << UCSetUpdateEnginePath >> call error = 26 retVal = 0
    02/24/13 20:50:36:303 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | UCInitialize: Failed to set update engine path
    02/24/13 20:50:36:303 | [INFO] |  | UPDATER | CORE |  |  |  | 3296 | Returning from << UCInitialize >> call error = 26 retVal = 1
    02/24/13 20:51:34:421 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | >>> Adobe Updater Log Begin >>>
    02/24/13 20:51:34:422 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | UpdaterCoreImpl::InitLogFile : Application Version 7.0.0.42
    02/24/13 20:51:34:422 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | UpdaterCoreImpl::InitLogFile : cmdline option --> -logFile = C:\Users\Administrator\AppData\Local\Adobe\AAMUpdater\1.0\aamu.log
    02/24/13 20:51:34:422 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | UpdaterCoreImpl::InitLogFile : cmdline option --> -logLevel = 2
    02/24/13 20:51:34:422 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | Stepped into << UCInitialize >> call
    02/24/13 20:51:34:445 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | UCInitialize : AAM is launched via CCM.
    02/24/13 20:51:34:446 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | Stepped into << UCSetUpdateEnginePath >> call
    02/24/13 20:51:34:496 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | UCSetUpdateEnginePath : WARNING - Update engine executable signature is not valid = C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..\CCM\..\UWA\Adobe Application Manager (Updater).exe
    02/24/13 20:51:34:496 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | Returning from << UCSetUpdateEnginePath >> call error = 26 retVal = 0
    02/24/13 20:51:34:496 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | UCInitialize: Failed to set update engine path
    02/24/13 20:51:34:496 | [INFO] |  | UPDATER | CORE |  |  |  | 1392 | Returning from << UCInitialize >> call error = 26 retVal = 1

Maybe you are looking for

  • How to keep the same cost in Sales order and return order?

    Hi experts, When I create a sales order with item cost 100 USD. Then the cost of item changed and down to 90 USD. When I do goods return refer to the sales order. How can I keep the same cost (VPRS) 100 USD but not 90 USD? I made a test the cost in s

  • Getting the Output Stream of  a Process without exec()ing it first.

    Hi there, I am writing a java application which needs to open another application "gnuplot". Now my operating system is windows and I open pgnuplot . Also I want to send input to the above gnuplot (say plot sin(x) ) via the outputStream. The followin

  • Could query form and result table display at seperate pages

    we are new at html db, there are a few of questions we need to clear before we make decision to use HTML DB to develop our next version of application: (I seperate them at differenct topics). * Could query form and query result table display at diffe

  • Loads of hiss on playback

    hi i have a blaupunkt radio and a blaupunkt ipod cable in my car. when the ipod is played via the radio there is loads of hiss. the track plays perfect at the start of each track for a split second and then it hisses thoughput the playback of the tra

  • Mount flash memory stick in gnome

    After the last update to gnome 2.26 I can not mount my memory stick anymore. I can mount it under kde4, but not under gnome.