およびニュースあなたの最もよい資料源約 xp, ハードウェア そして winvista インターネット

ヴィスタの記事 上50 ヴィスタのビデオ 柔らかいヴィスタ ヴィスタの助け

ハイパーV取付けは-部3をトリックする: Win6整備の積み重ねの統合された取付けそして美


これまで私達はハイパーV取付けられているを用いるシステムイメージを捕獲するのに必要なステップをWindowsを同時に取付ける方法をシステムイメージを全然取扱わないでハイパーVカバーし。

ステップを取り戻そう、システムイメージ再度述べる。 イメージは多くの異なったワークステーションにWindowsのカスタマイズされた版をまたは互いとは関係なく各システムの形成の努力によって行かないでサーバー配置する大きい方法である。

ちょうどWindowsヴィスタかDVDからのWindowsサーバー2008を置いても、まだ取付けをするのにイメージを使用している。 \源のホールダーのDVDで見れば、ファイルを呼ばれて見つける install.wim. WIMはWindowsのイメージを意味し、それは組み立てがあなたのハード・ドライブに直接加えるWindowsの実質の取付けの実際のイメージである(およびそれからビットを処理する、しかし別の物語が)ある。

またあなた専有物を作ることができる WIMはを使用してファイルする imagex.exe 用具 そのと出荷する Windows AIK、私が再度につなぐ。

WIMsについての涼しい事は(実際に多数がありが、私はちょうどこのポストに関連しているものと付く行き)それ-であり、使用する imagex.exe - (ヴィスタおよびサーバー2008年である)にホールダーとしてそれに/から、そしてあなたの変更を除けばWIMをあなたのWin6 -基づいたシステムおよびコピーファイル取付けることができる。

従ってこれは何をハイパーV取付けとしなければならないか。

それで、こつの… 私達が述べる必要がある多くがある。

WindowsヴィスタおよびWindowsサーバー2008年によってオペレーティングシステムをservicable作るために、実際に涼しい仕事は行われた。 私はall the細部に入る位置に実際にないが絶対最も涼しい副作用の1つは実際にOffline Servicingと呼ばれるそれを追い出さないでWindowsの取付けを整備する機能だった。

いいえ、実際に… これは何をハイパーV取付けとしなければならないか。

ハイパーV RC0はhotfixとして出荷する、従ってあなたが持っているあらゆるWindowsサーバー2008年のイメージとのそれを統合するのに整備の積み重ねのオフ・ラインのサービスの機能を使用できることを意味する。 (これはあなたがあなた自身作ったあらゆるイメージと同様、小売り媒体を、含んでいる。 最もよい結果のためにだけ、ずっとsysprep'dイメージを使用するであるべき、または他では。一般化される)

仮定してWIMsを、ここにいかににそれをしなさいかある使用している。

  1. ハイパーV RC0 hotfixダウンロードしなさい(それは実際にMSUに包まれたhotfixであることができる)を
  2. Extract the CAB file from the MSU you just downloaded, just like we talked about in Part 2. There's also a KB article that describes the process.
  3. Open an elevated AIK Tools Command Prompt (because you've installed the AIK, right?).
  4. Create a folder to use as a mount point for your WIM (I typically use C:\mnt).
  5. Run:
    imagex /mountrw <path to WIM> <WIM Image Index> C:\mnt
    (A WIM can have multiple images inside of it, so you need to specify which image you want to deal with. To get a list of images and their indexes, use imagex /info <path to WIM>)
  6. Run:
    start /w pkgmgr /ip /m:<path to CAB extracted from the MSU> /o:c:\mnt;c:\mnt\windows /s:%temp%
  7. Check the return code by running:
    echo %errorlevel%

    If it's anything but 0, there was a failure while applying the update.
  8. Run:
    imagex /unmount /commit c:\mnt

And there you have it. The next time you apply that image, your Windows installation will have the Hyper-V RC0 bits already present in the package store. That's different than having the role enabled, though. You'll still need to enable it (which can be automated using parts of the unattend fragments provided in Part 2), but when you do, you'll have RC0 from the beginning).

Popularity: 2%


Written by mikekol. Read more great feeds at is source WEBSITE
no comments.
Read more articles on Hyper-V RC0 and Hyper-V How To and otherSoftware and Microsoft Hyper-V.

Related articles

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .