已經搞了幾天,還是沒搞出什麼名堂,還是求救這邊的大大比較快.
之前只有搞過BIOS PXE Boot to install Win7.
現在uefi的機器一堆,想說玩玩看,找到了以下這篇文章
Boot WINPE over PXE on a UEFI computer
http://labalec.fr/erwan/?p=791
其中step3完全看不懂
Add the following winpeshl.ini file in your boot.wim (system32), making it a « cheap » winpe.
To modify your boot.wim, you can either mount/change/commit it with DISM (from the command line), or with CloneDisk
or else modify it with wimlib : wimlib-imagex update boot.wim 1 --command="add CustomWinpeshl.ini.ini \Windows\System32\winpeshl.ini.ini"
[LaunchApps]
%SYSTEMDRIVE%\Windows\system32\startnet.cmd
%SYSTEMDRIVE%\windows\system32\cmd.exe
有沒有大大可以提點一下? 這個winpeshl.ini是從哪邊來的? 之前完全沒搞過pe..