Missiong operating system BootCamp windows on MBA Late-2010 10.9

Hi,
I've installed win7 on my MBA 13inch Late-2010 with OS X Installed 10.9.5. After shrinkin my OS X partition then windows can't start any more. Following are mya data :
Zens-MacBook-Air:~ noimba256$ diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Air HD                  212.0 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
   4:       Microsoft Basic Data                         29.0 GB    disk0s4
Zens-MacBook-Air:~ noimba256$ sudo fdisk /dev/disk0
Password:
Disk: /dev/disk0 geometry: 30515/255/63 [490234752 sectors]
Signature: 0xAA55
         Starting       Ending
#: id  cyl  hd sec -  cyl  hd sec [     start -       size]
1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
2: AF 1023 254  63 - 1023 254  63 [    409640 -  414062496] HFS+       
3: AB 1023 254  63 - 1023 254  63 [ 414472136 -    1269536] Darwin Boot
*4: 07 1023 254  63 - 1023 254  63 [ 433594368 -   56639488] HPFS/QNX/AUX
Zens-MacBook-Air:~ noimba256$ sudo gpt -r -vv show disk0
gpt show: disk0: mediasize=251000193024; sectorsize=512; blocks=490234752
gpt show: disk0: Suspicious MBR at sector 0
gpt show: disk0: Pri GPT at sector 1
gpt show: disk0: Sec GPT at sector 490234751
      start       size  index  contents
          0          1         MBR
          1          1         Pri GPT header
          2         32         Pri GPT table
         34          6        
         40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
     409640  414062496      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
  414472136    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  415741672   17852696        
  433594368   56639488      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
  490233856        863        
  490234719         32         Sec GPT table
  490234751          1         Sec GPT header
Zens-MacBook-Air:~ noimba256$ sudo dd if=/dev/rdisk0s4 count=1 2>/dev/null | hexdump -C
00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000020  00 00 00 00 00 00 00 ff  00 00 00 ff 00 00 00 00  |................|
00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  00 00 00 00 00 00 00 00  00 00 00 ff 00 00 00 ff  |................|
00000050  00 00 00 ff 00 00 00 ff  00 00 00 ff 00 00 00 00  |................|
00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000000a0  00 00 00 00 00 00 00 ff  00 00 00 ff 00 00 00 00  |................|
000000b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000000c0  00 00 00 00 00 00 00 00  00 00 00 ff 00 00 00 ff  |................|
000000d0  00 00 00 ff 00 00 00 ff  00 00 00 ff 00 00 00 00  |................|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000120  00 00 00 00 00 00 00 ff  00 00 00 ff 00 00 00 ff  |................|
00000130  00 00 00 ff 00 00 00 ff  00 00 00 ff 00 00 00 ff  |................|
00000150  00 00 00 ff 00 00 00 ff  00 00 00 ff 00 00 00 00  |................|
00000160  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001a0  00 00 00 00 00 00 00 ff  00 00 00 ff 00 00 00 ff  |................|
000001b0  00 00 00 ff 00 00 00 ff  00 00 00 ff 00 00 00 ff  |................|
000001d0  00 00 00 ff 00 00 00 ff  00 00 00 ff 00 00 00 00  |................|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000200
Anyone can help me out?

