Installation :: Creating USB Pen For Dism Apply-image

Oct 1, 2015

I have managed to create a USB pen drive to apply WIM images using the DISM Apply-image command in 64bit so I know it can be done but how to create a pen to apply 32bit WIM images

View 6 Replies


Similar Messages:


Installation :: Apple MBP / UEFI Installation Won't Boot After Image Apply

Aug 25, 2015

last few hours I spent trying to manually deploy Windows 10 on clean GPT disk but after applying image and rebooting I always end in unbootable state.

I manually setup drive like this:

Code:

select disk 0cleanconvert gptcreate partition primary size 350 #RE tools won't fit 300MB anymore :-)format quick fs ntfs label "Windows RE tools"assign letter tset id de94bba4-06d1-4d40-a16a-bfd50179d6acgpt attributes 0x8000000000000001create partition efi size 100format quick fs fat32 label Systemassign letter screate partition msr size 128create partition primary format quick fs ntfs label Windowsassign letter wlist volumeexit#no recovery image partition as per documentation it is no longer needed and followed by pretty common deployment:

Code:

dism /apply-image /imagefile:g:Sourcesinstall.wim /index:1 /applydir:w:dism /image:w: /set-Timezone:"Central Europe Standard Time"md T:RecoveryWindowsREattrib w:WindowsSystem32RecoveryWinre.wim -h -s -rcopy w:WindowsSystem32RecoveryWinre.wim T:RecoveryWindowsREwinre.wimbcdboot w:windows /s s: /f UEFIw:WindowsSystem32
eagentc /setreimage /path T:RecoveryWindowsRE /target w:Windows

After reboot I always end unbootable (as we talk Apple computer it means 1) no partition on Option or 2) folder with ? or 3) just gray screen, make your pick). There's a chance that Windows rely on some UEFI 2.0 feature, which is not available as the old guy has 1.2 only. Or maybe I missed some step somewhere.

View 2 Replies

Using Dism To Capture And Apply Images To A Partition?

Mar 5, 2016

a few days ago my windows 10 crashed so I had to format and reinstall windows 7 then upgrade to windows 10, a hard work to do. So I started to search about how to capture the image of C: where the windows 10 is running and I found Dism. Now I have a lot of questions about it, let me start with the capture of C: as an image.wim.

1- Does dism Capture-Image works for windows 10?

I used the following comand to capture a image:

Code:
dism.exe /Capture-Image /ImageFile:D:Image_of_Windows_10.wim /CaptureDir:C: /Name:Windows_10 /compress fast

It generated a .WIM file with 16 Gb.

2- Is FAST option better than MAXIMUM? Or should I use NONE instead?

3- Now with the image of the c: stored in hard drive, if my windows 10 crashes, is this how I should recover it? applying the image file .WIM or should I format the partition first?

Code:
dism /Apply-Image /ImageFile:D:Image_of_Windows_10.wim /Index:1 /ApplyDir:C:

4- After using DISM to apply will windows 10 boot and work like a charm?

5- Do I have to configure the boot with BCDBOOT?

Code:
C:WindowsSystem32bcdboot C:Windows

View 2 Replies

Installation :: Change Name And Description Of Volume Image Using Dism

Nov 24, 2015

Using the Dism command in Windows ADK for Windows 10 v1511, it is possible to change the name and description of a volume image saved to a wim file?

If not, you can tell me the method more proper to do this avoiding the use of the old imageX command?

View 1 Replies

Windows Corrupted Files SFC And DISM Image Recovery Fails

Aug 2, 2015

I have been trying to fix my windows 10 corrupted files but I have been unabled to recover it. I tried every possible way of recovering using DISM commands, but to no avail. I tried also the sfc /scannow but as usual this command hardly ever fixes issues regarding corrupted files. I have tried using dism in several ways by specifying the location and the install.esd file from my usb flashdrive windows copy and even tried the health commands on powershell..still wont work. The first command I tried and for all of them I get the same error message, which looks like this:

C:WINDOWSsystem32>DISM.exe /Online /Cleanup-image /Restorehealth

Deployment Image Servicing and Management tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found. Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see [URL] .....

The DISM log file can be found at C:WINDOWSLogsDISMdism.log

I have heard people saying that I need to refresh my pc as a last solution and I don't want that since I have all my settings and programs migrated from the upgrade...

I have been reading on the web that there is a way of specifying the packages missing via command and then download them manually..

[URL]

View 6 Replies

Performance :: DISM Error 0x80f001f - Use Source Option To Repair Image

Feb 3, 2016

I just completed a clean install of Windows 10 Pro...all was going fine, but I wanted to run both scf and DISM...

If SFC was not able to repair some or all of the files there are a few options including a repair install from the OS dvd, and DISM (win 8 & UP)

DISM

If you are on win 8 and up you can (and should) run DISM if SFC found errors it could not fix

