[SOLVED] Kernel will not boot. No early hooks, nothing...

I am having some serious trouble getting my machine to boot. It never even gets to ":: running early hooks (udev)."
I normally shut it down every night, but I recently kept in on for a few days straight. I was having some trouble with a USB flash drive being read-only in Windows 8 in VirtualBox. I shut down Windows 8 and then arch wouldn't even read the flash drive. I'm pretty sure that pacman updated the kernel since I last shut down the machine, so I decided to restart just for good measure. I never got back in...
I am UEFI booting, running LVM on top of LUKS on top of two Samsung 830 256GB SSDs in mdadm raid 0. I have encrypted root and no swap. I have /boot mounted on a 512MB FAT32 partition and use a straight efibootmgr entry to start the system. It has worked fine until today.
My mkinitcpio.conf has
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are run. Advanced users may wish to specify all system modules in this array.
MODULES="ahci dm_mod dm_crypt aes_x86_64 raid0"
# BINARIES
# This setting includes any additional binaries a given user may wish into the CPIO image. This is run last, so it may be used to override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""
# FILES
# This setting is similar to BINARIES above, however, files are added as-is and are not parsed in any way. This is useful for config files.
# Some users may wish to include modprobe.conf for custom module options like so:
# FILES="/etc/modprobe.d/modprobe.conf"
FILES=""
# HOOKS
# This is the most important setting in this file. The HOOKS control the modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS="base"
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS="base udev autodetect pata scsi sata filesystems"
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
## ORIGINAL ##HOOKS="base udev autodetect pata scsi sata filesystems usbinput fsck"
HOOKS="base udev autodetect sata mdadm usbinput keymap encrypt lvm2 filesystems fsck shutdown"
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""
My kernel parameters are
cryptdevice=/dev/md1:RootVault root=/dev/RootArray/VolRoot ro rootfstype=ext4 init=/bin/systemd add_efi_memmap initrd=initramfs-linux.img
I can boot fine from the Arch install media via UEFI at which point I can luksOpen, activate the lvm volumes, mount everything, and chroot in like normal. I have:
rebuilt the initramfs
reinstalled linux, mkinitcpio, and udev
erased and recreated the efibootmgr entry
tried to boot straight from the UEFI shell
slimmed down to minimal hooks in mkinitcpio
tried nomodeset and mem=4G kernel parameters
tried booting the kernel with debugging enabled at various levels
I get nothing at all every time. I boot up to a black screen with a static white cursor in the top left.
I am happy to offer any more necessary information and I would be extremely grateful for any suggestions. Thanks.
Last edited by matthew02 (2012-11-02 15:14:46)

lesto wrote:
same problem here with a stock kernel. solver rolling back to 3.6.3-1 by livecd.
seems a problem with AMD cpu. solution here https://bbs.archlinux.org/viewtopic.php?id=151686
I had just rolled back my kernel and was about to comment here that it worked when I saw your post. I had actually skimmed that other post, but since mem=4G didn't work for me, I didn't figure it applied. I suppose I should have read it more thoroughly. Thanks for the help everyone!

