HT4718 Are there alternate ways to boot in recovery mode?

The original problem: 2007 era Macbook Pro display goes bad. 
Solution: We bought a new macbook pro.  It was time for an upgrade.
The opportunity: We decided to connect the old pro to an external display and use it in clamshell mode and set it up for the kids to use. 
I attempted to delete my wife's user account, yet the machine still shows 88 gigs used when clearly the two new users I set up (one administrator) are not using so much. I thought if I could reinstall OSX that my problems would be solved.  Not only am I not worried about losing data in a reinstall - I want to. 
The current problem: I cannot boot this mac into recovery mode while it is in Clamshell. 
I am using a wireless apple keypoard, but can really only boot up using the restart option as the power button is closed up in the clamshelled laptop.  But when I do that it appears to me that the wireless keyboard is not connecting in time for the recovery mode to catch.
I thought the simple solution would be to open up the old beast and use the actual power button.  Good news is that when I do this, it must boot into recover mode.  Bad news is that evidently recovery mode does not allow mirroring of the display.  So I cannot actually see my recovery mode.  My external display is simply a secondary display - greyed out, and all I can do is wave the cursor back and forth.
So:  Are there any alternate ways to boot into recovery mode?

Have you followed these instructions?
http://support.apple.com/kb/HT3131?viewlocale=en_US&locale=en_US
Edit; As far as the data you could either do a clean install, or use
OmniDisksweeper can help you find what's hogging your disk space.
Some of it is likely Local Snaphots from Time Machine
http://support.apple.com/kb/HT4878