From an DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:elevated command prompt*

Type DISM /Online /Cleanup-Image /RestoreHealth . (please note the space after "dism", & "online" & "image")

If the repair is successful you may want to re-run SFC just to check.

[URL]

Have never had this issue before...but I can't seem to be able to direct DISM elevated command to a .iso file:

To run a system file check (SFC)

Go to start

Type CMD

Right click and run as Administrator

(called an elevated command prompt)

If you want to verify and repair the OS type sfc /scannow (note the space between sfc and "/")

If you just want to check (verify only) the OS type sfc /verifyonly (no changes will be made using verify only)

If you get the error message "cannot find source files"you need to have an ISO file mounted and need to specify where it is located with the below command

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:* Where "X" is the drive letter where the ISO is located.* SourcesInstall.wim:1 /LimitAccessSimply change the "X" to the correct drive letter

If you do not have an ISO you can make one.* The instructions are here

*You may have to run this up to 3 times to fix all the problems

When you have finished it will say one of three things

Windows did not find any integrity violations (a good thing)

Windows Resource Protection found corrupt files and repaired them (a good thing)

Windows Resource Protection found corrupt files but was unable to fix some (or all) of them (not a good thing)* If you get this message run DISM as described below..

I also have the DISM log file which I would be more then happy to upload:

View 9 Replies

Updates :: DISM Offline Repair Fails With (Cleanup-image Option Is Unknown)

Oct 15, 2015

I have a laptop that I took the HDD out of and connected it to another Windows 10 machine.

I ran the command

Dism /Image:e: /Cleanup-Image /RestoreHealth

But get the error

Deployment Image Servicing and Management tool
Version: 10.0.10240.16384
Image Version: 10.0.10240.16384

Error: 87

The cleanup-image option is unknown.

For more information, refer to by running DISM.exe /?.

The DISM log file can be found at C:WindowsLogsDISMdism.log

View 1 Replies

Performance :: Creating System Image Backup?

Oct 23, 2015

I made a thread here some time ago in trying to create a System Image (Sys Img) using a 3.0USB 1 TB Toshiba External HDD. My issue is it runs then stops with errors and creates blank folders in the ExtHDD.

View 9 Replies

Performance :: Creating Image On Laptop With Macrium Reflect

Dec 26, 2015

OK here's my scenario, I have successfully used Macrium Reflect to create images saved on a 1TB external drive. I had 2 good images stored on it and tried to put 3rd image on the same drive. Please note that I have used one of save images to restore the system after replacing the failing hard drive. The create image process runs to what I think to be the very end then comes up with msg: "an error has occurred, Please see the history log for more details"

I could not find this history log, but figured maybe there was not enough space on the 1TB drive to completely write the image file. On my next attempt to create the image, I used a brand new 3TB external drive and it fails the same way. I have attached a photo of the error, where the history file is? I have left laptop up and running after clicking ok, did not want to risk losing the history file by booting back up. BTW, on the 3TB external drive it did create a temp file named xxxxxx.mrimg.temp with size of 0 kb.

View 9 Replies

Performance :: Creating Image From Laptop To Recover Windows

Nov 13, 2015

Is it enough to make image from windows location (c: ) Or is necessary to make image from 100 mb windows hidden drive in addition? I want to create an image from my laptop to recover windows when it's corrupt.

View 4 Replies

Installation :: Creating USB Boot Media?

Jul 30, 2015

I've been trying to create USB boot device for W10 but the program closes without warning a little while after it reaches the analysis stage (after 100% download)

I've tried 3 times now and can't figure out why its not working.

View 5 Replies

Installation :: Creating A Bootable USB When Only Have Contents Of ISO

Aug 1, 2015

It's possible you might have the contents of the ISO but not the actual ISO image itself on HDD.It's still possible to create a bootable USB using purely MANUAL commands for this example assume Disk nr is 7 and the USB stick is on drive H. The files from the ISO are in say folder WINDVD on drive E here's what to do.

1) open CMD as administrator

2) DISKPART

3) LIST DISK

4) SELECT DISK 7 (remember our example above)

5) CLEAN

6) CREATE PARTITION PRIMARY

7) ACTIVE

8) FORMAT FS=NTFS QUICK

9) EXIT (don't close the cmd prompt though)

10) CD E:WINDVDBOOT (again from example contents of ISO are on drive E)

11) BOOTSECT /NT60 H:

12) After 11) finishes - takes 1 sec approx. copy the entire contents of directory WINDVD to the USB stick as is - copy contents in same folder layout as on the disk - don't have WINDVD as the high level - copy CONTENTS so ist folder on USB stick will be BOOT.

13) now you've got a bootable USB.

View 1 Replies

Installation :: Clean Install - Creating Necessary Partitions?

Aug 6, 2015

