JFX Posted September 12, 2023 Author Posted September 12, 2023 Mount the VHD and than create backups like you do on every other normal disk system. Either a disk imaging software like Acronis TI, Macrium Reflect or a file backing image like a WIM backup. 2
Antonino Posted September 12, 2023 Posted September 12, 2023 I personally back up mine on a regular basis, the only difference being, mine are not so huge. they tend to be about 2gigs.
click-click Posted September 14, 2023 Posted September 14, 2023 On 9/12/2023 at 12:10 PM, JFX said: Mount the VHD and than create backups like you do on every other normal disk system. Either a disk imaging software like Acronis TI, Macrium Reflect or a file backing image like a WIM backup. Ah ok. I wasn't sure if backup/restore of/on a mounted VHD would work the same way as with local partitions.
Sonic Posted September 19, 2023 Posted September 19, 2023 A popup for VOLUMECOPY mode to notice the destination drive will be formatted (as contrary as WIM apply which keep data by default). Or better, an option with VOLUMECOPY to keep existing data on destination ? and even better an option to VOLUMECOPY with WimScript.ini support to skip Temp files, etc ? (perhaps already asked, I'm not remember if it's possible )
JFX Posted September 19, 2023 Author Posted September 19, 2023 A warning, yes that should be added. But more options will not be added. It's just a simple action like get used clusters and copy them. Adding exclusions would require complete MFT parsing, what I don't have the time to implement. 2
JFX Posted October 5, 2023 Author Posted October 5, 2023 WinNTSetup 5.3.2 - native ARM64 code for WIM apply and capture - WIM apply and capture will be executed as "trusted installer" - WIM capture UI adds compression level, defaults to wimlib's LZX Fast - wimlib wimboot apply - changed overlay type to WIM_BOOT_OS_WIM - wimlib capture WIM - deletes incomplete WIM after operation cancel - wimlib smooth progress bar for appending operation - using customized wimlib.dll (do not update!) - automatically switch to wimlib, if wimgapi can not load WIM file - fixed cancel setup was ignored during DISM operations - fixed WinCopy Volume mode problems - fixed some issues with ARM64 sources - added advanced VHD creation options - respect NTFS indexing option on target partition - no longer downloads ADK files on Win10/11 Host 3
bovirus Posted October 5, 2023 Posted October 5, 2023 @JFX Italian translation update WinNTSetup 5.3.2 italian.zip 1
click-click Posted October 6, 2023 Posted October 6, 2023 (edited) I am a bit confused by the ini that you get when saving with WinntSetup and the WinNTSetup.ini.txt delivered with each release. Some entries from the saved ini do not appear and explained in the WinNTSetup.ini.txt. Some reflect GUI and Tweak entries, but not always self-evident to which ini entry the GUI or Tweaks relate to. Others are in the help. I thought WinNTSetup.ini.txt was a reference for everything WinNTSetup related. Some examples: [WinNT6] Edition=1 [WinNT6\TWeaks] noonedrive=0 DISM= [VHD] (VHD entries below explained in the help file) index=0 TxF=0 Log=0 8x3=0 Compress=0 [WinCopy] Mode=0 MergeIDE=0 Shrink=0 [WimCapture] Engine=1 Compress=2 CompressLevel=0 [Diskpart] Script= Disk=4294967295 If you want, I could create a txt file for the ini saved via WinNTSetup and comment the entries and to what part of WinNTSetup they relate to. This could be an additional help along with the WinNTSetup.ini.txt. Some comments would be missing that I don't know, but most of the work would be done. Edited October 6, 2023 by click-click
JFX Posted October 6, 2023 Author Posted October 6, 2023 WinNTSetup.ini.txt only show the hidden options. Most of them are uses in initialization and can't be changed later while loading a new ini file. if you want to document the normal GUI options, sure do and I will add it.
JFX Posted October 8, 2023 Author Posted October 8, 2023 MergeIDE tweak can be useful, if you capture a fully installed Windows and apply it on different hardware. With older OS you could often get a 0x7B BSOD caused by different SATA drivers. I don't know if it makes much sense with Win8 and later. 2
click-click Posted October 11, 2023 Posted October 11, 2023 On 10/6/2023 at 4:30 PM, JFX said: WinNTSetup.ini.txt only show the hidden options. Most of them are uses in initialization and can't be changed later while loading a new ini file. if you want to document the normal GUI options, sure do and I will add it. I sent you a PM ...
click-click Posted October 13, 2023 Posted October 13, 2023 (edited) If anyone is interested, I made a PDF which JFX kindly added to the frontpage that gives you an idea how the saved .ini settings from WinNTSetup relate to the different GUIs. I tend to preset the ini when installing different Systems and I did not always know which ini entry is set by the GUI. If anyone finds any mistakes or a missing GUI not in the PDF, let me know and I'll update the PDF. Edited October 13, 2023 by click-click
Sonic Posted October 15, 2023 Posted October 15, 2023 MergeIDE is useful, even nowadays, no more for the old IDE controller but for SATA AHCI / NVMe : it allow the hardware switch without a first safemode boot. MerdeIDE import reg entries from MerdeIDE_*.ini to the applied system registry. 1
JFX Posted October 19, 2023 Author Posted October 19, 2023 WinNTSetup 5.3.3 - fixed wim capture regressions - fixed trusted installer could not access temporary drive letters - automatically switch to wimlib, for non solid ESD (fix wimgapi crash) - wincopy commandline volume mode can use filemode as fallback - vhd drives can be saved and loaded from ini file
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now