發表文章

目前顯示的是有「Dism」標籤的文章

Deploy WIMBoot Images

圖片
WIMBoot磁區規劃 以下是WMIBoot的磁區規劃,比較重要的是Images這個磁區,依照以下指令會建立10GB的空間來放置WIMBoot Images,如果需要更大的空間可以修改shrink minimum=10000的值,但相對來說會壓縮到前一個Windows磁區,以下是各個磁區的規畫建議   磁區規劃內容 System (EFI System Partition): Size: 100MB. If the primary drive is less than 16GB, you can use a minimum size of 32MB. If the primary drive is an Advanced Format 4K Native drive (4-KB-per-sector), the minimum size is 260 MB. MSR (x86 and x64 only, not needed for ARM) Windows. Images. Set this partition with the following attributes: Location: End of the disk Type: de94bba4-06d1-4d40-a16a-bfd50179d6ac (PARTITION_MSFT_RECOVERY_GUID) Attributes: 0x8000000000000001 (GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER & GPT_ATTRIBUTE_PLATFORM_REQUIRED) File system: NTFS Drive Letter: Set a temporary drive letter, for example, M. Size: Must be big enough to hold install.wim, winre.wim, and custom.wim files plus at least 50 MB of free space.

Create WIMBoot Images

圖片
Windows image file boot (WIMBoot) 最大的優點就是可以減少系統的使用容量,一般以正常的方式安裝Windows作業系統,以Windows 8.1為例需要至少10GB以上的空間,這還不包含安裝更新和其他應用程式所用的空間,當然在這硬碟便宜的時代,其實10GB以1 TB硬碟來說占用的比例真的不多。   建置需求: 如果環境中有以下幾個需求,那就可以考慮建置WIMBoot: 1. WIMBoot除了參照來源檔案大約4GB,在C碟排除分頁檔(pagefile.sys),大約只會需要1GB的基本空間,所以在大量佈署上就會減少花費的時間。 2. 使用容量不大的SSD硬碟