click-click Posted October 23, 2018 Posted October 23, 2018 (edited) I noticed that when you create a VHD with WinNTSetup, it does a full format which takes forever using a USB flash drive. Is it also possible to do a quick format when using the VHD create option? Edited October 23, 2018 by click-click
click-click Posted October 23, 2018 Posted October 23, 2018 Sorry, I I missed that. I saw (Recommended) and did not take notice of the option below.
click-click Posted October 24, 2018 Posted October 24, 2018 (edited) @JFX Do you use diskpart from WinNTSetup when creating a VHD with the instant creation option? When I run diskpart create vdisk file="d:\Win2Go ltsb.vhd" maximum=16384 it takes longer than the instant creation option via WinNTSetup although both VHDs seem to have the same properties and size. What commands do you use with the instant creation option? Thanks for any infos... Edited October 24, 2018 by click-click
JFX Posted October 25, 2018 Author Posted October 25, 2018 I create the VHD manually and diskpart only to create the partition in this case. If you curious search for vhdtool and vhdxtool.
click-click Posted October 25, 2018 Posted October 25, 2018 (edited) Thanks, I did stumble upon vhdtool and this is what I ended up doing to clone the WinNTSetup VHD creation because I need a different volume label than what WinNTSetup sets. Are these the correct commands to use? Also, do you know where I can find the vhdtool that includes the /repair option. I haven't been able to find it yet. vhdtool /create <filename> <size> /quiet select vdisk attach vdisk automount disable attributes disk clear readonly create partition primary online volume attributes volume clear readonly Active format assign Edited October 25, 2018 by click-click
JFX Posted October 25, 2018 Author Posted October 25, 2018 Why not use: WinNTSetup_x64.exe VHD-CREATE -file:H:\myVHD.vhd -size:16GB -type:fixedfast -label:"MY VHD" VhdTool2.0.zip
click-click Posted October 25, 2018 Posted October 25, 2018 Oh boy, I did not realize some of this stuff could be done from the command line. I never thought of using F1 from the GUI. Thanks for the link and the command line pointer. That is better and easier for me.
laddanator Posted October 28, 2018 Posted October 28, 2018 (edited) I have a weird error. I am still running 3.8.9 and decided to upgrade to the 3.9.2. I have been starting 3.8.9 from a cmd file for months no problem. I deleted the 3.8.9 files out of the folder and copied in the 3.9.2 and didn't change nothing else and the 3.9.2 will not start from the same cmd line that has worked for months. This is the cmd line that I am using but this has me puzzled. I can double click on the 3.9.2.exe and the program runs fine. WinNTSetup_x64.exe NT6 /Runafter:%LaddsUSB%\WINSETUP\%Folder%\Copy.cmd /cfg:"%LaddsUSB%\WINSETUP\%Folder%\%INI%" /setup Never mind, figured it out. I didn't have libwim-15.dll copied into the new 3.9.2 tools folder as I have that set in my ini. Edited October 28, 2018 by laddanator
mnogo999 Posted October 28, 2018 Posted October 28, 2018 On 10/2/2018 at 10:50 PM, JFX said: Hi mnogo999, the "Turn off USB Device after safe remove" tweak is only using the DisableOnSoftRemove REG_DWORD you mentioned. JFX, thanks!
laddanator Posted November 5, 2018 Posted November 5, 2018 @JFX what command are you using to update the boot record with bootsect and bcdboot when ALL is selected? Are these the commands? bootsect /nt60 C: /force bcdboot C:\windows /s C: /f UEFI
JFX Posted November 6, 2018 Author Posted November 6, 2018 It are 2 separate combo boxes, when you set ALL you mean this command. bcdboot C:\windows /s C: /f ALL
Lara Ban Posted December 13, 2018 Posted December 13, 2018 (edited) При установке из образа, сделанного с Windows 10 1809 пишет, что образ повреждён. Можно поправить? When installing from an image made with Windows 10 1809 program writes that the image is damaged. Could you fix it? Edited December 13, 2018 by Lara Ban
JFX Posted December 13, 2018 Author Posted December 13, 2018 It does not have the needed xml information and not even my fix for that seems to be working for this image. How did you made this WIM file
Lara Ban Posted December 13, 2018 Posted December 13, 2018 (edited) I made image by Gimagex 2.1.1 and 2.2.0, the result is the same. And this image successfully opened in DISM. Edited December 13, 2018 by Lara Ban
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