moved images folder
This commit is contained in:
@@ -17,7 +17,7 @@ item debian11manual Debian 11.7 Server Manual Install
|
||||
item --gap -- ------------------------- Alpine 3.18.5 -------------------------------
|
||||
item alpine318 Alpine 3.18.5 Netboot
|
||||
item --gap -- ------------------- Windows Install Capture Restore -------------------
|
||||
item winpe Windows Install Capture Restore
|
||||
item winintcaprest Windows Install Capture Restore
|
||||
item --gap -- ------------------------------ WinPE ----------------------------------
|
||||
item hbpe Hiren's Boot PE
|
||||
item --gap -- -------------------------- Veeam Recovery -----------------------------
|
||||
@@ -100,7 +100,7 @@ goto start
|
||||
chain http://192.168.1.50/files/alpine-3.18.5/boot-manual.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
:winpe
|
||||
:winintcaprest
|
||||
chain http://192.168.1.50/files/winpe/boot.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
select disk 0
|
||||
clean
|
||||
convert gpt
|
||||
create partition efi size=100
|
||||
format quick fs=fat32 label="System"
|
||||
assign letter="B"
|
||||
create partition msr size=16
|
||||
create partition primary size 500
|
||||
format quick fs=ntfs label="Recovery"
|
||||
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
|
||||
gpt attributes=0x8000000000000001
|
||||
create partition primary
|
||||
format quick fs=ntfs label="OS"
|
||||
assign letter="C"
|
||||
list volume
|
||||
exit
|
||||
@@ -1,4 +0,0 @@
|
||||
list volume
|
||||
select volume 2
|
||||
remove
|
||||
list volume
|
||||
@@ -1,16 +0,0 @@
|
||||
select disk 0
|
||||
clean
|
||||
convert gpt
|
||||
create partition efi size=100
|
||||
format quick fs=fat32 label="System"
|
||||
assign letter="B"
|
||||
create partition msr size=16
|
||||
create partition primary size 500
|
||||
format quick fs=ntfs label="Recovery"
|
||||
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
|
||||
gpt attributes=0x8000000000000001
|
||||
create partition primary
|
||||
format quick fs=ntfs label="OS"
|
||||
assign letter="C"
|
||||
list volume
|
||||
exit
|
||||
@@ -1,4 +0,0 @@
|
||||
list volume
|
||||
select volume 2
|
||||
remove
|
||||
list volume
|
||||
@@ -1,16 +0,0 @@
|
||||
select disk 0
|
||||
clean
|
||||
convert gpt
|
||||
create partition efi size=100
|
||||
format quick fs=fat32 label="System"
|
||||
assign letter="B"
|
||||
create partition msr size=16
|
||||
create partition primary size 500
|
||||
format quick fs=ntfs label="Recovery"
|
||||
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
|
||||
gpt attributes=0x8000000000000001
|
||||
create partition primary
|
||||
format quick fs=ntfs label="OS"
|
||||
assign letter="C"
|
||||
list volume
|
||||
exit
|
||||
@@ -1,5 +0,0 @@
|
||||
Mount vhdx file
|
||||
|
||||
Dism /Capture-Image /ImageFile:"T:\%ImageName%.wim" /CaptureDir:C:\ /Name:%ImageName%
|
||||
|
||||
Unmount vhdx file
|
||||
@@ -1,3 +0,0 @@
|
||||
DISM /Mount-image /imagefile:D:\Images\Windows_10_Ent_x64_LTSC_2019_Custom_Installer_2021-04-27\sources\install.wim /index:1 /MountDir:D:\Images\MountedImages
|
||||
|
||||
Dism /Unmount-Image /MountDir:D:\Images\MountedImages /Commit /checkintegrity
|
||||
@@ -1,5 +0,0 @@
|
||||
Mount image as drive
|
||||
|
||||
imagex /capture F:\ E:\VirtualMachines\Captured\Windows_10_Ent_x64_LTSC_2019_Custom_Sysprepped_2021-04-27.wim "Windows_10_Ent_x64_LTSC_2019_Custom_Sysprepped_2021-04-27" /check
|
||||
|
||||
Eject mounted drive
|
||||
@@ -1,4 +0,0 @@
|
||||
list volume
|
||||
select volume 2
|
||||
remove
|
||||
list volume
|
||||
Reference in New Issue
Block a user