<title>Jasbone's Thoughts : Installing Vista on a MacBook Air using Imagex

« Fontina Stuffed Chicken Breasts | Main | Thank you Eldora Ski Patrol! »

February 21, 2008 4:18 PM

Installing Vista on a MacBook Air using Imagex

I've written before about installing a Windows Image version of Vista onto a MacBook Pro using imagex.exe so I figured I'd write an updated post on doing the same with the Air.  It's fairly straightforward, and I've found what I think is the fastest (or at least sure fire) way to get it done.  Here's how:

  • Create a partition for Windows using Bootcamp (I created a 55GB one since I'm going to use Windows 90% of the time)
  • Reboot from the standard Vista install DVD.  Format the partition you created and complete a normal Vista install.  You'll need to do this so the boot sector is written properly.  I've tried stopping right after you format it, and have even killed it right after the file copy starts (neither worked) so I'm guessing the boot loader gets written at the end of the process.
  • When you reboot be sure to press and hold the mouse button after the Mac bootup "ding" sound.  When the disk ejects quickly put in your WinPE DVD with imagex.exe and the image you'd like to install.  You may have to boot back into OS X first.  If so restart the Bootcamp assistant and choose install Windows.
  • Pay close attention as it boots so you can "press any key" to get WinPE going.
  • Once you boot into WinPE you'll need to reformat the disk (which doesn't mess with the boot sector).  So run the following commands:
    diskpart
    select disk 0
    select partition 3
    format fs=ntfs quick
    assign letter=c
    quit
  • Now you're ready to put the image on the machine.  For this you'll run:
    imagex /apply IMAGENAME.wim 1 c:
  • Now go get a cup of coffee (or several) while it puts the image in place.  When that's done reboot and go get dinner (and then maybe breakfast) as Vista starts up the installer for the image.

That should do it.  If you're not experienced with imaging technologies like this, and you work in a corporate environment you should start reading about it.  We may only have 11 employees but given the amount of times I've used my image (easily 100+ times) the amount of time it has saved me is staggering.  Also the added benefit of all my users being on the exact same platform with the exact same tweaks is, well, huge.

Posted in: Apple