I have upgraded my Windows 8.1 system to Windows 10 through the Windows update app and have created an installation media USB stick. I want to clean install, something I am very familiar with, but not since the new uefi, gpt, legacy etc. that I'm not familiar with. If I do a clean install and delete the entire disk, Windows will create the partitions and install the necessary "data" to run the computer correctly? I don't need to save the data on the hidden partitions that are present now?

View 9 Replies

Installation :: Creating Multi Windows USB Installer

Sep 25, 2015

I have been trying to create a USB that has Windows 7 to Windows 10 for convenience if I ever need to install any of them again. From what I have googled myself there is ways of doing it up from XP to Windows 8.1. How to go about this??

View 1 Replies

Installation :: Creating System Reserved Partition On SSD

Aug 15, 2015

How do I create a system reserved partition on my SSD C: drive. I have 3 other drives installed and all have reserved system partitions.

View 5 Replies

Installation :: HP X360 - Cortana Not Working / Creating A Backup?

Nov 3, 2015

with the Critical error Start and cortana not working, I am trying to create a backup. It states one has not been set up. I have a small laptop (HP x360, with no cd disc. I am trying to go back to windows 8 as this Windows 10 error has not been fixed after multiple tries.

View 1 Replies

Apply Button For Settings?

Dec 13, 2015

Can't find one. Apparently the only way to invoke a change is to hit the X button. Which is a pain if I want to look at alternatives. Maybe a keyboard shortcut?

View 1 Replies

Setting Explorer - Apply To All Folder

Aug 31, 2015

I want to set my Explorer to have certain sortable columns when I open my folders. I have been able to do this will 7 and 8.1

I can change the sort columns, but where is the "Apply to all folder of this type" button?

Can't find how to make those columns the default.

View 2 Replies

Installation :: Use Image To Upgrade

Oct 18, 2015

I have several machine running Windows 7 Professional that I want to upgrade to Windows 10. Question is can I upgrade 1 machine add my other programs Office etc , take an image and then use that image to upgrade the other machines. Adding a new machine using Win7 image was easy, install the image changes the license number for Win7 & Office reboot and that was it.

View 5 Replies

Customization :: Apply List View To Only All Subfolders

Jan 9, 2016

How do I apply a view, specifically the "list" view, to only all of the subfolders of a folder without changing each one individually.

View 6 Replies

Installation :: Image From Media Tool?

Aug 27, 2015

i decided to reinstall everything starting with windows 7 then upgrading or using the free upgrade that i initialy used to get windows 10. but it seems that offer is no longer on the start menu bar task bar.

i have the img of windows 10 pro burned from media creation tool to a dvd.

can i use the dvd to simply just upgrade windows 7 to windows 10?

or do i need a serial key for windows 10?

i had some trouble with curse client and some audio stuttering in windows 10 when i used the free upgrade, but it didn't show until after i installed call of duty black ops III where it said i needed audio below 44000khz (sound blaster Z) to be able to open the game....... : and a bunch of bsod out of nowhere. i havent had a bsod on windows 7 for over a year so idk where that came from.

is there a upgrade function from the dvd (windows 10 pro; as in the free upgrade) or do i need a serial specifically for win 10?

View 5 Replies

Installation :: Image Restore On Larger SSD

Jan 28, 2016

Is it possible to restore a Windows 10 system image taken from a 60Gb SSD to a new 240gb SSD on the same computer?

I am thinking of using the windows 10 installation USB to boot then repair to recover the image onto the 240Gb SSD.

Would this work? Does partition size affect the new 240Gb SSD?

The system is already licenced for Windows 10 and nothing has changed other than the SSD volume size..

The VERY last resort is to install over again with all programs, tweaks, etc..but, I'd rather not.

View 5 Replies

Installation :: Restore With Disk Image?

Aug 19, 2015

How do I reinstall Windows 10 from a USB Disk Image

View 2 Replies

Installation :: System Image Of Current OS

Jul 25, 2015

I am planning on installing Windows 10, and I'am thinking of doing a clean install. So my question is if I create a system image of my current OS i.e. Win 8.1 will I be able to restore it on Windows 10? Because I do not want to install every software again.

View 2 Replies

Installation :: HDD Has Bad Sectors - Can Put Saved Image On New SSD?

Aug 12, 2015

Second device just got win10 logo in taskbar yesterday, but now windows says my hdd has bad sectors and I cannot access it properly. I have a saved Macrium image I made several days ago. Can I put it onto a new SSD and will my existing valid keys still work so that I can get the upgrade?

View 7 Replies

Installation :: Downloaded ISO Image And Tried To Burn It To DVD Only

Jul 31, 2015

I've downloaded the ISO image and tried to burn it to DVD only to find that is too large 5.6 GIG and doesn't fit on a 4.7 : is there a way to get it to fit or can I extract it to desktop and run it from there?

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved