Gotcha! Creating a Windows 7 Image with imagex

by Jesse 13. August 2009 08:54

I've been building out a new windows 7 image and ran into the BOOTMGR is missing.  I let it sit for a night and it came to be -- there's an extra partition on win7 that vista didn't have.  Ok, makes sense because I applied the image to C:, in my case, that's partition 1 on disk 0, it should be disk 1.  Hmm, so there must be a way to do this and of course there is.  So let's jump right in.

I downloaded the new WAIK (Windows Automation Install Kit) and its huge, 1.66GB by my download box thinking there was some new magic I wasn't aware of.  There isn't BUT there's a "new" step.  Within the kit, I found the following ... 

diskpart
select disk 0
clean
create partition primary size=200
select partition 1
format fs=ntfs label="system"
assign letter=c
active
create partition primary
select partition 2
format fs=ntfs label="Windows" quick
assign letter=d
exit
 

Which is great, unless you have cd drive and that windows volume you just created is no where to be found.  Just restart and it'll be there.  Dump your image and run D:\windows\system32\bcdboot d:\windows and that should do it.

Currently rated 3.7 by 3 people

  • Currently 3.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Comments

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen

About the author

Like the description says, at my core, I'm a scientist and engineer.  I came from humble beginnings on a 486DX2 Packard Hell playing doom2 on IPX to in a small time retail shop and got into hardware (ISO layers FTW!) and it was all downhill from there.  I'm infinitely curious about almost everything and always wanting to know.

According to personality tests (real ones) I classify under "Rational" more specifically, a Fieldmarshal.  I think there's something to that.

Some of the stuff I'm currently into/researching...

Sitefinity

Ninject

Subsonic 

Currently working on ...
i did the hundred


and some extra stuff

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's, their brother, their dog, cat, ferret nor gold fish's view in anyway.  At all.  Ever.

© Copyright 2007-2009