Similar Messages

  • [SOLVED] Kernel will not boot after update to 3.1.5

    Not sure what went wrong here. Pacman seemed to hang when updating, so I CTRL-C'd it and restarted the upgrade. It seemed to complete properly. That was a few hours ago and I did not immediately reboot the computer but went on with my work instead. After rebooting the laptop I get this
    ***normal boot up to this :
    Running Hook [uresume]
    resume libgcrypt version: 1.5.0
    resume: Could not stat the resume device file '/dev/sda4'
    Please type in the full path name to try again or press ENTER to boot the system: _
    Pressing ENTER at this point results in mean looking error message :
    ERROR : Unable to determine major/minor number of root device '/dev/sda4'
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [ramfs /]# _
    **typing exit**
    Trying to continue (this will most likely fail)...
    mount: you must specify the filesystem type
    You are being dropped into an emergency shell
    sh: can't access tty: job control turned off
    [ramfs /]# _
    Did I somehow ruin my install or is there something I can do?
    EDIT : Oh and it can still boot the windows partition, so it's not likely due to defective hardware.
    Last edited by bolshevik (2011-12-16 14:31:19)

    bolshevik wrote:
    Not sure what went wrong here. Pacman seemed to hang when updating, so I CTRL-C'd it and restarted the upgrade. It seemed to complete properly. That was a few hours ago and I did not immediately reboot the computer but went on with my work instead. After rebooting the laptop I get this
    ***normal boot up to this :
    Running Hook [uresume]
    resume libgcrypt version: 1.5.0
    resume: Could not stat the resume device file '/dev/sda4'
    Please type in the full path name to try again or press ENTER to boot the system: _
    Pressing ENTER at this point results in mean looking error message :
    ERROR : Unable to determine major/minor number of root device '/dev/sda4'
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [ramfs /]# _
    **typing exit**
    Trying to continue (this will most likely fail)...
    mount: you must specify the filesystem type
    You are being dropped into an emergency shell
    sh: can't access tty: job control turned off
    [ramfs /]# _
    Did I somehow ruin my install or is there something I can do?
    EDIT : Oh and it can still boot the windows partition, so it's not likely due to defective hardware.
    If you foolishly interrupted the initramfs creation after a kernel upgrade and didn't regenerate it manually, you earned this.
    You'll need to find a live CD so you can chroot to your install and rerun mkinitcpio.

  • [SOLVED] Arch will not boot all the way after update

    Hey all,
    I feel really stupid about this one, but I really need some help.
    Today I updated my system and eventually during that session I decided to turn off the computer using "shutdown -h 0". This resulted in an error. I tried simply "reboot", but got the same message. I stupidly did not write down the message and then even more stupidly just held down the power button to turn the computer off thinking that I could boot back in later, get the same message, and deal with it then.
    However, when I booted up, I was confronted with a screen telling me that "/dev/sda3" was recovering, the orphaned sectors, and the fact that sda3 is clean. All of it seemed to be expected after an improper shutdown, but it won't boot any further. I tried turning it off and on again a couple times, but it is still stuck on that screen. It doesn't describe the orphans anymore, but it still says it is recovering the journal.
    I'm not sure what to do. Any help would be appreciated. I did look for posts concerning the recent update and found this: https://bbs.archlinux.org/viewtopic.php?pid=1370237, but I don't know if I have the same problem.
    Last edited by MongooseOfPower (2014-01-14 01:23:43)

    Thank you for the reply.
    After waiting on that screen for at least 20 minutes, It started displaying systemd[1] errors. If it would be helpful I could type them all out, but they are all just Dependency or Time out fails.
    After a while it displayed a welcome to emergency mode greeting and after a couple minutes finally let me give the root password. I straight out tried "journalctl -xb" which responded with:
    journalctl: error while loading shared libraries: libcrypt.so.20: cannot open shared object file: No such file of directory
    Periodically I am now getting this error:
    systemd[1]: Failed to start Trigger Flushing of Journal to Persistent Storage.

  • OEL 5.7 UEK will NOT boot on OVM 3.0.3

    I just installed Oracle VM 3.0.3, and everything seems fine. I created my first VM, using an OEL 5.7 to create an HVM.
    The installation seemed okay, but the UEK kernel will NOT boot after the install. The 2.6.18 kernel boots just fine, however. If I try to boot the UEK kernel, it fails to find any volume group at all. Any ideas what's wrong? Surely, this isn't supposed to happen.
    Here's my grub.conf, if that matters:
    # grub.conf generated by anaconda
    # Note that you do not have to rerun grub after making changes to this file
    # NOTICE: You have a /boot partition. This means that
    # all kernel and initrd paths are relative to /boot/, eg.
    # root (hd0,0)
    # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
    # initrd /initrd-version.img
    #boot=/dev/hda
    default=0
    timeout=10
    splashimage=(hd0,0)/grub/splash.xpm.gz
    hiddenmenu
    title Oracle Linux Server (2.6.32-200.13.1.el5uek)
    root (hd0,0)
    kernel /vmlinuz-2.6.32-200.13.1.el5uek ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    initrd /initrd-2.6.32-200.13.1.el5uek.img
    title Oracle Linux Server-base (2.6.18-274.el5)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-274.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    initrd /initrd-2.6.18-274.el5.img

    Terry Phelps wrote:
    The installation seemed okay, but the UEK kernel will NOT boot after the install. Yes, this is a known issue. Oracle Linux 5 uses the Red Hat compatible kernel during the installation, but boots into the UEK. The RHEL kernel uses the emulated drivers as it is not Xen aware, while the UEK is a paravirt_ops kernel. However, once it sees the Xen drivers, it crashes because it has no Xen drivers in the initrd built by the installer.
    This is a known Oracle Linux HVM guest issue: http://oss.oracle.com/ol5/docs/RELEASE-NOTES-U7-en.html#known_issues
    It's also one of the reasons why I recommend installing Oracle Linux as a PVM guest (not just for all the performance benefits you get from PVM).
    So, to boot OL5U7, you pass xen_emul_unplug=never on the kernel boot line, which allows the machine to boot with the emulated devices, i.e. they are not unplugged.
    Then, edit /etc/modprobe.conf to replace the emulated devices with xen-netfront and xen-blkfront:
    alias eth0 xen-netfront
    alias scsi_hostadapter xen-blkfrontThen, rebuild initrd:
    # mkinitrd -f -v --builtin=ehci-hcd --builtin=ohci-hcd --builtin=uhci-hcd /boot/initrd-`uname -r`.img `uname -r`And reboot. You may get kudzu renaming ifcfg-eth0 to ifcfg-eth0.bak on reboot, because it detects "new" hardware. If so, just rename it back and it should be fine.

  • I have a Macbook pro 4,1 My Battery would not charge after only 23 cycles. I tried the battery update now my macbook will not boot. it has a kernel panic Unable to find driver for this platform:

    Macbook 4,1
    Early 2008 15" macbook pro
    Running Snow Leopard
    the Battery was not working after only 23 cycles
    I tried the Battery update and now it will not boot at all
    I really do not want to loose my data on the drive
    panic message is
    Unable to find driver for this platform: "ACPI".\n"@/SourceCache/xnu/xnu-1228/iokit/Kernel/IOPlatformExpert.cpp:1378
    Please help

    Panic Message
    panic(cpu 0 caller 0x000x563ebd) : Unable to find driver for this platform:
    "ACPI".\n"@/SourceCache/xnu/xnu-1228/iokit/Kernel/IOPlatformExpert.cpp:1378
    Debugger called: <panic>
    Backtrace (CPU 0), Format - Frame : Return Address (4 potential args on stack)
    (7 lines of hex)
    BSD Process name corresponding to current thread: Unkonwn
    Kernel version:
    Darwin Kernel Version 10.8.0" todays date ; root:xnu-1504.15.3~1/release_I386
    I tried to boot from CD can, but i dont want to loose any information.
    Tried disk tools
    Hardware test
    Tried to check if it was memory sticks failing or battery , nothing else plugged in
    if i boot holding Apple key and S
    I get additional warnings about AppleACPIPlatform and not being able to load Kext

  • My early Intel iMac running Snow Leopard will not boot past the apple logo. I have tried holding the c key and inserting the install disk, but nothing. What do I try next?

    My early Intel iMac running Snow Leopard will not boot past the apple logo. I have tried holding the c key and inserting the install disk, but nothing. What do I try next?

    I have tried resetting PRAM and all other items listed in the Apple support site. This happened after an update to iTunes was added. Also this is happening to other people. Please help.

  • MSI K8N2 Neo4 Platinum will not boot - SOLVED!

    Hi
    I have just tried powering up my system based on an MS-7125 v1 and it will not boot.
    Symptoms are :
    1 long high pitched beep followed by two short ones, followed by two lower pitched tones of similar duration
    D-Bracket - 1 = Red, 2 = Off, 3 & 4 = Green
    No display on screen - I changed the graphics card to test that - no improvement
    HELP!
    PLEASE . . .

    Quote from: Grayone on 24-September-07, 20:57:41
    Please supply us with full info on the system including the power supply and memory.
    PSU = 600W Seasonic S12
    RAM = 2 x 1Gb Corsair Value Select PC3200
    All working fine for a couple of years.
    Incidentally, I believe that the #2 LED on the D-Bracket may not be displaying red, so the D-Bracket may be trying to display 1 & 2 = Red, 3 & 4 = Green.
    I changed the graphics card because that is what the beeps seem to suggest may be wrong - I am pretty confident that it isn't.

  • Macbook pro 17 inch early 2008 will not boot from disk

    My macbook pro will not boot from from disk. I am running 10.6.8. Tried loading the disk that came with system holding down the C and you can here the drive working. It came back and said to restart computer by holding down the power button and poering it back up. Tried that and nothing. The software I tried to load is 10.5.4 Also tried loading os x snow leopard 10.6. Same thing happens.

    Have you reset the SMC? If not, try that.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    If you've done that, and it didn't help, then launch the Terminal application by entering the first few letters of its name into a Spotlight search. Copy or drag -- do not type -- the line below into the Terminal window, then press return:
    pmset -g
    Post any lines of output that appear below what you entered -- the text, please, not a screenshot. Then repeat with the following line:
    pmset -g assertion

  • IMac will not boot from any mode except Target Disk

    I have an Early 2008 Penryn iMac 24" MB398LL/A running OS X 10.7.4 (see specs below) that will not boot from ANY mode, It also has several strange vertical bars from top to bottom on the screen. They are about 10 px wide, with some pixels empty and looks a bit like a barcode if you squint at it.
    I have tried Safe Boot, Force Boot, DVD Boot, FireWire/USB Boot,  and it always gets to the same point. It gets to the apple screen with the spinning gear and then after about 8 seconds it freezes. The only way it works at all is in Target Disk Mode. It pops right up on my Macbook Pro and I was able to grab all my info!
    I have run Disc Utilities and Tech Tool on it many times from my MBP and it passes every test.
    I reformatted the HD and installed 10.7 again, it still freezes up at the same point. 
    I have tried using Single User mode and every time have had to run /sbin/fsck -fy twice because it always says the disk is ok but it was modified on the first pass.
    I thought maybe it had a bad video card or logic board but and I ran the Apple Hardware Test on many occasions and it always passes. Recently I was told about Loop Mode and just completed running the AHT for just over 30 hours without any errors at all.
    UPDATE...
    Strange Part… I tried installing Mountain Lion in Target Disk Mode and everything went smoothly. When it restarted on its own the lines on the screen were gone for the moment, but the Mac still freezes up on the spinning gear and immediately restarts on its own.  I have run every thing listed above on it and still nothing. Sometimes the lines reappear then in two more starts they are gone.
    I did manage to have it start one time got a copy of the  the error report (its at the bottom too) The Mac ran for at least 30 minutes with no problems, then the screen went crazy a few seconds and it became unresponsive. The mouse moved but that was all it could do. Now my iMac continually restarts itself, I don't have any more ideas, HELP!
    Specs...
    The iMac "Core 2 Duo" 3.06 24-Inch Aluminum (Early 2008/Penryn) features a 3.06 GHz Intel "Core 2 Duo" processor (E8435), with two independent processor "cores" on a single silicon chip, a 6 MB shared level 2 cache, a 1066 MHz system bus, 2 GB of RAM (800 MHz DDR2 SDRAM, PC2-6400), a 500 GB (7200 RPM) Serial ATA hard drive, a vertically-mounted slot-loading DVD±R DL "SuperDrive", NVIDIA GeForce 8800 GS graphics acceleration with 512 MB of GDDR3 memory, a built-in iSight video camera, and built-in stereo speakers underneath the 24" glossy TFT Active Matrix LCD (1920x1200 native) display.
    Error Report…
    Sat Sep  1 17:13:12 2012
    panic(cpu 0 caller 0xffffff801a4b7b95): Kernel trap at 0xffffff7f9bab8654, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000010, CR3: 0x0000000011803000, CR4: 0x0000000000000660
    RAX: 0x0000000000000001, RBX: 0xffffff8050e00000, RCX: 0xffffff801aa8eb00, RDX: 0xffffff80602dba38
    RSP: 0xffffff80602dbb60, RBP: 0xffffff80602dbb60, RSI: 0x0000000000000000, RDI: 0x0000000000000000
    R8:  0x0000000000000000, R9:  0x00000000000000ff, R10: 0xffffffffffffffff, R11: 0x00000000ffffffff
    R12: 0xffffff8050e00000, R13: 0x0000000000000000, R14: 0x0000000000000002, R15: 0x0000000000000000
    RFL: 0x0000000000010246, RIP: 0xffffff7f9bab8654, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000010, Error code: 0x0000000000000000, Fault CPU: 0x0

    Here is the complete error log...
    Sat Sep  1 17:13:12 2012
    panic(cpu 0 caller 0xffffff801a4b7b95): Kernel trap at 0xffffff7f9bab8654, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000010, CR3: 0x0000000011803000, CR4: 0x0000000000000660
    RAX: 0x0000000000000001, RBX: 0xffffff8050e00000, RCX: 0xffffff801aa8eb00, RDX: 0xffffff80602dba38
    RSP: 0xffffff80602dbb60, RBP: 0xffffff80602dbb60, RSI: 0x0000000000000000, RDI: 0x0000000000000000
    R8:  0x0000000000000000, R9:  0x00000000000000ff, R10: 0xffffffffffffffff, R11: 0x00000000ffffffff
    R12: 0xffffff8050e00000, R13: 0x0000000000000000, R14: 0x0000000000000002, R15: 0x0000000000000000
    RFL: 0x0000000000010246, RIP: 0xffffff7f9bab8654, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000010, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80602db800 : 0xffffff801a41d5f6
    0xffffff80602db870 : 0xffffff801a4b7b95
    0xffffff80602dba40 : 0xffffff801a4ce4ad
    0xffffff80602dba60 : 0xffffff7f9bab8654
    0xffffff80602dbb60 : 0xffffff7f9baa218c
    0xffffff80602dbbb0 : 0xffffff7f9baa20e2
    0xffffff80602dbbd0 : 0xffffff7f9ba73554
    0xffffff80602dbc00 : 0xffffff7f9aa8d470
    0xffffff80602dbc40 : 0xffffff7f9aa8d3df
    0xffffff80602dbc60 : 0xffffff7f9aa926ec
    0xffffff80602dbcf0 : 0xffffff7f9aa8af20
    0xffffff80602dbd20 : 0xffffff7f9aadacc7
    0xffffff80602dbd70 : 0xffffff801a833b9b
    0xffffff80602dbdc0 : 0xffffff801a862d57
    0xffffff80602dbe30 : 0xffffff801a497cef
    0xffffff80602dbe80 : 0xffffff801a420abd
    0xffffff80602dbeb0 : 0xffffff801a410448
    0xffffff80602dbf00 : 0xffffff801a4195fb
    0xffffff80602dbf70 : 0xffffff801a4a5ad6
    0xffffff80602dbfb0 : 0xffffff801a4ced13
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.4)[2600903C-EEDE-321B-A023-169DC9B26EA6]@0 xffffff7f9aa81000->0xffffff7f9aab8fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f9aa4d000
             com.apple.NVDAResman(8.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f9aad8 000->0xffffff7f9addafff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f9aa4d000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[99CA4184-8D92-31B2-8726-46139E8E3DFF]@0xff ffff7f9aac4000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[2600903C-EEDE-321B-A023-169DC9B26EA6]@0 xffffff7f9aa81000
             com.apple.GeForce(8.0)[4B9BE287-5251-398E-96B0-BB16C9BFB2D9]@0xffffff7f9ba72000 ->0xffffff7f9bb34fff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f9aa d8000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[99CA4184-8D92-31B2-8726-46139E8E3DFF]@0xff ffff7f9aac4000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f9aa4d000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[2600903C-EEDE-321B-A023-169DC9B26EA6]@0 xffffff7f9aa81000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12B19
    Kernel version:
    Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
    Kernel UUID: 3005059E-270B-3B9F-940D-7A66C05DDC9D
    Kernel slide:     0x000000001a200000
    Kernel text base: 0xffffff801a400000
    System model name: iMac8,1 (Mac-F227BEC8)
    System uptime in nanoseconds: 26349024446
    last loaded kext at 22534854703: com.apple.driver.AppleHDAHardwareConfigDriver          2.3.0f2 (addr 0xffffff7f9c489000, size 12288)
    loaded kexts:
    com.apple.driver.AppleHDAHardwareConfigDriver          2.3.0f2
    com.apple.driver.AppleHDA          2.3.0f2
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f8
    com.apple.iokit.IOBluetoothUSBDFU          4.0.9f8
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleMuxControl          3.2.6
    com.apple.driver.AppleBacklight          170.2.3
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.GeForce          8.0.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleIRController          320.15
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.1
    com.apple.driver.AppleFWOHCI          4.9.5
    com.apple.driver.AppleUSBHub          5.1.6
    com.apple.driver.AirPortBrcm43224          600.36.17
    com.apple.iokit.AppleYukon2          3.2.3b1
    com.apple.driver.AppleAHCIPort          2.4.0
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleUSBEHCI          5.1.5
    com.apple.driver.AppleUSBUHCI          5.1.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.driver.DspFuncLib          2.3.0f2
    com.apple.iokit.IOAudioFamily          1.8.9fc9
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.3.0f2
    com.apple.iokit.IOHDAFamily          2.3.0f2
    com.apple.iokit.IOSurface          86.0.2
    com.apple.iokit.IOBluetoothFamily          4.0.9f8
    com.apple.driver.AppleGraphicsControl          3.2.6
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.AppleSMC          3.1.3d11
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.1.5
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOATAPIProtocolTransport          3.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.2.0
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOUSBFamily          5.1.6
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 2 GB, SMC 1.30f1
    Graphics: NVIDIA GeForce 8800 GS, NVIDIA GeForce 8800 GS, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 800 MHz, 0x2C00000000000000, 0x38485446313238363448445A2D3830304531
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 800 MHz, 0x2C00000000000000, 0x38485446313238363448445A2D3830304531
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.16)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Serial ATA Device: WDC WD5000AAKS-40YGA1, 500.11 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-875
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x820f, 0x1a110000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2
    USB Device: Hub in Apple Extended USB Keyboard, apple_vendor_id, 0x1002, 0x1d100000 / 2
    USB Device: Trackball, 0x046d  (Logitech Inc.), 0xc404, 0x1d120000 / 4
    USB Device: Apple Extended USB Keyboard, apple_vendor_id, 0x0204, 0x1d110000 / 3

  • I want to wipe iBook of it's content, but it will not boot up from DVD

    Can someone tell me how I clear off the content of iBook and install the basic set of the applications? I have the original OS 9 disks but they will not boot up with these. I have gradually upgraded the OS so I don't have disks to match 10.4.11.
    I want to give this away, as I bought new MacBook Pro recently and I have all of the files on the new computer, (and on another hard drive).
    Thank you for any help from out there.

    No problem; I usually answer good questions already solved. (It's for the search engine.) Here's how to wipe a corporate or government ATA hard drive.
    Should you be concerned about spies, industrial and foreign, or even you own personal information, there is a standard method of erasing ATA disks that contain government classified information. Most ATA disks have it built in (and is a concern when purchasing computers for classified research). It's extreme, but sometimes necessary: information otherwise remains stored on 'bad' blocks, &c.
    At one time, only the DOS program HDDerase activated the secure erase in ROM. For Mac users, the Linux program 'hdparm' (which has other uses) will do this from a Live Linux distribution on CD (unless you can boot a USB Flash Drive).'Darwin' might have it.
    How to Nuke an ATA Hard Drive
    http://ata.wiki.kernel.org/index.php/ATASecureErase
    Note that, if you stop the process part way though, the disk may not be usable again (except to spies). Also, nothing is guaranteed.
    If Darwin doesn't have it, or if it doesn't work, LiveCD distributions, such as Mint, Berry, & those of major distributions can be found here:
    Linux Release Watch
    http://distrowatch.com/

  • Holding 3 and 2 will not boot in 32 bit mode

    Hello. I need to boot in 32 bit mode to run Cisco VPN Client on my Macbook Air (version 10.7.4). This worked earlier this week but I've now tried for 3 days probably 20 plus time and cannot get it to take.  Is there another way to boot in 32 bit mode?
    Can anyone assit?
    uname -v
    Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64
    Thanks.

    I have the identical problem:
    brand new Macbook Air (Summer 2012)
    Mac OS 10.7.4
    Kernel patch 11.4.2
    it will not boot in 32bit modus - not with holding down 3+2 during startup and neither after
    sudo systemsetup -setkernelbootarchitecture i386
    What´s wrong???

  • Computer Will Not Boot

    My computer will not boot and it will not enter Safe Mode. I ran the Memory Diagnostic test and it shows that I have a hardware problem. I also tried to restore my computer to an earlier time but it showed an error. I have 1GB or RAM and recently it keeps changing from 512MB to 1023MB. Please help.
    Specs (that I know of)
    1GB RAM
    INTEL CORE 2 DUO 2.43GHz (I'm not sure)
    Gigabyte motherboard
    OS: WINDOWS 7 ULTIMATE
    This question was solved.
    View Solution.

    try to make shour that the ram is snug and in all th way make shour NOT to jam them in and dont leve a empty slot in betwen them if there craced be shore not to use the in any in the computer check the mother bords slots  and the pins on the ram and make shour that theres no dust stuck in there .              thats all i can think of hope it works out for u.  :^)

  • HP Pavilion dv7-4065dx will not boot with continual blinking capslock

    Hi,I have a HP Pavilion dv7-4065dx laptop with Windows 7 64 bit that will not boot up or go to the Bios screen.  When the laptop is turned on, you hear the system fan start, power button light comes on, and the caps lock button starts to continually blink once every three to four seconds.  The HDD activity light is also on but is solid red with no blinking.  No changes have been made to the laptop and it was working perfectly fine just a few hours earlier.  I have attempted the hard reset of the computer and reseating of the memory cards, but the laptop still would not boot.  Any help on figuring out what is wrong with the computer would be greatly appreciated.  Thanks. HP Pavilion dv7-4065dxProduct # WQ861UA#ABA

    hp dv7-4065dx caplock key continous blinking the same problem i also faced but do the below step which solved your problem Bios corruption  power on your laptop block the fan air through cotton or any cloths 10-15 minutes (after heating) then power off and remove the cloths and power on it should be display visit hp driver and download the latest bios & bios tool first install bios tool and select usb to store connect a pendrive for  location after installed then install your latest bios  after sometime it will auto reboot and install the latest bios  we sure while updating bios power adpator must be connect   problem solved........

  • MacBook Air will not boot. Error Message says "Your Computer restarted because of a problem."

    MacBook Air will not boot. Error Message says "Your Computer restarted because of a problem."

    If you can't start up and log in in the usual way, try in safe mode.
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Log in as an administrator to carry out these instructions. If you have only one account, you are the administrator.
    If you don't see any reports listed, but you know there was a panic, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    Safe mode is slower than normal, and some things won’t work at all.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t start in safe mode.
    If you're able to log in, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ System Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar.
    There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of reports. A panic report has a name that begins with "Kernel" and ends in ".panic". Select the most recent one. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a panic, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report.

  • 2009 Mac Pro will not boot up under Windows

    I have an Early 2009 Mac Pro system (Mac Pro 4,1) and I've had this system for 3 years already and have been working under OS X with this system ever since I purchased it.
    However, when I tried to boot off my Windows disk, something very interesting happens. The Mac Pro WILL NOT boot up off the Windows disk or a known working Windows partition if two monitors are connected. Upon holding down the option key and selecting the Windows partition, I will get a black screen on one monitor (the one connected via Mini Displayport) and the other screen receives no signal and will enter standby and the system is halted. It does not respond to keystrokes, there is no hard drive activity, no measured power increase on the UPS, no apparent network activity, nothing. The only way to exit this scenario (from what I can tell) is to power off the machine, disconnect the display on DVI, power on the machine again, select the Windows partition wait for the system to reach the login window and reconnect the DVI monitor (at which time Windows recognizes it immediately and the system works fine again).
    My question to the community is, does anybody know why this is happening and is there a known fix for this? Quite frankly, having to disconnect a monitor just to restart is very tedious and frustrating. 
    I have two Samsung P2350 monitors attached to an ATI Radeon HD 4870 (512MB, from Apple). One is monitor is connected via directly DVI and the other is using a Mini Displayport to DVI adapter. Both monitors work fine under OS X with no issue. At first, I thought that this may be a driver issue on the Windows side and after installing all the latest updates and drivers the issue is still apparent. From what I can tell, this doesn't seem like a software issue but rather a firmware or EFI issue as this happens before Windows even loads.
    If anyone knows of a fix or what to do in this situation, or if you are also having this issue, I would love to hear your input!
    Thank you!
    For the record, I am running all the latest software builds on the OS X side (10.7.4, not that it would really matter at this point). I have also disconnected all unnecessary equipment in a trial and error scenario but the results are still the same.
    The system passes all ASD testing.
    The full specification of the computer and all connected equipment are as follows:
    2009 Mac Pro (4,1) 8-Core
    2x Intel Xeon Nehalem 2.66GHz Quad-Core CPUs
    16GB DDR3 ECC 1066MHz RAM (Apple Branded)
    Two OWC 120GB SSDs (One for OS X, the other for Windows 7 x64) - These are in place of my optical drives.
    4x 2TB WD Black Hard drives for storage.
    Two Samsung P2350 Monitors connected via DVI. (One using a Mini Displayport to DVI adapter).

    In Windows I am using the latest (12.4) Catalyst Software Suite, 64 bit of course, downloaded directly from AMD's site after installing the drivers from Boot Camp.
    As for installing Windows I used an original (not burned) installation media (Disk is in a pristine condition). And yes, Windows is fine, the problem just seems to be getting the system to boot up Windows with that second monitor. However if the "problem monitor" is disconnected the system boots fine 100% of the time and connecting it later after booting the system will still operate properly.
    For the sake of arguement I swapped monitor cables and connected the "second" monitor to the mini displayport adapter to verify that it wasn't a cabling issue and I'm still yielding the same issues.
    As for GPU testing, I've played games (Crysis, Grand Theft Auto IV, Battlefield 3, etc.) and I've had no issues with the card or stability.
    You would think that Apple would try to find a fix for this, especially considering the caliber of this machine.

Maybe you are looking for

  • Auth. Object for follow up transactions in CRM

    Hello experts, I have created a few roles in CRM as i had to segregate the users' access to transactions as per their departments (Org. Units). The users are working on EP7 and everything is working fine except that they are <b>not able to create FOL

  • Media encoder exports seem overexposed - compared to within premiere pro

    i'm having constant issues with basic grading in premiere cc14 and then exporting with media encoder (h264) and things looking much brighter / overexposed on the SAME monitor.  its not a calibrated monitor (web vids only - although i know i need to r

  • How to wipe Touchsmart 300 for resale (don't have Windows discs)

    I have a TouchSmart 300 and want to sell it and so need to restore it to factory settings and do a complete wipe of any memory of account passwords, personal data etc. The problem is I can't remember how I set up the pc originally, i.e. whether I jus

  • How to connect an image to a book

    I'm building an app, I'd like to link the image to my book I try to explain I put the book cover on the UIViewController, and I'd like to set and action, when I tap on the image start the ibookstore with the book and for this reason image is linked t

  • How to add to viewPlatformBehavior an Action Event - a button press

    And the main problem I have is to by pressing buttons to change the Viewing Platform? I made same transformation to object, which reacts to key pressin: public class LewoPrawo extends Behavior{     private TransformGroup targetLP;     private Transfo