Similar Messages

  • Are there any ways to get sequence number other than getting it for each re

    are there any ways to get sequence number other than getting it for each record

    CACHE is the number of values Oracle stores in memory. So the first call to NEXTVAL Oracle grabs x numbers; subsequent calls to NEXTVAL are served from memory until they're all gone and them another bunch is grabbed. The attached sql*plus output demonstrates this behaviour.
    Note that normally unused numbers in the cache are returned to the data dictionary but in exceptional circumstances (DB crash) they may be lost.
    Cheers, APC
    SQL> create sequence seq cache 3
      2  /
    Sequence created.
    SQL> select last_number from user_sequences
      2  where sequence_name = 'SEQ'
      3  /
    LAST_NUMBER
              1
    SQL> select seq.nextval from dual
      2  /
       NEXTVAL
             1
    SQL> select last_number from user_sequences
      2  where sequence_name = 'SEQ'
      3  /
    LAST_NUMBER
              4
    SQL> select seq.nextval from dual
      2  /
       NEXTVAL
             2
    SQL> select last_number from user_sequences
      2  where sequence_name = 'SEQ'
      3  /
    LAST_NUMBER
              4
    SQL> select seq.nextval from dual
      2  /
       NEXTVAL
             3
    SQL> select last_number from user_sequences
      2  where sequence_name = 'SEQ'
      3  /
    LAST_NUMBER
              4
    SQL> select seq.nextval from dual
      2  /
       NEXTVAL
             4
    SQL> select last_number from user_sequences
      2  where sequence_name = 'SEQ'
      3  /
    LAST_NUMBER
              7
    SQL>

  • Are there alternate numeric keys on the wireless keyboard ?

    Are there alternate numeric keys on the Apple wireless keyboard?

    No. There's a third party numeric keypad on the Apple site, or the wired keyboard has a numeric keypad.

  • Are there any ways to make sure FCPX saves the project before quitting?

    The other day when I was working on a project, Final Cut Pro did not save any changes I made for the last 3 hours. I lost all of my work. I understand that FCP is supposed to autosave  projects, but it didn't. Are there any ways to make sure that it saves before quitting? I am currently running the trial version 10.0.8, and I plan to upgrade to the full version, soon, provided there aren't too many bugs.

    It turns out it was a corrupted project. All other projects autosave before quitting, but that one always displays the same last modified time. I solved it by creating a brand new project.

  • ARE THERE ANY WAYS BY WHICH I CAN FIND THE Appln Servlet Container Memory

    ARE THERE ANY WAYS BY WHICH I CAN FIND THE Appln Servlet Container Memory .

    You can check out Tomcat memory usage using Tomcat Manger
    and clicking server status.
    It gives the information like this
    Free memory: 489.80 MB Total memory: 508.12 MB Max memory: 1016.12 MB
    For specific application stats, i think there are some profilers which u have to search in google.

  • Are there any way to recover the deleted images form iPhone 4

    hello guy's
    are there any way to recover the deleted images form iPhone 4
    note : i haven't make any copy of the photo in my pc so i relay need for them
    plz help

    The Camera Roll is for temporary storage as with any other digital camera. Although photos in the Camera Roll are included with your iPhone's backup which is updated by iTunes as the first step during the iTunes sync process, photos in the Camera Roll can and should be imported by your computer ASAP. If you didn't sync your iPhone with iTunes since these photos were captured by your iPhone and the photos in the Camera Roll weren't imported by your computer, the photos are gone.
    Depending on how wealthy you are, you can contact a data recovery service to see if they can recover deleted photos from an iPhone's flash drive, but you will pay an arm and a leg for this. Such a data recovery service is not cheap and with no guarantee the data will be recoverable.

  • Are there any way to recover the deleted images form iPhone4

    hello guy's
    are there any way to recover the deleted images form iPhone 4
    note : i haven't make any copy of the photo in my pc so i relay need for them
    plz help

    What happened that you lost them?
    If you have synced recently you could restore the iPhone and it will restore the camera roll to it's state at the time of that sync.

  • HT203977 Are there any ways to reverse 'Restore from Backup' option on iTunes after restoring?

    Are there any ways to reverse 'restore from backup' on iTunes after restoring was completed? My last backup was actually a year ago, I think I've lost all my contacts and photos from a year ago till now. Any way to recover this?
    i haven't been using iCloud or Google contact as backups either.
    please help.

    No, unless you have a later backup.

  • Are there any way to play movie from hard disc uploaded with java player?

    I found quicktime player can export the movie as webpage versions, uses java to play the movie instead of quicktime player.
    How can I do the same with iweb? From the webpage which quicktime generated said should insert some code to the head of page and something else, but how do I insert those codes to the page I create with iweb?
    It said :
    "To make your media viewable on the Internet, your media assets (movies, poster image) must be placed on a publicly accessible server.
    The URL parameters must be modified if your media assets are served from a different location than your web page.
    The movie URL parameters must always point to the reference movie (carsmoke.mov) rather than a source movie.
    The reference movie must be kept in the same folder as the source movies.
    Source movie names cannot be changed, but you can change the name of the reference movie (remember to change it in the HTML code as well).
    Please note, to properly validate as XHTML, the <style> tag and the first <script> tag should be placed within your page's <head> tag."
    Use this code in the <head> of your web page:
    <script src="http://www.apple.com/library/quicktime/2.0/scripts/prototype.js" language="JavaScript" type="text/javascript"></script>
    <script src="http://www.apple.com/library/quicktime/2.0/scripts/qtp_poster.js" language="JavaScript" type="text/javascript"></script>
    <link href="http://www.apple.com/library/quicktime/2.0/stylesheets/qtp_poster.css" rel="StyleSheet" type="text/css" />
    Use this code in the <body> of your web page:
    " <<a href="carsmoke.mov" rel="qtposter">
    <<img src="xxx.jpg" width="120" height="50" />
    <</a> "
    (I put < into << so it will not execute in this page...)
    How to do these with iweb?
    Message was edited by: kosmo.yin
    Message was edited by: kosmo.yin

    kosmo.yin wrote:
    Are there any way to play blue ray disc on imac 27 under OSX system ?
    Wonder what kind of software and blue ray player need to buy to play it.
    Yes there is. See the link below:
    http://eshop.macsales.com/shop/optical-drives/superdrives/

  • Hi everyone! ive been stolen my ipad mini 15 days ago, i did set up pass code but ididnt turn on Find my Iphone, are there any ways to track my ipad mini locate?thanks 4 ur help?

    hi everyone! ive been stolen my ipad mini 15 days ago, i did set up pass code but ididnt turn on Find my Iphone, are there any ways to track my ipad mini locate?thanks 4 ur help?

    No.
    What To Do If Your iDevice or Computer Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Mac Computer
           Find My Mac can be used from Find My Phone at iCloud.com and via Find
           My Phone on your iDevice.
          The following is third-party anti-theft software:
               1.  STEM 2.1
               2.  MacPhoneHome 3.5
               3.  MacTrack 7.5.0
               4.  VUWER 1.7
               5.  Sneaky Bastar* 0.2.0
               6.  Undercover 5.1.1
               7.  LoJack for Laptops
               8. Hidden 2.0
               9. Prey 0.6.2

  • Is there any way I can see recovery hidden files ?

    Is there any way I can see recovery hidden files ?

    Hello, @Fhm991 
    If you're trying to view the files on the recovery partition, I would like you to read over this document: Recovery Partition is Accessible to Reading and Writing Files.
    If you're looking at other hidden files please specify.
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • How do I boot into recovery mode with wireless keyboard

    I am unable to boot into recovery mode using either cmd-R or holding down the alt key. How is it supposed to work?
    Message was edited by: Niklas Brunberg (better title)

    I understand your concerns - I'm glad both of my machines are dual bootable (just in case) and I have my Snow Leopard install disks..... However, this is what Apple has decided, so we need to find the best way to deal with it. Personally, I've tested the recovery mode several times and, at least on my machine, it was not reliable (i.e. it wouldn't work - I tried it again and it did, but it spent more than an hour downloading the entire 4 GB installer again and then another 30 minutes installing it), and on a third try, I found that it had vanished because I had cloned by drive. When you clone, only your system is cloned, not the extra partition.
    So, I've decided to rely on a) my bootable clones and b) a copy of the installer (.dmg) in case my clones fail. I don't feel comfortable relying on something that requires an internet connection and a full download to work. But, that works for me; you may want to take a different approach.

  • Mountain Lion only boots into Recovery mode after using iCould lock

    Hi everyone!
    I have searched the forums for hours now, but I can't seen to find an answer to my question, so I'd like to ask it.
    Recently my system partition failed due to frequent kernel panics caused by a cable in the screen I think. The kernel panics still occur, but I don't know what to do with them.
    I managed to save my files and reinstall my osx, which is Snow Leopard (the disc came with the computer). Then I wanted to install my purchased copy of Lion through Appstore, but it said it's no longer available in my country and I couldn't download it again.
    Then I decided to buy a copy of Mountain Lion which I tried to install. I managed to do it, and I tried to explore my new operation system.
    I tried the iCloud app as well, including the Lock. It locked the computer, and rebooted, but ever since I couldn't unlock it.
    When it asks for the password I enter it and it accepts it, but doesn't unlock, only lets me into Recovery mode. Now I reinstalled the whole thing over again and when the Mountain Lion install finishes, it only boots into the Recovery HD without asking.
    So if I reboot my computer, no matter what I do it only boots into Recovery Mode.
    Please help!!
    Mike

    I was afraid the Apple Store wasn't going to be an option.
    Based on your previous post, I was under the impression you could download Mountain Lion, but when you installed it, it locked up again. Not true?
    I don't know how to remove it. You can try contacting Apple support through the link below to see if they can help you get this unlocked.
    Apple Support Contact
    Are the kernal panics new since all this happened?
    Here is some information about kernal panics.
    Kernel Panics - About
    Kernel Panics - Avoiding and Eliminating
    Kernel Panics FAQ   
    Kernel Panics FAQ (2)
    Kernel Panics - Understanding and Debugging
    The articles discuss where kernal panic reports are filed. After you have a kernal panic, copy the report and post it here. Please copy and paste rather than using a screen shot. There are several people who can read them and they can suggest what to do next. Reading kernal panic reports isn't something I've totally figured out yet.

  • MacBook Pro OSX 10.9- Cannot boot into recovery mode or use USB bootdisk

    Hi guys,
    I'm having an issue with my MacBook Pro running OSX 10.9. I want to re-install the operating system, however the computer freezes when being booted into recovery mode or when rebooting into a USB boot disk. Either the spinner freezes or it moves to a screen with just the Apple logo.
    Thanks in advance

    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. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Broken screen, erased main disk, cannot boot to Recovery Mode to reinstall OS X

    I am using a MacBook Air from around 2010, not really sure what version of the OS was on it prior to erasing. The screen is broken so I have to either duplicate the screen or use clamshell mode to see anything. When booting in Recovery Mode by holding Command + R, the only option is to use clamshell mode with an external monitor because otherwise only a gray screen is shown.
    My issue is a result of erasing the main disk while in Recovery Mode and then shutting down the MacBook. I turned the computer back on assuming I could use clamshell and Recovery Mode to reinstall the OS but unfortunately this isn't working and I can't get anything to display on the external monitor.
    I cannot use Target Disk Mode from another Mac because there is no FireWire port and there is also no Ethernet port.
    This leads me to these questions in trying to figure out how to reinstall OS X:
    - Is it not possible to boot in Recovery Mode after erasing the main disk?
    - Is it not possible to use clamshell mode after erasing the main disk?
    I have also tried booting while holding Command + Option + R to use Internet Recovery or booting while holding just Option, there was still nothing to be displayed on the external monitor after closing the lid to switch to clamshell mode.
    I'm stuck, any suggestions would be greatly appreciated.
    MacBook Air, Mac OS X (10.4.8)

    FYI:
    I have tried booting into Single User Mode, using fsck to repair permissions, but to no avail. However in the Single User Mode I did notice something unusual. When trying to reboot using the command 'exit', a long list of errors came out.
    Most were Library/Extensions/... .kext is not authentic; omitting from prelinked kernel.
    Some errors were ...: No such file or directory
    And afterwards the errors were stuck there and no reboot occurred. I also couldn't type anything.

Maybe you are looking for

  • Color in textboxes or around textboxes in tabular form

    I've got a tabular form with 12 columns of textboxes. Some of these columns are logically related so I'd like to sort of group them together a bit (the ones that are related). I was thinking about using a background color in the cells so that for exa

  • Unable to play burned disc.

    I know I am missing a minor step here. I have correctly imported a movie from FCP to DVD Pro and moved it to the correct track...and then burned it. I can tell that the burn process is progressing as it should. But when I insert the disc into my driv

  • How to change the application status back to build and run

    hi , i changed my applications status to run only .. and now system is not allowing me to change the status of my application back to "build and run" any help is appriciated.. Thanks

  • Form Editor -PE51

    Hi Experts, I have to show the paid days in payslip. Plz tell me which field should i use for this. I am using -ve time management. Plz help regards tS

  • Built in Microphone not working/static

    I have been reading CONSTANT forum posts to look for an answer to this problem. Specs(TO THE BEST OF WHAT IS NONE BYE ME!!!!!!): Windows 7 64-Bit Satellite L675... THAT IS ALL IT SAYS! Nothing else! Before I start. I apologize for getting snappy... M