Install Windows 8 Pro on Mac Air

I installed Windows 8 Pro, upgrading from Windows 7. Once this upgrade, just notice that the sound not working, Function (Fn) keyboard to adjust the screen, volume (F1-F12) not working, along with others Drivers Error at device Manager.
Herewith the Step for those who have the same problem at least to get the sound works, and some annoying drivers devices error.
Requirements
1. Run Your Mac OS,  go to Bootcamp and download the Bootcamp.
2. Stored your files at External Harddrive, or USB Stick
3. Boot into your Windows 8
to Fix for the Sound
- Install Cirrus
- Drive: \WindowsSupport\Boot Camp\Drivers\Cirrus\
SM Bus Driver
- Open Your Device Manager
- Locate the drive to Drive:\WindowsSupport\Boot Camp\Drivers\NVidia\
- it fill find "it will update NVIDIA nForce PCI System Management"
Coprocessor Driver
- Open Your Device Manager
- Locate the drive to Drive:\WindowsSupport\Boot Camp\Drivers\NVidia\
- it will find "NVIDIA nForce System Management Contorller"
iSight
- Open D:\WindowsSupport\Boot Camp\Drivers\Apple
- Install AppleiSightInstaller
This should fixed all the driver issues and Sound and get the Windows 8 working nicely, except for
- one annoying error message "Bluetooth USB Host Controller" in the device manager. Not sure what the impact.
- Keyboard Fn Function.
thats all i can share. Hope this helps.
regards
INX

Apple has not announced support for Windows 8 yet.
Allan