Yes, it is indeed good news.
Leave your Testdisk display and start a new Terminal Window.
You need to use the following steps. If you see any error messages during the following steps, please stop and post back here with the error message. The following steps have values from your Testdisk output (and you can verify) in Steps 7 and 8.
Rebuild GPT4 using start/end offsets
Sudo gdisk /dev/rdisk0
P  (print the full list of parts)
D  (delete)
4  (part 4)
N  (new part)
4   (part 4)
421875712 - Start offset in bytes  (start point for Bootcamp part)
+68358137 (Size offset as opposed to End offset)
0700     (Windows part type)
P           (print list of all parts just to see what changes will be made)
W         (Write the new GPT)
Y           (Yes! really write the new GPT)
  This will delete and re-write the GPT partition info for /dev/disk0s4. 
Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR. Use defaults for other questions (like partition codes). The only values that need modifications are the Boot flags and step 6. Accept all other defaults that Gdisk offers.
Sudo gdisk /dev/disk0
P  (Print list of parts)
R   (Recover)
H (chooses Hybrid)
Partitions numbers to be hybridized: 2 3 4
Y (Good for GRUB question)
N (part 2 boot flag)
N (part 3 boot flag)
Y  (part 4 boot flag make NTFS bootable partition)
W  (Write the new MBR)
Y    (Yes! write the new MBR)
Reboot
This is an example for the second set.
Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): Y
Creating entry for GPT partition #2 (MBR partition #2)
Enter an MBR hex code (default AF): Press Enter/Return
Set the bootable flag? (Y/N): N
Creating entry for GPT partition #3 (MBR partition #3)
Enter an MBR hex code (default AB): Press Enter/Return
Set the bootable flag? (Y/N): N
Creating entry for GPT partition #4 (MBR partition #4)
Enter an MBR hex code (default 07): 07
Set the bootable flag? (Y/N): Y
Test 1 - Does Bootcamp Volume show up in Finder?
Test 2 - Can you see files in Bootcamp Volume?
Test 3 - Can you select Bootcamp in System Preferences -> Startup Disk?
Test 4 - If Test 3 is successful, select Bootcamp and Click Restart.

