人気ブログランキング | 話題のタグを見る

Re: Windows 8 Consumer Preview

Re: Windows 8 Consumer Preview_d0077759_20462051.png

Windows2000マシンから、
Windows Server 2003に
Remote Desktop Connectionでログイン、

VMwareでWindows7 起動して、


そこに、別マシンでダウンロードした
  (adksetup.exe ダウンロードを選択(約2GB))
WindowsADKをインストール。


Windows8 Consumer Preview用Windowsアセスメント&デプロイメントキット(ADK)
adksetup.exe ディレクトリ指定しないとエラー出る
C:\Win8ADK\Windows Kits\8.0\ADK\Installers\~
dotNetFx40_Full_x86_x64.exe
Toolkit Documentation-x86_en-us.msi


下準備。
C:\winpe\Bart_system32 へ必要なファイル(バッチファイルとか)をコピー
Startnet.cmdなどを、編集
C:\winpe\drivers  LANのドライバとかをここへコピー
C:\Program Files\Windows Kits\8.0\Assessment and Deployment
Kit\Deployment Tools\Win8PE01.bat 作成
  xyzzy(管理者として実行)でファイル編集、メモ帳なら普通に編集できるのかも。

Deployment and Imaging Tools Environment を管理者として実行
Win8PE0.1batを実行、
予定通りなら、C:\winpe\8.iso(約180MB)が出来る。


ちなみに、ちょっと早くなったけど、白いバーの表示がないから、
ちゃんと読み込んでるかわかりにくい。
Windows8_PE 起動後ネットワーク接続に、約87秒
Windows7_PE 起動後ネットワーク接続に、約109秒



WindowsPE作成バッチファイル
同一ドライブの場合、C:\winpe\を使う。
「Press any key to boot from CD or DVD...」が必要なら、
  del media\Boot\bootfix.binを消す。


----------Win8PE01.bat----------
@echo off
rmdir /s /q C:\winpe\winpe_x86
del C:\winpe\8.iso
call copype x86 C:\winpe\winpe_x86
dism /cleanup-wim
dism /mount-image /imagefile:media\sources\boot.wim /index:1 /mountdir:mount
dism /image:mount /add-driver /driver:..\drivers /recurse
dism /image:mount /get-drivers
copy C:\winpe\Bart_system32\*.* mount\Windows\System32 /Y
dism /unmount-image /mountdir:mount /commit
Bcdedit /store media\boot\BCD /set {bootmgr} locale ja-jp
del media\Boot\bootfix.bin
call Makewinpemedia /iso C:\winpe\winpe_x86 C:\winpe\8.iso
C:
cd \
cd Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools
----------EOF----------




壁紙変更どうするんだ?
Win7は、 Windows\System32\winpe.bmp


Windows7 サービスパック当たってるか見分ける方法
>ver
Microsoft Windows [Version 6.1.7600] 無印
Microsoft Windows [Version 6.1.7601] SP1
Microsoft Windows [Version 6.2.8250] Windows8






覚書
by ryuppyan | 2012-03-22 20:46 | 電脳
<< Re: 路地裏 Re: 路地裏 >>