Windows 10: Dell pc, windows recovery image and restore issues

Discus and support Dell pc, windows recovery image and restore issues in Windows 10 Installation and Upgrade to solve the problem; ResetPartitions.txt Code: rem == ResetPartitions.txt == Select Disk 0 Clean convert gpt rem == 1. System partition ========================= create... Discussion in 'Windows 10 Installation and Upgrade' started by lepa71, Jan 21, 2017.

  1. Kyhi Win User

    Dell pc, windows recovery image and restore issues


    ResetPartitions.txt
    Code: rem == ResetPartitions.txt == Select Disk 0 Clean convert gpt rem == 1. System partition ========================= create partition efi size=100 format quick fs=fat32 label="System" assign letter="S" rem == 2. Microsoft Reserved (MSR) partition ======= create partition msr size=16 rem == 3. Create the Windows partition ============= create partition primary shrink minimum=450 format quick fs=ntfs label="WinOS" assign letter="W" rem == 4. Windows RE tools partition =============== create partition primary format quick fs=ntfs label="WinRE Tools" assign letter="T" set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac" gpt attributes=0x8000000000000001 list volume exit[/quote] Apply.Bat
    Code: diskpart /s %~dp0ResetPartitions.txt Dism /apply-image /imagefile:%~dp0install.swm /swmfile:%~dp0install*.swm /index:1 /applydir:W:\ W:\Windows\System32\bcdboot W:\Windows echo F | xcopy /h W:\Windows\System32\Recovery\Winre.wim T:\Recovery\WindowsRE\ W:\Windows\System32\Reagentc /Setreimage /Path T:\Recovery\WindowsRE /Target W:\Windows Exit[/quote] The Apply.Bat assumes that the apply.bat, Resetpartitons.txt, Boot.wim and the install*swm(s) are all in the same directory... And that the Image file also contains the winre.wim....

    Otherwise:
    echo F | xcopy /h W:\Windows\System32\Recovery\Winre.wim T:\Recovery\WindowsRE\
    Copy %~dp0boot.wim T:\Recovery\WindowsRE\WinRE.wim

    Apply.Bat Revised to search for WinRE.wim in image File else copy file from USB
    Code: diskpart /s %~dp0ResetPartitions.txt Dism /apply-image /imagefile:%~dp0install.swm /swmfile:%~dp0install*.swm /index:1 /applydir:W:\ W:\Windows\System32\bcdboot W:\Windows If exist W:\Windows\System32\Recovery\Winre.wim ( echo F | xcopy /h W:\Windows\System32\Recovery\Winre.wim T:\Recovery\WindowsRE\ ) Else (Copy %~dp0boot.wim T:\Recovery\WindowsRE\WinRE.wim) W:\Windows\System32\Reagentc /Setreimage /Path T:\Recovery\WindowsRE /Target W:\Windows Exit[/quote] Now, Because you are using my bootable disk >
    You can go into S: and see the UEFI Boot Files
    You can go into T: and see the WinRE.wim
    You can go into W: and see the Windows OS
    Which should now be Bootable upon Restart
     
  2. lepa71 Win User

    So after all of this. Do I still need to use your Windows 10 recovery tools to boot from instead of Dell's Windows recovery USB?
     
    lepa71, Feb 8, 2017
    #47
  3. lepa71 Win User
    I think I found the problem. I ran apply.bat and I'm getting error.
    Code: D:\sources>If exist W:\Windows\System32\Recovery\Winre.wim (echo F | xcopy /h W:\Windows\System32\Recovery\Winre.wim T:\Recovery\WindowsRE\ ) Else (Copy D:\sources\boot.wim T:\Recovery\WindowsRE\WinRE.wim ) W:\Windows\System32\Recovery\winre.wim 0 File(s) copied[/quote] The size of the D:\sources\boot.wim is 530Mb and partition is only 450Mb.
    I'm thinking to change shrink minimum=450 to 550.

    Is this what you guys think?

    Thanks
     
    lepa71, Feb 10, 2017
    #48
  4. lepa71 Win User

    Dell pc, windows recovery image and restore issues

    OK. Changing amount to 550 helped. The file was copied successfully, but I'm back stuck on boot logo. Any ideas?

    I will try Kyhi recovery disk and do full system AOMEI backup. I have 32 usb drive and hope it would enough for original 32 gb ssd.

    Still don't get it how or what Dell did to prevent installing full version of windows.
     
    lepa71, Feb 10, 2017
    #49
  5. Kyhi Win User
    I'm not sure about the Dell Recovery Media you downloaded either........
    My only other thought is you're needing a missing driver for the new SSD...

    I would suggest using macrium to image your old 32gb SSD to USB
    Then apply (restore) that image on the USB to new SSD...

    Have you used the Rescue Disk to actually see what is being applied to the New SSD Partitions???
     
  6. lepa71 Win User
    How do I know or find out if my original ssd is using gpt or mbr? I also wondering. Would I be able to uncompact it when I will clone my original ssd into new one?

    Correct me if I'm wrong. When windows is compact it will use more cpu uncompress on the fly. Right?

    This is the first time I couldn't install windows on blank drive and I have done them a lot.*Mad

    Thanks
     
    lepa71, Feb 11, 2017
    #51
  7. Kyhi Win User
  8. lepa71 Win User

    Dell pc, windows recovery image and restore issues

    First of all. That is a really really nice set of tools you got in windows 10 recovery tools iso.
    Just fyi. I didn't see any clipboard managers in there. If you want one, I use ditto.

    Now to my problem
    Are there any particular screenshots you want me to take? Here is one

    Dell pc, windows recovery image and restore issues [​IMG]
     
    lepa71, Feb 11, 2017
    #53
  9. lepa71 Win User
    So here is a funny thing. I just made a bootable usb using rufus default settings "MBR partition for BIOS or UEFI-CSM" with NTFS from windows 10 1607 ISO. Did set the BIOS to UEFI with Legacy enabled then booted from legacy portion of boot menu. Finally did install Windows 10, but in legacy MBR.

    Does it really matter? I'm at the point to give up on UEFI and GPT. Are there any advantages to have Windows setup using GPT? Is "UEFI with Legacy enabled" the same as UEFI-CSM?

    Thanks
     
    lepa71, Feb 12, 2017
    #54
  10. Kyhi Win User
    YES

    GPT allows for more then 4 Primary Partitions
     
  11. lepa71 Win User
    And if I don't care about 4 Primary partition?

    I thought that GPT has better protection against corruption vs MBR. Is it true?
     
    lepa71, Feb 12, 2017
    #56
  12. Kyhi Win User
    Just got a New Dell Laptop with Windows10 and have been playing with the OEM Recovery and the Recovery Media download from Dell Support...

    Download the Media - Create USB - Boot - go into advanced options - command prompt

    use diskpart and clean the drive - exit - run factory recovery...
     
  13. SOHO1 Win User

    Dell pc, windows recovery image and restore issues

    Yeah, I have Dell and it's pretty standard these days that you download a recovery ISO. I myself have never been able to get the pre-installed recovery FS to work, and have used a downloaded ISO several times.
     
    SOHO1, Feb 16, 2017
    #58
  14. lepa71 Win User
    Does you Dell a separate recovery partition? Mine does not.
     
    lepa71, Feb 16, 2017
    #59
  15. Kyhi Win User
    The OEM uses 6 partitions....
    partition 5 is the recovery "Images" partition
    partition 6 is the "DellSupport" partition

    Attachment 121454
    Attachment 121455
    Attachment 121456
    Attachment 121457
     
