Chainloader booting recovery instead of os

Hello! New user here so I have just installed arch on my ThinkPad T400 and so far it works really well (fast and stable) but I have run into one problem: when I'm trying to boot windows from grub it goes straight into recovery mode (same thing like I would press ThinkVantage button on my laptop). My windows partition looks intact, is there any way to force grub to load windows instead of recovery? Grub is set to boot windows from hd0,msdos1 which is correct. I'm not sure but maybe ntldr was on MBR that I have cleared with Grub and on sda1 there is loader for recovery? Anyone got some ideas? I'd like to not use fixntldr if possible

It's windows xp, installed in legacy mode.
I have used commands from arch beginner install guide, used os-prober for other os autodetection.
Heres the bootinfoscript output:
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 129 for .
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files: /boot.ini /BOOT.INI /ntldr /NTLDR /NTDETECT.COM
/ntdetect.com
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: According to the info in the boot sector, sda5 starts
at sector 63.
Operating System:
Boot files:
sda3: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Arch Linux ()
Boot files: /boot/grub/grub.cfg /etc/fstab
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Dysk /dev/sda: 149,1 GiB, bajtów: 160041885696, sektorów: 312581808
Jednostki: sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Rozmiar we/wy (minimalny/optymalny) w bajtach: 512 / 512
Typ etykiety dysku: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 63 102,392,639 102,392,577 7 NTFS / exFAT / HPFS
/dev/sda2 102,392,640 250,341,839 147,949,200 f W95 Extended (LBA)
/dev/sda5 102,392,703 250,341,839 147,949,137 7 NTFS / exFAT / HPFS
/dev/sda3 250,343,424 258,156,543 7,813,120 82 Linux swap / Solaris
/dev/sda4 258,156,544 312,581,807 54,425,264 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 20A0A273A0A24F5A ntfs
/dev/sda3 8c5f2d41-8f1d-42e3-a759-5879d5a084f4 swap
/dev/sda4 87e3eb56-0776-42e7-8933-465e13c68982 ext4
/dev/sda5 9A2668A126687FDD ntfs Dane
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda4 / ext4 (rw,relatime,data=ordered)
================================ sda1/boot.ini: ================================
[boot loader]
timeout=2
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons
UnsupportedDebug="do not select this" /debug
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
================================ sda1/BOOT.INI: ================================
[boot loader]
timeout=2
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons
UnsupportedDebug="do not select this" /debug
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
=========================== sda4/boot/grub/grub.cfg: ===========================
# DO NOT EDIT THIS FILE
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos4' --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 87e3eb56-0776-42e7-8933-465e13c68982
else
search --no-floppy --fs-uuid --set=root 87e3eb56-0776-42e7-8933-465e13c68982
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_input console
terminal_output gfxterm
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-87e3eb56-0776-42e7-8933-465e13c68982' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos4' --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 87e3eb56-0776-42e7-8933-465e13c68982
else
search --no-floppy --fs-uuid --set=root 87e3eb56-0776-42e7-8933-465e13c68982
fi
echo 'Loading Linux linux ...'
linux /boot/vmlinuz-linux root=UUID=87e3eb56-0776-42e7-8933-465e13c68982 rw quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux.img
submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-87e3eb56-0776-42e7-8933-465e13c68982' {
menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-87e3eb56-0776-42e7-8933-465e13c68982' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos4' --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 87e3eb56-0776-42e7-8933-465e13c68982
else
search --no-floppy --fs-uuid --set=root 87e3eb56-0776-42e7-8933-465e13c68982
fi
echo 'Loading Linux linux ...'
linux /boot/vmlinuz-linux root=UUID=87e3eb56-0776-42e7-8933-465e13c68982 rw quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux.img
menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-87e3eb56-0776-42e7-8933-465e13c68982' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos4' --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 87e3eb56-0776-42e7-8933-465e13c68982
else
search --no-floppy --fs-uuid --set=root 87e3eb56-0776-42e7-8933-465e13c68982
fi
echo 'Loading Linux linux ...'
linux /boot/vmlinuz-linux root=UUID=87e3eb56-0776-42e7-8933-465e13c68982 rw quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux-fallback.img
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Microsoft Windows XP Professional (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-20A0A273A0A24F5A' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 20A0A273A0A24F5A
else
search --no-floppy --fs-uuid --set=root 20A0A273A0A24F5A
fi
drivemap -s (hd0) ${root}
chainloader +1
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# 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.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
### BEGIN /etc/grub.d/60_memtest86+ ###
### END /etc/grub.d/60_memtest86+ ###
=============================== sda4/etc/fstab: ================================
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
# UUID=87e3eb56-0776-42e7-8933-465e13c68982
/dev/sda4 / ext4 rw,relatime,data=ordered 0 1
# UUID=8c5f2d41-8f1d-42e3-a759-5879d5a084f4
/dev/sda3 none swap defaults 0 0
=================== sda4: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
=============================== StdErr Messages: ===============================
cat: /tmp/BootInfo-EnyNfRXB/Tmp_Log: Nie ma takiego pliku ani katalogu
mdadm: No arrays found in config file or automatically

Similar Messages

  • Mac shuts down when booting Recovery HD or holding down Command R

    Ok, so I had Windows 7 installed on my MacBook Pro. I decided I wanted to get rid of it because I no longer needed it. I started to remove it via the Boot Camp Assistant when suddenly, my computer froze halfway through its' progress. I held down the power button and restarted my computer. I went to check back and Windows was gone. It only gave me the option to install Windows 7 instead of "Remove Partition". A few days later, I decided that I wanted to restore my mac to it's factory settings however, every time I held down Command+R or booted Recovery HD via the option key, the screen would go grey with the apple logo followed by the spinning icon underneath. After awhile, it would shut down. I boot it up again and it will only boot to the desktop. What should I do? Bootcamp assistant won't even open either. The icon flashes and then it disappears.

    Just got this responce dont know if it works, havent tried yet
    John Galt     Jul 23, 2014 5:59 PM 
    Re: Mac recovery doesnt work in response to Phatwo      
    Boot OS X Internet Recovery:
    using three fingers press and hold the following keys: ⌘ (command), option, and R.
    With a fourth finger press the power button to turn on the Mac.
    Keep the other three fingers where they are until you see the "spinning globe" icon.
    Your 2011 MBP will have required a firmware update to enable this option. It was released years ago so it's very likely you complied with it.
    If your HD is damaged, it will require replacement. The effects of "repairing" it using Disk Utility will be temporary, at best.

  • HP Pavilion dv6 Notebook PC unable to boot recovery disk

    HP Pavilion dv6 Notebook PC unable to boot recovery disk.  First when I power on my notebook it goes straight to the launch recovery or launch Windows normally screen.  When I choose start windows normally, it goes to the window screen and freeze.  When I try to launch the start-up with windows 7 start-up disk, the computer will not load the files.  When I tried to complete a hard drive test, it failed with a failure ID 9UXNXA-55E65V-XD003G-60XR03.  
    I'm looking for a solution, can someone help?

    Hi:
    It sounds like you need to purchase a new hard drive for your notebook, and reinstall the operating system with your recovery disks.
    When a HDD fails a diagnostic test, it normally means it is done for.
    Paul

  • My HP Pavilion zv6000 will not boot/recovery

    My HP Pavilion zv6000 will not boot/recovery need help

    Disconnect the AC Adapter and Battery from the unit. Hold the Power button down for about 15 seconds. Then without the battery being connected, plug in only the AC Adapter on the unit and check if this powers on the unit. You can also try to reseat the RAM on the unit. You can find the removal procedures on the Service and Maintance guide on www.hp.com for your model notebook. In case the notebook does not work after these steps, it could possibly be a hardware issue on the unit.
    Although I am an HP Employee, I am speaking for myself and not for HP.
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.

  • Cannot enter boot recovery with 0 or F8

    Hi all,
    I have a Toshiba Satellite S855D and I cannot enter the boot recovery when holding either 0 or F8 during bootup. There's nothing wrong with my computer currently, but it's important I be able to access this in case Windows goes belly up. I'm very concerned that everything suggested in the user manual does not work.
    Does anyone have a solution to this or is it impossible to enter the boot recovery menu?
    Solved!
    Go to Solution.

    More info...
    All of the Windows 7 image-creation and restore tools are available in Windows 8.
       Control Panel > Windows 7 File Recovery
    You can make a shortcut to that utility (sdclt.exe).
    You'll want a bootable repair disc too. It's another way to reach the recovery environment if Windows does not boot.
    Or make one this way for choice of a flash drive (and an OEM recovery image).
       Control Panel > Recovery > Create a recovery drive
    And there's still more, if you like...
    -Jerry

  • Flash Recovery instead of Fast Recovery showing in OEM version 11.2.0.1.0

    Why "Flash Recovery" (instead of) "Fast Recovery" showing in OEM under tab "Availability" -> "Recovery Settings". My version is 11.2.0.1.0. Did Oracle renamed "Flash Recovery" to "Fast Recovery" starting from version 11.2?

    Not so much wrong, as a useless name change propagating at erratic rates. Not that calling anything flash is a great idea these days, and calling things fast is just asking to be kicked in the nether regions. For now I guess we just have to say they are interchangeable.
    At least we aren't an unfortunately named appetite suppressant like Ayds. Of course, the HIV combination of signs and symptoms now known as AIDS was originally called... wait for it... GRID. I kid you not. The US CDC also used 4H for a while (4-H is a youth organization in the US).

  • Howto boot recovery discs from usb stick

    hi.i have t40 and i just bought recovery media(because predesktop area is dead).i tried many ways but i cant afford to boot recovery medias from usb stick.which tool should i use?? i dont have optical drive??

    Hello mate,
    What version of windows are using ? It's possible with windows 7.
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/Making-a-usb-stick-with-the-Lenovo-recovery-par...
    Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it.
    ThinkPad T510 4313-CTO Windows 8 x64 - Intel Core i7-620M - NVIDIA NVS 3100M - 8GB RAM - 240GB SSD- Intel Centrino Ultimate-N 6300 - Gobi 2000.
    ThinkPad Helix 3697-CTO Windows 8.1 x64 - Intel Core i7-3667U - Intel HD Graphics 4000 - 8GB RAM- 256GB SSD - Intel Centrino Advanced-N 6205 - Ericsson C5621gw

  • R60 always boots into Rescue and Recovery instead into Win XP

    Hello all,
    I intended to write a backup via Thinkvantage R&R, startet from the boot menue. This fails as no target could be selected to save the backup.
    After I talked to a colleague of mine, who told me to use R&R out of Windows (this way he made the initial backup) I reboot the machine via the button reboot in the top right corner. The machine rebootet but instead to start Windows Thinkvantage R&R was started again. No matter what I do, if I choose to boot from HDD Thinkvantage R&R will be started (if I choose to boot from USB od CD the system on the stick or CD will start).
    I can repeat this ad infinitum, there will always start Thinkvantage R&R. I even tried to revert back to the initial backup -- to no avail
    Maybe someone can tell me how to stop this circle.
    Thank you in advance.
    Dennis
    Solved!
    Go to Solution.

    Hi,
    sorry for this late response but I didn't test this earlier.
    Thank you for the tip, this was the first step to solve this issue. After I changed the boot flag I was able to boot XP -- but only once. So I changed the boot flag again and I saw a notice about an unsuccessful and now pending backup job (this time I watched XP's boot process more closely . After I aborted the pending job I'm now able to boot into XP and R&R as I wish.
    Thank you all for all your help.
    Dennis

  • HDD Recovery instead of Recovery Wizard

    Dear All,
    I like to re-install the operation system on my Satellite Pro T130 laptop without changing the partitions. This is possible with the Recovery Wizard by http://aps2.toshiba-tro.de/kb0/HTD1303440001R02.htm
    However, when I start my laptop with the Advanced Boot Menu (F8), I find only the HDD Recovery menu in the System Recovery Options, no Recovery Wizard.
    I tried to start this wizard by starting the computer with the zero (0) key from the top but it did not work. I shut down the windows, pushed and held 0, turned on my laptop, when Toshiba logo appeared I sill held the zero key and instead of the Recovery Wizard, the Windows started.
    I tried it at least 10 times and it is getting frustrating.
    I bought this laptop in Hungary in 2010.
    I just wondering that Toshiba offers both (HDD Recovery + Recovery Wizard) of the recovery options on their laptops or the older laptops came with only HDD Recovery?
    If the starting process with the zero key is not working, what can I do?
    In addition, my understanding about the difference between HDD Recovery and Recovery Wizard is the following: (please correct me if I am wrong)
    HDD Recovery is re-setting the manufacturer state that means that it deletes every data from every partition. When you turn on the laptop first time, a wizard will come up so you can partition the hard drive. Like the out-of-box+customizing option in the Recovery Wizard.
    Recovery Wizard has three options: out-of box (described previously), customizing partitions and recovery without changing the hard drive partitions. I like to use this last option so it will delete all of the data from the first partition (C drive) on the hard drive. Will not touch data on other partitions like D, E (etc.) drives.
    Am I right?
    Thanks your answers,
    Kind Regards,
    Kardos52

    Hello
    According notebook specification this Satellite Pro was offered with preinstalled Win7 version and WXP recovery DVD. Preinstalled Win7 version includes preinstalled Toshiba recovery disc creator tool so notebook owner can create recovery media (bootable USB stick) that includes original recovery image for Win7. This bootable USB stick can be used for recovery image installation if there is some problem with HDD recovery installation.
    As I can see you have some problem with HDD recovery installation so my question is: have you created such recovery media? Do you have it and can you use it for Win7 installation?
    > However, when I start my laptop with the Advanced Boot Menu (F8), I find only the HDD Recovery menu in the System Recovery Options, no Recovery Wizard.
    Toshiba HDD Recovery option in System recovery options will be available if notebook has factory settings only.
    > I tried to start this wizard by starting the computer with the zero (0) key from the top but it did not work. I shut down the windows, pushed and held 0, turned on my laptop, when Toshiba logo appeared I sill held the zero key and instead of the Recovery Wizard, the Windows started.
    Why do you use zero at start-up? Where have you found description that you should use zro to start HDD recovery installation? As I can see in posted Toshiba document you should use F8 only. When you use F8 and enter Advanced boot options is option Repair my computer available or not?
    > I just wondering that Toshiba offers both (HDD Recovery + Recovery Wizard) of the recovery options on their laptops or the older laptops came with only HDD Recovery?
    All Toshiba notebooks offered with preinstalled Win7 have Toshiba HDD recovery option but only if they have factory settings. If notebook owner install own OS version such option will not be available anymore. In this case you can install original recovery image using created recovery media.
    From my experience you should use out-of-box option only. Be careful with other options. Recover to a custom size partition can result with losing all data and recovery image too.
    Most important thing is: do you have recovery media (USB or DVD) or not?

  • My 2008 iMac will get to the white boot up screen and has the loading circle and then it will freeze. And will freeze when attempting to boot recovery or bootable disc of Mavericks

    Hi there, I have a 2008 iMac 24' 3.06 Intel Duo with 4gb ram. And yesterday it was working totally fine and jolly with no issues. Then I noticed there was an OS X update for Mavericks, so I finally decided to do it, and once it was rebooted it went to like the grey screen and I could move my mouse, just nothing else was there. So I tried to restart it, and then it booted up, but was really laggy, and so I decided to restart it and try again, this time the iMac froze at the login. So I decided to take it apart, pull the 500gb hard drive, connect it to my MacBook Pro, and then formatted it in Disc Utility. From there, I opened the Mavericks installer on my MacBook and then installed it to the iMac's hard drive via usb hard drive enclosement. And once the install of Mavericks was completed, I put the hard drive back into the iMac and tried to boot it. It now boots up to the white screen with the Apple and the loading circle underneath the Apple and then it freezes and doesn't go any further. So then once that happened, I turned it off and tried to boot it into recovery mode. Then it freezes on the screen with the Apple and loading circle below it. Then out of desperation, tried to use a bootable disc of Mavericks to see if i can at least get the iMac to boot up again, with no success. It froze at the same point again. So now I reach out to the Apple Community to see if anyone else has an idea on what I can do or if anyone had this issue and what they did to resolve it. Any help would be great. Thanks.

    mddcfilms and Pat75, I'm having precisely this same issue -- no booting but spinning and freezing gear under the Apple logo. Have either of you come to a resolution? Here are my details:
    iMac, Early 2008, 24”, 3.06 GHz, 4GB
    September 2013: Nvidia GeForce 8800 GS GPU repaired, HDD replaced with Western Digital 2TB
    21 April 2014: Erased HDD with Disk Utility on Mavericks USB; clean installation of Mavericks from the USB. Process completed without issue, including registration process. After a minute or two of poking around, machine shut down immediately (not through the shut-down process).
    Since then it will not boot up. Grey screen and Apple logo appear, with gear spinning; the gear freezes, then the machine tries to boot up again. Occasionally I’ll hear “To use English for the main language, press the return key.”
    I’ve tried booting into Safe Mode; same gear freeze and restart.
    I’ve tried booting to the 10.9 Recovery disk; same gear freeze and restart.
    Tried booting from Mavericks USB; same freeze and restart.
    Tried booting from 10.6.3 DVD; same freeze and restart.
    Ran Apple Service Toolkit (at Stormfront in the UK), which turned up nothing in error.
    Started in single-user mode to test HDD and RAM, which are fine.
    Started in verbose mode to check logs; some error messages but nothing seems crucial. After the log screen, the grey screen and Apple logo appear, gear spins, and then freeze.
    Cannot get to Apple Hardware Test (vintage machine too old?)
    Cannot get to Target Disk Mode with my MacBook Pro
    Ideas: Potential booting flaw in Mavericks installation. Firmware incompatibility with Mavericks. Hardware issue in Nvidia GPU (known for problems). At the moment I'm hoping that it's a Mavericks installation or firmware issue, though I suspect the Nvidia GPU has blown up on me. These graphics cards are known for being pieces of junk, so I may try installing the lower spec ATI Radeon 2600 GPU if I can find one at a reasonable price.
    Anybody else have precisely these problems or have any advice?

  • Blue screen of death, can't boot recovery or from external disk.

    Hello Guys.
    I have a very wiered problem with my 15 Macbook Pro early 2011 (thunderbolt), latest version of mountain lion (10.8.4?).
    The computer does boot but won't show up the login screen. I've tried  to boot in recovery mode, but as soon as recovery boots up it only shows a blank blue screen. The same for booting from an install USB drive or a external HDD.
    What I've also tried:
    - NVPRAM reset
    - chdsk in Singleuser mode
    Nothing helped so far.
    I know this was asked before (on a different forum though) but seems like they couldn't figure out a solution.
    Is there anyone who can help with that?
    Thanks in advance,
    Thomas

    Make a "Genius" appointment at an Apple Store, or go to another authorized service center.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. There are ways to back up a computer that isn't fully functional — ask if you need guidance.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

  • B570 wont boot recovery key and f11 wont work.

    Hello everyone I'm new here, I've had my B570 for over a year now with no problems what so ever, until last night my computer completely  froze and I was forced to power it down using the power button. I powered it back up and an error came on. It' said it was an unexpected error I/O error and it said something about a usb not being unplugged right, but a usb was never plugged into my laptop. So I was trying different boot options but none were working , I tried pressing f8 to do a safe reboot but f8 was not working. So I tried doing a factory reset by pressing f11 and nothing happened, I even tried plugging in a usb keyboard and once again nothing happened. Than I tried using the recovery key when the computer was turned off and it started up but it just would go straight to the error message. Anyone have any advice?

    Hi mrhoppp,
    Thank you for posting and Welcome to Lenovo Community,
    I’d like to ask you to turn off the machine and then turn on and during the boot please keep pressing on F2 to enter BIOS (setup utility) and then please make sure that the Hard Disk Drive is detected and then press on F9 to get the BIOS to default settings and then press on F10 to save and Exit,
    After that please try the recovery one more time by connecting the charger and the battery and then press on the OKR recovery button and then select one key recovery if the error didn’t come up again with you and then restore from initial backup.
    Hope the information helps. Let us know.
    Regards
    Soha
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Macbook pro trackpad won't click in lion boot / recovery screen, anyone has a solution?

    anyone has a fix?
    like patched trackpad kext?
    It's a behaviour I observed only in Lion, therefore I was a bit confused in which forum I should post it,
    I believe it's a major problem,
    you can't select users with trackpad (click or tap won't work the same)
    but worse you are in a awkward situations trying to make a recovery boot and finding you can't click anything....
    please, mr. jobs!
    whip your programmers to patch it asap!
    MBP mid 2009,
    lion 10.7.0 or 10.7.1
    thank you
    tomaso

    Try a Safe Mode startup and see if it works ok while in that mode. Hold down the Shift key before the startup chime. Will take awhile longer to finish startup. Will only load Apple system extensions while in this mode. http://support.apple.com/kb/HT1564
    If it works ok in Safe, means you have installed some third-party software interfering with the trackpad. You'll have to do some sleuthing to determine which.

  • MBP won't boot recovery USB drive, need help

    HDD failed on 15" mid2009 MacBook Pro, purchased a Seagate 1TB hybrid drive (SSHD) to replace it with. Went to boot to USB recovery drive with OS X 10.8 using option/alt on boot and would only get the folder with flashing question mark. Tried command+R also. Tried different USB ports. Tried with HDD pulled out. The USB recovery drive does work because we were able to boot to it from a different MBP, and verified the files on it with Disk Utility. Just can't get any kind of recovery options or anything on this Mac with replaced HDD. Need help. Never encountered anything like this, can't find anything like it online, and none of my coworkers can figure it out. We've all been working comps for yrs, one even an ex apple-tech. Thanks for any suggestions!!

    Sorry - missed that part about having used both USB ports...
    Since you've verified that the USB thumb drive works on another Mac, and that it won't boot whilst holding down the option key, I would advise taking your machine to an Apple Store or an AASP to have them diagnose your machine (which will be free). They, too, should have USB sticks that they can use to test the machine.
    Good luck,
    Clinton

  • MBP 2011 Grey Screen. Normal Boot, Recovery Partition AND Network Recovery

    Hey Fellow Apple Lovers!
    My Macbook Pro 2011 recently froze and afterwards I haven't been able to log into the system. On start-up I encounter a gray screen. I'm sure this problem is very common on in the Community.
    I have tried the following:
    SCM reset
    NVRAM reset
    Safeboot (ends with blue screen)
    Tried to boot into the recovery partition (Gray Screen)
    Network recovery. The application downloads the data after connecting to my network and then continiues to start up.. Gray Screen
    Now I realize that at this point, we're probably talking about a problem with the HDD. However, I am slightly perplexed by the fact that even Network Recovery acts the same. Any specialists who might have some deeper knowledge about the inner workings of the MBP?
    Best regards
    Kristian Holm Sejersen

    Kristian,
    The blue screen is what I would be most concerned with. It could mean, if you've a 15" or 17" 2011 model, that you've the faulty installed AMD Radeon GPU, as discussed here -> https://discussions.apple.com/thread/4766577?tstart=0.
    Unfortunately, if you DO have this problem, it won't show up in either the Apple Hardware Test, which you can run, or in the normal tests performed by Apple techs.
    If you've a 13" model, this problem would not apply.
    The only thing that I can suggest is to take the machine to your local Apple Store or an AASP and see if your machine can be evaluated properly. If you do have a 15" or 17" and if you do have the problem of the faulty soldering, Apple will suggest a logic board replacement. That is only a temporary fix: a 'real' fix is having the GPU reballed and it's much, much cheaper than a logic board replacement.
    Give a ring back - if you've a 13" machine, I'm not certain what the problem might be.
    Clinton

Maybe you are looking for