Jump to content

click-click

Member
  • Posts

    257
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by click-click

  1. Not sure what I did wrong. Also, I've always used WimScript.ini when running capture after a sysprep. Is it necessary to do this when copying the partition? D:\ThinApps\WinNTSetup\Cpy2VHD.cmd 23:53 WinCopy Q:\ --> Z: config: D:\ThinApps\WinNTSetup\WimScript\WimScript.ini Failed to copy Windows installation. WIMHost (wimlib) error 0x44: The requested operation is unsupported Total elapsed time: 1:14 mins 23:54
  2. What would the command line syntax for WINCOPY or WINCOPY-CLI be, to copy the partition to the mounted vhd? I keep getting the normal WInNTSetup GUI.
  3. What's the best way to add an additional vhdx to a partition that already has another bootable vhdx? I created a vhdx with disk2vhd from sysinternals and added it to the current BCD used to boot my other vhd with Bootice. I get the Bootmgr Menu that shows both vhd entries, but only the original vhd will boot. The new one doesn't and returns with a blue screen cannot Start message. I have a feeling Disk2VHD doesn't create a vhd that can be used for what I want to do. I only need a vhd of the partition and not the entire disk. I'll try the Copy windows Installation.
  4. 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.
  5. 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.
  6. Ah ok. I wasn't sure if backup/restore of/on a mounted VHD would work the same way as with local partitions.
  7. OK, I wasn't aware that the growth rate would be that high. No sense in pursuing this further. I need to find a better way of getting a reasonable file diff of the VHD. A full backup of a big VHD each time doesn't seem to be the way either. Any recommendations how to best backup VHDs or is everyone just using them as throw-away systems without doing backups for them?
  8. I did not edit from Bootice. I will try starting over from scratch later. Does a diff vhd boot for you like we discussed?
  9. Sorry for being such a pain. The BCD I ended up with to boot the diff had an error. There is an invalid object in the Boot Configuration Data store Error 0xC0000000f
  10. I get this and resumeobject seems to be the logical choice for the GUID to use, correct? Also, is the 1st -store even needed to update the BCD or was this just to see the current setting for the GUID? c:\>bcdedit -store Q:\Boot\BCD Windows Boot Manager -------------------- identifier {bootmgr} device partition=Q: description Windows Boot Manager locale en-US inherit {globalsettings} default {default} resumeobject {538b59d5-41e7-11ee-a7ec-c85b76503892} displayorder {default} toolsdisplayorder {memdiag} timeout 30 Windows Boot Loader ------------------- identifier {default} device vhd=[Q:]\W0_ltsb_1607.vhdx path \Windows\system32\winload.exe description Windows 10 Enterprise 2016 LTSB (VHDX) locale en-US inherit {bootloadersettings} recoverysequence {ee407104-4233-11ee-a481-fb52bd7f26e4} recoveryenabled Yes allowedinmemorysettings 0x15000075 osdevice vhd=[Q:]\W0_ltsb_1607.vhdx systemroot \Windows resumeobject {538b59d5-41e7-11ee-a7ec-c85b76503892} nx OptIn bootmenupolicy Standard
  11. I'm using MBR for my VHDs and I'm not sure where to get the %GUID% from. This is what I ended up with, but still missing GUID. Is that the value that shows up in the mountvol cmd: \\?\Volume{32034eb7-3cd4-11ee-825d-806e6f6e6963}\ Q:\ or do i need to use something else like the OS GUID (Windows Boot Loader id)? bcdedit -store Q:\Boot\BCD bcdedit -store Q:\Boot\BCD -set ????? device vhd=[C:]\W0_ltsb_1607_Diff.vhdx bcdedit -store Q:\Boot\BCD -set ????? osdevice vhd=[C:]\W0_ltsb_1607_Diff.vhdx
  12. From what I've read and what you said, if I merge the diff to the base, the diff is no longer usable. I tested this with diskpart, but it did not delete the diff after the merge so I guess this needs to be done manually too. I would like to automate creating a diff, changing the BCD to boot that file and merging the vhd later when needed. How would I change the BCD from the command line to use the diff ?
  13. When I create a diff vhd, does Winntsetup update the BCD to use the diff vhd or does this need to be done manually?
  14. I see that WinNTSetup allows you to create a diff VHD, but I'm not sure how it is used and what needs to be included when doing a backup. If I have a VHD that boots via the BCD how does the diff come into play? Currently if I boot the VHD and install updates etc. I end up having to back up the entire VHD. Doing a differential backup of the the VHD would hopefully save me from doing a full backup every time and save some time, but I don't know what steps are needed to do this.
  15. Sorry, user error. I set nopaging via the WinNTSetup ini file, but somewhere along the line my install applied the following reg that I use for HDD installs and that ended up confusing the system. Even changing it back to no paging via the GUI did not help. Had to redo the vhd without using that reg file. Windows Registry Editor Version 5.00 ; Generated by Total Uninstall ; Change Page size 512MB 1536MB [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Mana"PagingFiles"=hex(7):63,00,3A,00,5C,00,70,00,61,00,67,00,65,00,66,00,69,00,6C,\ 00,65,00,2E,00,73,00,79,00,73,00,20,00,35,00,31,00,32,00,20,00,31,00,35,00,\ 33,00,36,00,00,00,00,00
  16. After creating a vhdx for w10 LTSB, I keep getting an error about the paging environment and can't get rid of it. It's been a while since I used a VHD. I don't remember having this problem previously. I created the vhd without a page file for testing since I have 16GB memory. Any idea what's causing this?
  17. What's the command line option to create a VHDX? I only see VHD-CREATE in the help. The GUI lets you create either one. Is it just a matter of specifying the filename with an extension of .vhdx?
  18. I just did a test using Wimlib and Wimgapi to apply an image and was surprised that Wimlib took 5 minutes longer to finish than Wimgapi. I thought Wimlib was the better choice. Any idea why it's slower?
  19. Thanks, I'll apply the wim with nodefender=1 the next time and test to see if I can get the evil built-in Spyware enabled again. I normally keep it disabled most of the time, it's special use only. Same thing with msEdge. Only used when needed.
  20. I am having an issue with the Windows Security component in W11 when setting nodefender=1. If this is set, I can no longer enable WDefender later, on-demand. On W10, this is not a problem. The only way I can get WDefender to work on W11, is to leave this setting set to 0. Disabling and enabling it later is not a problem. What exactly is changed in the .wim when disabling WDefender for W10/W11?
  21. I did a wimlib capture on a generalized sysprep partition both with wimlib 1.3.4 and 1.4.1. Your change.log indicates a faster capture with 1.4.1. My times don't agree with that. 1.3.4=15 min. and 1.4.1=18 min. In what way is 1.4.1 supposed to be faster? I used the following command each time: u:\$W0\Wimlib\WimCapture.cmd q: u:W81ProWMC_04Rebase.wim "Windows 8.1.1 Pro with Media Center" --config=u:wimscript.ini
  22. Do you have more info on reboot.pro? It's been down for weeks now.
  23. FYI - Newer version of IMDisk available: 2.1.1 vs. 2.0.10
  24. After running latest WinNTSetup to install W7-32bit I can no longer find a \Windows\WinNTSetup.log after the image is applied. Is there a new option for producing the log file? I always had a log previously.
×
×
  • Create New...