- 積分
- 8688
- 最後登入
- 1970-1-1
- 閱讀權限
- 150
- 積分
- 8688
- 帖子
- 精華
升級
100%
|
本帖最後由 bv6f1 於 2013-1-5 20:46 編輯
liuchinlang 發表於 2013-1-5 10:48
回報!xp直接安裝----Grub4dos0.4.5c和ud方式成功
w7直接安裝----Grub4dos0.4.5c成功
...
1樓就有說明此帖不適用ud方式, 因為沒有測試
win8能安裝,win7就一定可以
請簡單測試
把win8資料夾內的install.wim備份,將win7的install.wim放進win8資料夾內試試,如果可以,就要重新製作win7.iso
製作方法:
setup.cmd
------------------------------------------------------
@echo off
for %%a in (c d e f g h i j k l m n o p q r s t u v w y z) do (if exist %%a:\win7\install.wim x:\sources\7setup.exe /installfrom:%%a:\win7\install.wim)
exit
-------------------------------------------------------
winpeshl.ini
-------------------------------------------------------
[launchapps]
x:\windows\system32\setup.cmd
-------------------------------------------------------
usb安裝win7製作Boot iso檔.cmd
-------------------------------------------------------
@ECHO OFF
md WIM
Dism /Mount-WIM /WimFile:boot.wim /Index:2 /MountDir:WIM
xcopy Win7\system32\*.* WIM\windows\system32 /cheryki
ren WIM\sources\setup.exe 7setup.exe
xcopy WIM\windows\system32\zh-TW\bootcfg.exe.mui WIM\windows\system32\en-US /cheryki (修改開機劃面)
xcopy WIM\windows\system32\zh-TW\bootres.dll.mui WIM\windows\system32\en-US /cheryki (修改開機劃面)
Dism /Unmount-WIM /MountDir:WIM /commit
rd /q /s WIM
pause
--------------------------------------------------------------------------
打開記事簿存成各檔案
setup.cmd
winpeshl.ini
usb安裝win7製作Boot iso檔.cmd
將setup.cmd和winpeshl.ini和兩個檔案整合進boot.wim windows\system32
boot.wim sources\setup.exe 把setup.exe改名為7setup.exe
任意磁碟建立資料夾
x:\win7
win7\system32\存入以下二個檔案
win7\system32\setup.cmd
winpeshl.ini
自行準備gimagex.exe
x:\gimagex.exe和usb安裝win7製作Boot iso檔.cmd
準備就緒,執行usb安裝win7製作Boot iso檔.cmd
製作完成 替換光碟內sources\boot.wim並刪除sources\install.wim另存新檔,ISO檔名可自定(須修改.lst)
usb安裝win8製作Boot iso檔.cmd
---------------------------------------------------------------------------------
@ECHO OFF
md WIM
Dism /Mount-WIM /WimFile:boot.wim /Index:2 /MountDir:WIM
pause
::取得 WIM資料夾內 sources資料夾管理員權限,按任意鍵繼續
xcopy Win8\system32\*.* WIM\windows\system32 /cheryki
xcopy Win8\sources\*.* WIM\sources /cheryki
ren WIM\sources\setup.exe 8setup.exe
Dism /Unmount-WIM /MountDir:WIM /commit
rd /q /s WIM
pause
-----------------------------------------------------------------------------------
要自己製作其它資料夾,修改紅色字為你要的名稱。 |
|