Similar Messages

  • I cannot open a pdf file with aole-mail. I can open pdf files from windows explorer. I have associated pdf with adobe reader. My operating system is window

    I cannot open a pdf file with aol e-mail. I went to preferences in Adobe Reader but did not know what to enter for Incoming IMAP and outgoing SMTP. I can open pdf files from windows explorer as  I have associated .pdf files with adobe reader. My operating system is windows 7.
    When I try to open the pdf file within aol e-mail I get a message: 'Your security settings do not allow this file to be downloaded'.  I have not changed my security settings (Tools, Internet Options, security).

    Or http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • Firefox (latest and greatest) has been giving me synaptics scroll wheel errors. It has worked fine up until 3 days ago. I have the latest driver for the touch-pad, from synaptics, for my toshiba laptop L505D-S5986. Operating system is Windows 7 (32-Bit).

    Firefox (latest and greatest) has been giving me synaptics scroll wheel errors. It has worked fine up until 3 days ago. I have the latest driver for the touch-pad, from synaptics, for my toshiba laptop L505D-S5986. Operating system is Windows 7 (32-Bit). Have tried it on other browsers, and works as it should. The last add-on i installed for Firefox was "Fox Filter" so my kids couldn't accidentally stumble onto sites of immoral tastes. I can't see why that would have any effect, but it was the last update/add-on i installed to the browser, but even then,.......it was working fine for a week and a half afterwards until now. Please help.
    == This happened ==
    A few times a week
    == A week and a half after i installed Fox Filter. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1064 Safari/532.5

    Hello Steve.
    You may be having a problem with some extension or plugin that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    If you detect a faulty add-on, you should contact its author for support. You can also search for alternatives. Site filters are relatively common in the add-ons gallery: [http://addons.mozilla.org addons.mozilla.org].

  • My computer operating system is Windows XP. My HP Office Jet G85 no longer works as it once did

    I have an XP opporating system and a HP G85 Printer that we bought and have been using several systems ago.  I have the "original" HP installation disk, but feel I need an updated HP disk/driver/software to myake the printer work properly with my current XP operating system.  Where or what do I do????????

    My computer operating system is Windows XP.  My HP Office Jet G85 no longer wors as it once did with the operating systems that I had BEFORE Windows XP.  What do I do????

  • HT3775 I NEED I TUNES FOR A 64 BIT PC. OPERATING SYSTEM IS WINDOWS 8, NON TOUCH SCREEN. WHICH IS THE ABSOLUTELY BEST WAY TO GET ITUNES OPERATING CORRECTLY ON MY PC????//I HAVE TRIED SEVERAL THINGS, NONE OF WHICH ARE WORKING. IS ITUNES DELIBERATELY EXCLUDI

    I cannot get itunes to work/install on myPC. I am running windows 8 in a 64 bit machine. I also want to purchase books via itunes for my Nook. Are you deliberately excluding PC owners so we cannot use ituens on our computers???? I have selected a community but have no idea what community I should be working with. Can somone explai these communities to me? Also. you don't allow much time to go thru the sign up process. I had to start over SEVERAL times as you kept timing me out. Jesus...when people are signing up for the first time, we have no idea of the questions that will be asked. Give us a break and give us time to sign up. Not everone is disability free and able to go thru your process quickly...you are NOT user friendly. You should be for people who are wanting to join your community. I used to want an Apple product but now that  I have had first hand experience with your web page, I think I will probably stay away from Apple products. VERY DISAPPOINTING

    Jan 11, 2014 10:26 AM  Re: I NEED I TUNES FOR A 64 BIT PC. OPERATING SYSTEM IS WINDOWS 8, NON TOUCH SCREEN. WHICH IS THE ABSOLUTELY BEST WAY TO GET ITUNES OPERATING CORRECTLY ON MY PC????//I HAVE TRIED SEVERAL THINGS, NONE OF WHICH ARE WORKING. IS ITUNES DELIBERATELY EXCLUDING
      Re: I NEED I TUNES FOR A 64 BIT PC. OPERATING SYSTEM IS WINDOWS 8, NON TOUCH SCREEN. WHICH IS THE ABSOLUTELY BEST WAY TO GET ITUNES OPERATING CORRECTLY ON MY PC????//I HAVE TRIED SEVERAL THINGS, NONE OF WHICH ARE WORKING. IS ITUNES DELIBERATELY EXCLUDING PC'S  in response to Birdlover1      
    Post over in the iTunes for Windows forum, here:
    https://discussions.apple.com/community/itunes/itunes_for_windows
    sebastian

  • My operating system is Windows XP SP3.  I have Adobe 11.0.08 installed.  I cannot print a pdf file/document. Error message - AeroRd32.exe - Unable To Locate Component  -  "Application failed to start because lxdautil.dll not found."  Any suggestions?

    My operating system is Windows XP SP3.  I have Adobe 11.0.08 installed.  I cannot print a pdf file/document. Error message - AeroRd32.exe - Unable To Locate Component  -  "Application failed to start because lxdautil.dll not found."  Any suggestions?

    That DLL is part of your printer driver; reinstall or update the device driver for your printer, and the message should go away.

  • -- A file association problem exists, which prevents the file you're trying to download from being associated with the correct application by the operating system using window 7  IE 11

    A file association problem exists, which prevents the file you're trying to download from being associated with the correct application by the operating system
    USING WINDOW 7  IE 11  HOW CAN I FIX???

    Try downloading the offline installers:
    Adobe Reader
    Flash Player for Internet Exporer - ActiveX
    Flash Player for Firefox - NPAPI

  • How can  we popup "Operating System Browse Window " in OAF?

    Hi...
    I have "Import" button on page.
    I want to display "Operating System Browse Window:" when user hits import
    button.
    This Browse window will navigate user to choose a file.

    Hi,
    You can use the component messageFileUpload for that. You can find some instructions on using it in the OAF Developer's Guide, Chapter 4: Implementing Specific UI Features, on the section "File Upload / Download". When you put a messageFileUpload on the page, it automatically renders the button to call Browse Window.
    Thanks!
    Thiago

  • Upgraded operating system to windows 7 on hp pavilion a735w computer. lost audio to speakers

     upgraded  operating system to windows 7 32 bit on  hp pavilion a735w computer. lost audio to speakers, a driver was re-installed but there is still no audio.

    Hi:
    Try the windows 7 driver directly from Realtek:
    Accept the agreement. Download and install the first one on the list.
    http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=23&PFid=23&Level=4&Conn=3&DownT...
    Paul

  • MBA (Late 2010) running Bootcamp Win 7 connecting to iMac 27"

    Has anyone tried connecting a MBA (late 2010) running Windows 7 Professional to an iMac 27 using the Mini Display Port to Mini Display Port?

    I'm curious what Apple had to say about this. Any reply?
    For more info on some temporary fixes:
    http://discussions.apple.com/thread.jspa?threadID=2315531
    http://discussions.apple.com/thread.jspa?threadID=2307311

  • @variable and Operating system variables (Windows environment variables)

    Hi,
    Has anyone experience with using @variable and Operating system variables (Windows environment variables)in XI 3.x Web Intelligence ?
    Help gives the example of @Variable(NUMBER_OF_PROCESSORS). Even with syntax correction @Variable('NUMBER_OF_PROCESSORS') it does not seem to work.
    It works fine for Desktop Intelligence. Environment variables added are read, after restarting DeskI. If already in an existing DeskI session, newly added (unknown) variable names give a prompt with the variable as prompt text as a result. This is the behavior in Web Intelligence, even for environment variables that are always set (like Path, TMP, ...)
    Both WebI Rich Client and WebI via Infoview in XI 3.1 and XI 3.1 SP2 show this behavior (prompt instead of @variable behavior)
    Are there settings that need to be made? other syntax ?
    Is this a DeskI only feature ?
    Thanks!
    Raf
    Edited by: Raf on Oct 30, 2009 3:44 PM

    Hi Abdellatif,
    Ok, that would clarify things.
    You have an idea if this is documented somewhere?
    Reason we ask:the "xi3-1_designer_en" guide, the specification for the @variable function states:
    "BusinessObjects system variables. ...
    Report variables. ...
    Operating system variables. You can enter Windows environment variables in order to obtain information about your installation.
    Custom variables. With Desktop Intelligence, you can use a predefined text file to provide a list of fixed variable values."
    There's no explicit referal to DeskI only for OS system variables, like there is for custom variables.
    Thanks!
    Raf

  • How is Lion's performance with the baseline 13" MBA (Late 2010) 2GB RAM?  I know it works fine with the baseline 11" 2GB model, but because that's a smaller machine, perhaps the 2GB limit is not so detrimental to performance.  MBA 13" 1.86, 2GB/2010

    How does the baseline 13" mba (late 2010, 1.86 ghz, 2GB RAM/128GB) work with OSX LIon? I know the baseline 11" is fine, but does the larger form factor of the MBA 13" require more RAM to be speedy under Lion? I wouldn't think so, but please advise.  Please answer this question ONLY with refrence to the specs listed (13" MBA (late 2010, 1.86 ghz, 2GB RAM, 128gb).  Thanks much!

    Overy time, every PC/Mac gets unavoidably bloated with junk like unnecessary files/downloads/apps or left-over files of video-streams/uninstalled apps/caches/... which slow down the overall system. That's why PC/Mac should be formatted (=deleting everything even including the operating system) once in a while to reinstall the operating system (here: Lion) from scratch -hence "clean install". To format a Mac is pretty easy, but all of your files (e.g. images, documents,...) should be saved on external harddrives/CDs/DVDs/Flash-drives... because they are going to be deleted during the formatting.
    I'm NOT going to describe you how to format, because it might not be necessary for you.
    But what you NEED to do anyway is (if you want Lion):
    (( 0. Eventually, but not necessarily: Make a TimeMachine-BackUp to be able to return to Snow Leopard))
    1. Download Lion, BUT DON'T install it (cancel the install-process).
    2. Follow the instructions on this site:
    http://lifehacker.com/5823096/how-to-burn-your-own-lion-install-dvd-or-flash-dri ve
    This will give you a legal copy of Lion on a DVD or Flash-Drive, which btw allows you to install it on all of your mac at home. Why do you need copy of Lion? If you encounter problems with lion after a "normal install"(=NOT formatting and NOT clean installing the operating system), you still have the option to make a clean install. A clean install can't be done without the copy of Lion on a DVD or Flash-Drive.

  • Execution of Coded UI scripts with least possible test execution time in Windows7 Operating system using Visual Studio Test Agent 2010 without VS2010 installed

    Hi All,
    We are trying to execute coded UI scripts without Visual Studio installed. We are using “Visual Studio Test Agent 2010” for executing coded UI scripts without VS2010 in Windows 7, it is working fine. Also we verified executing the same script with VS2010
    Premium, it works fine as well.
    Here the challenge we are facing is with the Test execution time.
    When we run the coded UI script with IE11-Windows 7 OS-Visual Studio 2010 Premium it takes
    3min 36sec to complete the execution whereas with IE11-Windows 7 OS-Visual Studio Test Agent 2010  it takes
    6min 40sec for the same script to execute (which is almost double the time it takes while executing using VS2010).
    My question is what may be the reason for this difference? and how we can reduce the test execution time when running from Test Agent 2010?
    Kindly let us know what is the best practice to execute the coded UI scripts with least test execution time in Windows 7 Operating system using Visual Studio Test Agent 2010 without VS2010
    installed.
    Looking forward for your positive response.
    Thanks in advance..!!

    Tina-Shi, Thanks for the information.
    As you mentioned, we tried to execute the coded UI test using Mstest.exe in command on VS2010 Premium and checked on the execution
    time, there was a slight difference.
    Please find below execution time.
    Using Mstest.exe in command on VS2010 Premium/Win7 – 3.47 minutes
    Using VS2010 Premium/Win7 – 3.53 minutes
    Using Test Agent/Win7 – 7.3 minutes
    Also, I closed all the other processes in Task manager before starting up the execution.
    Still , I am facing the same Issue. Could you please suggest any other way to reduce the scripting time of coded UI script execution
    through Test agent 2010.
    Looking forward for your earliest response.

  • Correct Adapter/cord for 11-inch MBA, late 2010

    I lost my adapter/cord for my 11-inch MBA, late 2010. looks like it needs an 85W adapter, but I can't find an 85W adapter/cord replacement cord. Why is this so difficult? MagSafe isn't coorect one. Anyone suggest where to find. Thanks

    Thanks. Will get this one.
    But still a Q: When I go to System Information > Hardware > Power > AC Charger Information > Wattage it has 85. That was why I thought I needed 85W.
    Read on Apple site that can run with higher wattage, but not lower wattage. 45W, 60W and 85W are same price. Any advantages to running higher wattage?

  • Will my MBA Late 2010 Read 64gb SDXC?

    I want to buy a 64gb SDXC but am afraid my MBA late 2010 might not read it....
    Ive heard mixed things about them being able to or not and need a definite answer please...

    Thanks!! Im not familiar with how they work but do you still get the greater speeds....
    also are sdxc around the same speed at a usb? bc ive heard a normal sd is usually slower then an usb

Maybe you are looking for

  • Preserving metadate in PDF Presentation

    I have Photoshop CS3 with Bridge. I digitally photograph documents in RAW. In Bridge, I embed metadata. I open all images in Photoshop and create .jpegs. Both the RAW image and the jpeg retain the metadata. However, if I use PDF Presentation to creat

  • Getting charts to display correctly

    I am trying to chart data at group levels for formula-derived values.  For example, I have a chart that is designed to show the five year vacancy rate history for a group of office buildings.  The annual vacancy rates are calculated by summing the va

  • Public Meraki Network / Airport Extreme

    I'm within range of a Meraki wireless network signal that will apparently let me access the internet. However, Apple Airport Extreme is a modem and Access Point in one and appears to be interfering with the signal. If I purchase a Meraki repeater to

  • Ipod touch password is locked

    My daughters ipod touch is locked and she does not know the password.  The laptop that it was originally connected to no longer works.  I have an iphone connected to my computer and was thinking I could hook hers up to mine and some how restore hers?

  • Flash Crashing

    I have been having issue with the flash plugin crashing frequently on my 64bit arch install in all browsers. I have an Nvidia gtx 260 with the latest proprietary drivers and the following relevant packages lib32-flashplugin10 - from the aur, I tested