OEM Recovery Partition Creator for Windows

Discussion in 'MDL Projects and Applications' started by AnarethoS, Sep 11, 2010.

  1. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    @paully2001

    Great! Happy it worked for you!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    Sorry it didn't worked for you!

    Are you trying the BASIC or the FULL version?

    Also, did you had to install some drivers during the FIRST installation of Windows to have your disk recognized?

    Are you able to give me the error message you got?

    Thanks!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    Funny, I was banned at another forum where I started to talk about this software. "Banned for spamming and promoting software". Wow!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,516
    720
    60
    ok thanks will have a play

     
  5. paully2011

    paully2011 MDL Novice

    Jun 3, 2011
    9
    0
    0
    sorry for the delay in replying, the Medion 6310 and the Medion 4020 AIO Touch Comp both come with Windows 7 Home Premium preinstalled, also you get the Full operating discs for both 86 and 64bit
    Cheers
    Paul
     
  6. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,867
    19,161
    340
  7. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,516
    720
    60
    Having a test with basic version here, looks good.
     
  8. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,516
    720
    60
    #1388 NICK@NUMBER11, Feb 3, 2012
    Last edited by a moderator: Apr 20, 2017
    Using your autounatted file, is there a way to have it set timezone as UKL, rather that default US?

    Code:
    <unattend>
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <DiskConfiguration>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
     <Order>1</Order>
     <Type>Primary</Type>
     <Size>30000</Size>
     </CreatePartition>
    <CreatePartition wcm:action="add">
     <Order>2</Order>
     <Type>Primary</Type>
     <Size>300</Size>
     </CreatePartition>
    <CreatePartition wcm:action="add">
     <Order>3</Order>
     <Type>Primary</Type>
     <Extend>true</Extend>
     </CreatePartition>
     </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
     <Order>1</Order>
     <PartitionID>1</PartitionID>
     <Label>Recovery</Label>
     <Format>NTFS</Format>
     <TypeID>0x27</TypeID>
     </ModifyPartition>
    <ModifyPartition wcm:action="add">
     <Order>2</Order>
     <PartitionID>2</PartitionID>
     <Label>System</Label>
     <Format>NTFS</Format>
     <Active>true</Active>
     </ModifyPartition>
    <ModifyPartition wcm:action="add">
     <Order>3</Order>
     <PartitionID>3</PartitionID>
     <Label>Windows</Label>
     <Format>NTFS</Format>
     <Letter>C</Letter>
     </ModifyPartition>
     </ModifyPartitions>
     <DiskID>0</DiskID>
     <WillWipeDisk>true</WillWipeDisk>
     </Disk>
     <WillShowUI>OnError</WillShowUI>
     </DiskConfiguration>
    <ImageInstall>
    <OSImage>
    <InstallTo>
     <DiskID>0</DiskID>
     <PartitionID>3</PartitionID>
     </InstallTo>
     <WillShowUI>OnError</WillShowUI>
     </OSImage>
     </ImageInstall>
    <UserData>
     <AcceptEula>true</AcceptEula>
     </UserData>
     </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <DiskConfiguration>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
     <Order>1</Order>
     <Type>Primary</Type>
     <Size>30000</Size>
     </CreatePartition>
    <CreatePartition wcm:action="add">
     <Order>2</Order>
     <Type>Primary</Type>
     <Size>300</Size>
     </CreatePartition>
    <CreatePartition wcm:action="add">
     <Order>3</Order>
     <Type>Primary</Type>
     <Extend>true</Extend>
     </CreatePartition>
     </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
     <Order>1</Order>
     <PartitionID>1</PartitionID>
     <Label>Recovery</Label>
     <Format>NTFS</Format>
     <TypeID>0x27</TypeID>
     </ModifyPartition>
    <ModifyPartition wcm:action="add">
     <Order>2</Order>
     <PartitionID>2</PartitionID>
     <Label>System</Label>
     <Format>NTFS</Format>
     <Active>true</Active>
     </ModifyPartition>
    <ModifyPartition wcm:action="add">
     <Order>3</Order>
     <PartitionID>3</PartitionID>
     <Label>Windows</Label>
     <Format>NTFS</Format>
     <Letter>C</Letter>
     </ModifyPartition>
     </ModifyPartitions>
     <DiskID>0</DiskID>
     <WillWipeDisk>true</WillWipeDisk>
     </Disk>
     <WillShowUI>OnError</WillShowUI>
     </DiskConfiguration>
    <ImageInstall>
    <OSImage>
    <InstallTo>
     <DiskID>0</DiskID>
     <PartitionID>3</PartitionID>
     </InstallTo>
     <WillShowUI>OnError</WillShowUI>
     </OSImage>
     </ImageInstall>
    <UserData>
     <AcceptEula>true</AcceptEula>
     </UserData>
     </component>
     </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <OEMInformation>
     <HelpCustomized>false</HelpCustomized>
     </OEMInformation>
     </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <OEMInformation>
     <HelpCustomized>false</HelpCustomized>
     </OEMInformation>
     </component>
     </settings>
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <Reseal>
     <Mode>Audit</Mode>
     </Reseal>
     </component>
    <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <Reseal>
     <Mode>Audit</Mode>
     </Reseal>
     </component>
     </settings>
     </unattend>
     
  9. mojaideen

    mojaideen MDL Member

    Feb 7, 2008
    111
    6
    10
    their loss :worthy:

     
  10. paully2011

    paully2011 MDL Novice

    Jun 3, 2011
    9
    0
    0
    No Sorry this is not my keys, Im in Australia so may be different
     
  11. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    @NICK
    I don't know for the timezone. You will have to use Microsoft WAIK for that.
    BUT, when the computer is in AUDIT mode, if you change to the good time zone, I THINK that it will me remembered and the "final" user will have that time-zone by default.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,018
    968
    90
    #1392 Flipp3r, Feb 7, 2012
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. mojaideen

    mojaideen MDL Member

    Feb 7, 2008
    111
    6
    10
    i installed this software successfully to several computers with no problem :biggrin:. but yesterday, i noticed an error "recovery partition enabler not found". what could this be? the software still works. i'm just curious.:confused:
     
  14. UVAIS

    UVAIS MDL Expert

    Mar 17, 2011
    1,332
    1,895
    60
    First of All Thanks to AnarethoS for making this Awesome tool and Thanks to tcntad for making good Guide :) and every who works for this Project :p (Video quality @ youtube is not too good but it's Okay as tut.. anywayI am thinking to Upload It's HD Edition)

    Okay..Now come to some Questions :)

    1.Can we Removed Recovery tool's entry from Start Menu ? (B'cu i want to make this Invisible) [I think Yes]
    2.Can we Create 4th partition for Data etc and hope this will not effect after Recovery ]i think Yes]:cool:

    Need You answer :eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,598
    1,593
    150
    1. Yep, delete the shortcut?
    2. Yep, gi back "few" pages and you'll find autounattend.xml files.
     
  16. UVAIS

    UVAIS MDL Expert

    Mar 17, 2011
    1,332
    1,895
    60
    no my mean is About to "shrink c drive" for making drive for data o_O
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,598
    1,593
    150
    Then do it.
     
  18. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    @UVAIS

    Yes, you can "shrink" the third partitin (Windows) once installed.

    BUT

    if you restore from CD/DVD/USB, all partition will be LOST.

    So, to prevent that, I recommend you to set SETTINGS.INI do not delete the partition on restore (specified in the documentation).

    If you are using the basic version, do what you want, as the only way to create DVD is to use Windows backup, which will backup also the Data partition.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,018
    968
    90
    @Anarethos

    Great utility m8. I've based my own version from looking at your code. Instead of having a separate winpe/re for capturing the OS, I've just included the following check in my recover.exe.
    "If NOT FileExists("R:\Recovery\WindowsRE\install.wim") Then
    Capture()
    Exit
    EndIf"
    I'm also just using 2 partitions. 1st is the OS & the 2nd is the active recovery. I've had no issues having the boot files on the Recovery partition even though it's hidden & type 0x27.
    I do remember reading somewhere in the opk that MS expects type 0x27 partitions to be 1st but in all my testing it hasn't mattered...

    Thanks for your work & supporting the users here...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    For the 0x27, you are true. M$ specify that it must be the first partition, but I haven't found any problem either.

    As for the two partition setup, it can works. But I prefer the 3 partitions, as it is required for the "official" (using WinRE + Install.Wim) recovery solution.

    Ans for the modification, well... that is the point of having it OpenSource :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...