Thema:

Dell pc, windows recovery image and restore issues

Loading...
  1. Dell pc, windows recovery image and restore issues - Similar Threads - Dell recovery image

  2. Issues with UPDATE / IMAGE RESTORE

    in Windows 10 Gaming
    Issues with UPDATE / IMAGE RESTORE: Hi I am trying to update Windows and it stays on 0 for ages, then I get an error and the RETRY option:C:\Windows\System32>DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess Deployment Image Servicing and Management tool Version:...
  3. Issues with UPDATE / IMAGE RESTORE

    in Windows 10 Software and Apps
    Issues with UPDATE / IMAGE RESTORE: Hi I am trying to update Windows and it stays on 0 for ages, then I get an error and the RETRY option:C:\Windows\System32>DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess Deployment Image Servicing and Management tool Version:...
  4. Dell Image bitlocker issue

    in Windows 10 Gaming
    Dell Image bitlocker issue: Hi, I am having issue creating Image for my Dell device using Image Assistant. The issue is shows that bitlocker is turned on, but we have never used bitlocker before. Do advise. Thanks...
  5. Dell Image bitlocker issue

    in Windows 10 Software and Apps
    Dell Image bitlocker issue: Hi, I am having issue creating Image for my Dell device using Image Assistant. The issue is shows that bitlocker is turned on, but we have never used bitlocker before. Do advise. Thanks...
  6. Dell Image bitlocker issue

    in Windows 10 Installation and Upgrade
    Dell Image bitlocker issue: Hi, I am having issue creating Image for my Dell device using Image Assistant. The issue is shows that bitlocker is turned on, but we have never used bitlocker before. Do advise. Thanks...
  7. System Image restore issue.

    in Windows 10 Installation and Upgrade
    System Image restore issue.: Upon getting my computer back from repair, I tried to restore my system image. The ssd and HDD are still the same. But when I run the system image, I get a "inaccessible boot device" Stop code. I've discovered that the problem is, the system image is restoring the SSD...
  8. Windows 10 Image Recovery Issue

    in Windows 10 Installation and Upgrade
    Windows 10 Image Recovery Issue: So I created a system image and my USB drive it was on got wiped (don't ask, long story). Anyway, I got a drive recovery software and was able to recover the image, but now windows doesn't recognize it as an image and i'm not sure why. I even created another image to see if...
  9. Dell Factory Image Restore

    in Windows 10 Backup and Restore
    Dell Factory Image Restore: I upgraded to Windows 10 from Windows 7 but I would like to go back to Win 7. It's past the 30 days and so I can't roll back via Win 10. When I use F8, I see that the Dell Factory Image Restore is no longer an option. However, I do have a recovery drive for Win 7. Has Win 10...
  10. Restoring Win10 backup Image from Dell to other PC

    in Windows 10 Backup and Restore
    Restoring Win10 backup Image from Dell to other PC: although I made an image of the full Dell disk -- with all partitions -- can I restore just the OS C: partition of the Dell PC to replace the OS partition of the new Lenovo laptop? I have already booted up the Lenovo and set it up with a temporary User account. Will I...

Users found this page by searching for:

  1. dell windows recovery image

    ,
  2. download dell windows 10 winretools