Similar Messages

  • Please I was format my mac OS x when trying to install windows on my mac air can any one help me showing the way to reinstall mac OS

    please, when I trying to install windows on my mac air I do a mistake by choosing a partition that mac OS installed, so I format MAC OS and install windows instead
    I want to know the way to reinstall mac OS please.

    hold down option while booting up and you should be able to select the empty drive and reinstall Mac OS on it

  • Installing windows 7 on mac book pro late 2013

    Installing Windows 7 on Mac Book Pro Late 2013
    Background
    Mac Book Pro Late 2013 uses a USB 3.0 hub for the external ports, the keyboard and mouse devices.
    Windows 7 does not have the drivers to support USB 3.0 ports so these must be integrated into the boot.wim and install.win files so that Win7 can be installed and used on a Mac. If these drivers are not integrated when win7 is booted up then the mouse and keyboard will not function.
    Requirements:
    Two USB Flash drives
    Access to a Mac computer
    Bootcamp Assistant application
    Access to a Windows computer with windows 7 installed
    Windows 7 install disk or ISO file
    WinUSB application
    Windows Automated Installation Kit for Windows 7 (WAIK)
    Method
    On a Mac
    First prepare a USB Flash drive by formatting it using disk util app, found in Application Utility folder, to FAT format this will store the Apple drivers that can be downloaded from Apple using BootCamp.
    This will be called USB1
    Using Boot Camp Assistant select 'Download the latest windows support software from Apple'  to get the files from apple for win7 for your particular machine these will be downloaded and copied to the USB Flash drive called USB1.
    On a PC
    Using a PC download a copy of WinUSB from  www.joshcellsoftwares.com this software can create a bootable USB with the win 7 files copied on to it.
    Obtain a copy of Windows 7 either in DVD or ISO format.
    Using WinUSB and the Win7 DVD create a second bootable USB Flash drive. This will be called USB 2.
    About DISM
    DISM is a windows application that allows the editing of windows image files with the extension of WIM.
    If DISM is not installed on the PC it can be downloaded from windows website.
    To test to see if DISM is installed, open up a command prompt. Then type 'dism' without the quotes this will display the help description of DISM. 
    Drivers
    The apple drivers need to be added to the boot.wim file so that mouse and keyboard can function during the setup phase.
    The apple drivers need to be added to the install.wim so that mouse and keyboard can function after the setup phase.
    The video drivers are also added as it appears to cause problems if they are not included.
    Create a directory structure like this:
    c:\appleboot\
    drvrs
    mount
    win7x64install
    win7x64boot
    Create the following files in c:\appleboot\ with the following code:
    adddrivers.cmd
    color 0a
    dism /image:c:\appleboot\mount /add-driver /driver:c:\appleboot\drvrs /recurse
    ================================================================================ ==========
    mountboot.wim.cmd
    color 0a
    dism /mount-wim /wimfile:c:\appleboot\boot.wim /index:2 /mountdir:c:\appleboot\mount
    ================================================================================ ==========
    mountinstall.wim.cmd
    color 0a
    dism /mount-wim /wimfile:c:\appleboot\install.wim /index:4 /mountdir:c:\appleboot\mount
    ================================================================================ ==========
    unmountcommitfiles.cmd
    color 0a
    dism /unmount-wim /mountdir:c:\appleboot\mount /commit
    ================================================================================ ==========
    Copy the following files into their respective directories:
    Copy from USB 1 into drvrs the $WinPEDriver$ directory
    Copy from USB 2 \sources\boot.wim to win7x64boot directory, this will store the original file
    Copy from USB 2 \sources\install.wim to win7x64install directory, this will store the original file
    Then copy boot.wim from win7x64boot directory to the c:\appleboot\ directory
    Then copy install.wim from win7x64install directory to the c:\appleboot\ directory
    Once all the copying is completed then run the following cmd files in this order:
    For boot.wim
    mountboot.wim.cmd - this will mount the file for adding of drivers
    adddrivers.cmd - this will add the apple drivers to the mounted boot.wim
    unmountcommitfiles.cmd – this will commit the changes and unmount the boot.wim
    For install.wim
    mountinstall.wim.cmd- this will mount the file for adding of drivers
    adddrivers.cmd - this will add the apple drivers to the mounted install.wim
    unmountcommitfiles.cmd – this will commit the changes and unmount the install.wim
    Copy the files back to USB 2
    Copy the boot.wim and install.wim files from c:\appleboot\ directory  to USB 2 sources directory and overwrite the files.
    BOOTABLE USB
    You will now have a bootable USB Flash Drive that has the additional drivers needed to install Win7 on Mac Book Pro Late 2013.
    Mac Preparation
    On your Mac using Disk Util reduce the size of the partition of Macintosh HD so that there is approx. 80GB free for the use of Win7.
    Add a second partition, label it win7 and format it to FAT. This is so that win 7 setup can identify the correct partition.
    Installing Windows 7
    Insert USB 2 into your Mac and reboot, whilst holding the option key down.
    After reboot there will be three icons displayed one is the Mac operating system, the second is the recovery partition and the third is an orange icon indicating a bootable USB drive.
    Select this and win7 setup application will proceed to boot up with the keyboard and mouse functioning.
    Follow the prompts and when the drive selection appears select the win7 partition and format it to NTFS so that win7 can be installed. When windows setup reboots press and hold down the option key and select the windows partition so that setup can continue to install.
    After completion of installation of win7 insert USB 1 with the additional apple drivers. Goto the bootcamp directory and click on setup.exe file this will install additional drivers needed to use Win7 on a Mac.
    Once completed reboot your Mac and select windows to allow the drivers to update in windows.

    Yes this is correct that the /index:4 refers to the ultimate version of windows in mountinstall.wim.cmd
    dism /mount-wim /wimfile:c:\appleboot\install.wim /index:4 /mountdir:c:\appleboot\mount
    Users should do what applekryzzle suggested if you have a different version of windows. Thanks for the tip applekryzzle.
    With regards to the Intel(R) USB 3.0 eXtensible Host Controller drivers they are the ones that are provided by apple via boot camp assistant.
    These appear to work correctly and downloading as per instructions simplifies the procedure.
    For those that are interesred the updated drivers can be found here https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=22824&ProdId=346 7&lang=eng&OSVersion=Windows%207%20%20*&DownloadType=Drivers
    I have also seen in other discussions that some users get black screens i believe that it is the lack of video drivers which is included in the download from apple using boot camp assistant.
    I'm certain that this works on Mac Book Pro Late 2013 models and i feel confident that this will work with other models.
    I will appreciate any feedback if this works on other models.

  • I accidentally erased mac os 10.6 while installing windows 7 on macbook air, how do I install back to mac?, I accidentally erased mac os 10.6 while installing windows 7 on macbook air, how do I install back to mac?

    I accidentally erased mac os 10.6 while installing windows 7 on macbook air, how do I install back to mac?, I accidentally erased mac os 10.6 while installing windows 7 on macbook air, how do I install back to mac?

    Use the Flash Drive that came with your computer it has Snow Leopard installed on it. If you lost it or cannot find it then call Apple and they will replace it for you, I don't know how much they will charge.
    BTW when installing MS Windows please follow the directions whether you are using Boot Camp or a vitualialization solution (Parallels, Fusion, etc.) had  you done this you would not have had any issues.

  • HT3986 what is the risk to install windows 7 on mac book pro?

    what is the risk to install windows 7 on mac book pro?

    If you have back ups and follow apples instructions on using bootcamp assistant to install Win7, there is no risk.
    If you choose not to follow the instructions apple provides and have no back ups well then there is high risk of dissapointment.
    Just follow the instructions and you should be fine.
    Good luck.
    Edit:  Here's a link to the install instructions. Just choose the one for "Lion OSX". Should be the first one on the list.
    http://support.apple.com/manuals/%23macos
    Message was edited by: Probie1983

  • Hello i would like instal windows in my mac pro retina but i don't have boot camp

    Hello i would like instal windows in my mac pro retina but i don't have boot camp

    What version of OS X are you running on your MBPr?
    If you open Applications > Utilities, you should see Boot Camp Assistant in that folder.
    That is the utility which will create the partition into which you can install Windows that you have purchased from Microsoft.

  • Installing software on my Mac Air & MBP - installer wont load

    Hi all
    I am hoping some one is technically savvy enough to help me trouble shoot this problem. I recently purchased a new digital camera and am trying to install the software disc that came with the camera. I unfortunately need to install the software disc so that it loads the necessary files for me to process the raw digital files that came out of the camera so using things like iphoto etc is no good for me.
    The issue I have is when I double click the installer it momentarily flashes up and then disappears???? I cannot figure out WHY?? So I have tried to trouble shoot as best as possible. Here is what I have done and results to date.
    1. Tried to Install this on my MacBook Pro. Installer flashes up momentarily and disappears?
    2. Tried to install this on my Mac Air also running OS X Snow Leopard. Same issue?? So far conclude its not machine related
    3. Downloaded another install disc off the internet and tried to run that version. Same ISSUE. So its not issues related to my CD.
    4. Stripped out previous versions of the software on my MAC Air to ensure its not causing issues. Same problem
    5. Checked online forums and other uses and purchasers of the digital camera ARE able to install the software on their macs!!!
    6. Uninstalled every single APP that I have installed on my MAC air and tried to get it back to stock. Try again. Still fail????????
    7. Updated the OS X software to ensure everything is up to date.
    8. Grabbed the OLD version of the software disc that came with my previous digital camera (same brand) and installed that CD (version 23 - for those familiar with Canon DSLR). that loads up correctly and allows me to install. Version 25 the latest that comes with my new Canon DSLR doesnt load up.
    I am stuck !!! I cannot pin point the issue. I dont understand OS X enough to debugg or log what the potential issue is.
    I started up the Activity Monitor and watched closely in the my Process specifically for the process that I start up (SetUp)
    I noticed that the Setup process name registers. Then another process starts up UniversalInstaller then both of them disappears?????????? and nothing happens in my comp!!!!!
    Is there some way for me to debug this ?? look at log file?? enable error logging or has ANY one got any idea what may be the issue???
    I've essentially bought a VERY VERY expensive DLSR and I cannot edit my raw files because I cannot install the software!!
    HELP ME Please

    Downloading as we speak, and the first explanation that comes to mind is that both files have a .rar extension, and that since OS X doesn't support this archive format, you need to install a third-party utility to open them.
    One files tool to open .rar files is The Unarchiver (here), and another is Stuffit Expander (there). 7zip also proposes a Mac version (here). All three will decompress a .rar file, and let you access the .dmg file(s) inside.
    Also, depending on the browser you're using, and provided you might be inclined to open trusted files directly (I use Opera, and seldom save safe download; I click on "Open" in the download dialogue), your files could very well open... in the browser cache folder, out of sight. But if you use Safari, Chrome or Firefox, and you don't have any utility installed to handle .rar files, that's doubtful. I'm going to open your files now, and check if I can install them.
    Stay tuned!
    Edit: decompressing the first file using The Unarchiver shows that the archive is "incomplete". Which leads me to think that you might have to concatenate the two files to make one "complete" .dmg file.
    If so, once they are decompressed, open a Terminal (in Applications/Utility), then type "cat", and drag both files in the window, one after the other (preferably in the right order...), type a space, then give the final file any name you want, followed by the .dmg file extension:
    (e.g.:) "cat /Users/Your_Name/Desktop/File1.dmg /Users/Your_Name/File2.dmg /Users/Your_Name/Desktop/FinalFile.dmg"

  • I need to install windows on my mac

    I'm an architect and have found myself needing to use Revit at home, obviously to do this I need to install windows on my mac. After doing some research I've decided to use Parallels to run Windows. My plan is to buy an external hard drive, install Parallels on my Mac and then run Windows as a Parallels Virtual Machine from the external hard drive. I know this sounds complicated but I think it will work as long as a get a good external hard drive. has anyone ever tried running windows like this? any advice on a good external hard drive? all helpful comments welcome!
    These are my details
    MacBook Pro, 15-inch, Early 2011
    Processor:2.3 GHz Intel Core i7
    Memory: 8 GB 1333 MHz DDR3
    Graphics: AMD Radeon HD 6750M 1024 MB
    Software: OS X 10.8.2
    Thank you!

    I have tried it before with USB 2.0 external hard drive. In case you are going to use USB external hard drive then I think the performance will be better if you put the Windows on the local hard drive instead of external since the early 2011 MBP USB port is not 3.0 yet.

  • Installing windows 7 on MacBook Air 2013

    How to install windows 7 on Macbook Air 2013.

    How to install Windows on Mac:  http://lmgtfy.com/?q=How+to+install+Windows+on+Mac

  • I just installed Acrobat Pro for Mac.  I would like to set it up to go into the regular program home

    I just installed Acrobat Pro for Mac.  I would like to set it up to go into the regular program home page (just like the windows based) instead of the "getting started" window.

    Good day,
    Choose Acrobat > Preferences.  Click 'General'.  Uncheck the 'Show welcome screen' option under Application Startup.
    Please let me know if you have any questions.
    [moving thread to correct forum]
    Kind regards,
    David

  • HT4818 hey, I want to install windows on my mac, I have mac osx lion and I'm soon going to get mountain lion. If I use Boot camp to install windows do I need a windows disc, will i lose all my data, etc. If so how to I save them. Can I switch back to osx

    hey, I want to install windows on my mac, I have mac osx lion and I'm soon going to get mountain lion. If I use Boot camp to install windows do I need a windows disc, will i lose all my data, etc. If so how to I save them. Can I switch back to osx after I install windows. ( can I switch between Windows and OS X as many times as I want.) thanks for answering.
    Sebastian

    hey, I want to install windows on my mac, I have mac osx lion and I'm soon going to get mountain lion. If I use Boot camp to install windows do I need a windows disc, will i lose all my data, etc. If so how to I save them. Can I switch back to osx after I install windows. ( can I switch between Windows and OS X as many times as I want.) thanks for answering.
    Sebastian

  • Trying to install Windows 7 on Mac Mini Mid2011

    Am trying to install Windows 7 on Mac Mini (Mid 2011) OS X Mountian Lion (10.8.2) - 2.3GHz/i5/4GB/500GB with external optical drive attached. Using Windows 7 Ultimate (on USB Flash Drive) and Windows Support Software (on separate USB Flash Drive), as the external optical drive is not recognized when Boot Camp restarts to begin installation process. Here are some issues I am having:
    Going through BCA, when selecting the new partition to install on (Disk 0 Partition 4 BOOTCAMP), the warning of "cannot be installed...", so I select  Drive Options (advanced)/Format. Drive is reformatted to the NTSF, but loses the BOOTCAMP name. (Reformats to UNTITLED);
    Installation of Windows 7 proceeds, until after its third restart and the color bar with the light burst at its center appears at the bottom of the screen with messages stating "Preparing....". The computer then reboots and starts this endless boot loop.
    As it never gets to the part where the Windows Support Software is engaged, can I have both the Windows 7 Ultimate installation and the WSS on the same USB?
    I have been researching this issue, but with no difinitive solutions (other than snarky "You obviously didn't read the prior post for this issue..." & "Don't people READ previous posts?" responses.), other than one rude reply saying this was a known issues and there is a fix/driver for it, but no reference as to where this fix resides.
    Please if anyone has a solution, I would be very grateful for serious and considerate answers. If you feel the need to be rude/snarky/downright unhelpful, don't reply. This is a community help page, not your venting page.
    Thank you in advance for all serious replies.
    JAMinard

    Right now I have 6 different systems installed. Windows XP, 7, and 8 plus Linux Mint, Commodore, and OS X Snow Leopard (for old times sake), all running on Mountain Lion.
    I recommend reading the user manual as it greatly helps getting through the steps, however an intuitive person should pick it up fairly easily.
    Thanks to BobTheFisherman for the link.
    There are other ways to get Windows on a Mac but I'm a big fan of open-source software.
    Give it a try. You might like it or it may not be your cup of tea.

  • Hello Everyone,      I have a MacBook older model with me.I am running 10.7.6 on that, I was trying to use BootCamp to install windows on my mac. Since BootCamp can only work on a single Volume, I partitioned my Hard Disk to one volume.   Using BootCamp I

    Hello Everyone,
              I have a MacBook older model with me.I am running 10.7.6 on that, I was trying to use BootCamp to install windows on my mac. Since BootCamp can only work on a single Volume, I partitioned my Hard Disk to one volume.
    Using BootCamp I installed windows and everything worked fine. After installing windows and testing everything, I switched back to OS X and this time I tried to make another partition on my single portioned Mac volume and named it Backup. That too worked. Now I have three Volumes
    1)Development2)Backup3)BootCamp.
    Next when I switched to Windows, It should the classic error, No Bootable device found, please insert a Bootable CD and press any key. When I tried to enter my Mac OS X install DVD and by pressing option key, it does not show me the proper Mac OS X development volume. It keeps going back to the No bootable device found message.
    Any help will be much appreciated
    Regards
    Mithun

    you can't add a partition in between - you put Windows to a new partition number.
    GPT (GUID)
    EFI
    Mac HFS
    Lion Recovery
    Windows
    And now you have two HFS
    One partition and one Windows (plus Lion Recovery).
    If you were to have more, it can't be before Windows for one thing.

  • How to install windows xp on mac mini without cd rom support

    How to install windows xp on mac mini without cd rom support. I have installed Bootcamp on my mac mini. And i was using windows xp on my mac mini before xp crashed due to a system file missing or corrupt.

    usb optical drive

  • How to install windows 7 on macbook air 13" 2014

    I try to install windows 7 on macbook air 13" 2014, OS X Yosemite, i used flash 16GB and windows 7 image iso. but i got this error. please help me to fix this.
    Thank you so much.

    Is the USB devices a USB2 or USB3 device? Please run Disk Utility Repair. In some cases, re-installing OS X (which does not modify your files) also addresses this issue.

  • Solution to install Windows 7 on Macbook Air MID-2013 after 3 weeks of test, make with ISO image a usb key 2.0, It works!

    Solution to install Windows 7 on Macbook Air MID-2013 after 3 weeks of test, make with ISO image a usb key 2.0, It works!

    1. Select Partition4: Bootcamp. You should see advanced Options.
    2. Click Format and convert the partition to NTFS.
    3. Click Next.
    Reference - http://manuals.info.apple.com/MANUALS/1000/MA1636/en_US/boot_camp_install-setup_ 10.8.pdf
    See Page 6.

Maybe you are looking for