Win10XPE - Build Your Own Rescue Media [2]


  1. Posts : 112
    Win 7 Ultimate
       #641

    Kyhi said:
    Image Health was mostly written using DISM "Online" commands - so to answer your question - most commands will not work on "Offline Image"
    Its open code, so could it be updated, to do so.. given the Windows BATCH code / language it follows?
    If so, what ways could I parameterize some of that for the "offline" related variables ?

    Any good references/ cheatsheets you can point to so as to learn and maybe improve on it.
      My Computer


  2. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #642

    Search for & Study the Microsoft "DISM" commands for "Offline" Images
      My Computer


  3. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #643

    Updates as of Today - Posted in Post #2
    @APT38
    I have all your updates Posted/Included except for - Attribute Changer v10.10a - Exif Pilot 6.10.0

    @MaloK
    I have included your "SDIOrigin_XPE.Script" in "Projects\MoPlugins\Apps\System Tools" with my script edits...
      My Computer


  4. Posts : 417
    W10, W7
       #644

    @Kyhi thanks

    btw. if you change the Aomei %checkversion% to 9.6.1 as in your latest upload you get the untested ver message,when running the script, if you leave at 9.6 it's OK
      My Computer


  5. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #645

    Got it.. Thanks
      My Computer


  6. Posts : 3
    Win10XPE
       #646

    Kyhi said:
    Where is your VHD stored??? Has to be on a "Drive" somewhere.. You would add a XPE Folder to that Drive - then create boot entry... Sorry if you can not find the "First Post" of this thread...
    It is obviously not stored on my EFI partition, so on the NTFS partition. Like I Said: I have only 2 partitions on my laptop.
    But never mind.. I don't think you understand my question and I don't understand your answers...
    this forum is more for the WinXPE issue's not for the boot structures or issues. But that's all clear to me.
    Will look on other forums for my answer about my issue...
    Thanks anyways. Have a nice day!
      My Computer


  7. Posts : 2,800
    Windows 7 Pro
       #647

    Kyhi said:
    @MaloK
    I have included your "SDIOrigin_XPE.Script" in "Projects\MoPlugins\Apps\System Tools" with my script edits...
    @Kyhi. Nice, your mods really makes it simple to use. Thanks for porting it to the project.
      My Computers


  8. Posts : 15,494
    Windows10
       #648

    Kyhi said:
    Use the Build Core / Main Interface - "Export" Button to export and sort Drivers from Host OS.... Then just Copy over & Integrate required Drivers
    Thanks, I remembered this and it works great.

    As an aside, I have a weird issue that is not related to Win10XPE but I was hoping Win10XPE would bypass it.

    When I add a bcdboot entry for the Dev version of Windows as dual boot, and boot pc, the winpe legacy menu screen is in low res 800x600, and when I boot into Win10XPE it is still 800x600 with nothing else to switch to. Any ideas?
      My Computer


  9. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #649

    Launch HDTasks / Bootice - select UEFI tab - then professional...
    Usually have to set "DisplayBootMenu" False... to get GUI Menu
      My Computer


  10. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #650

    SpongieBOB said:
    It is obviously not stored on my EFI partition, so on the NTFS partition. Like I Said: I have only 2 partitions on my laptop.
    But never mind.. I don't think you understand my question and I don't understand your answers...
    this forum is more for the WinXPE issue's not for the boot structures or issues. But that's all clear to me.
    Will look on other forums for my answer about my issue...
    Thanks anyways. Have a nice day!
    Add a Win10XPE folder to the Drive - copy the contents of the ISO to that Folder
    Then edit this batch file to point to that folder Drive location
    @echo off
    echo. Creating Host Boot Menu Option... Please Wait..
    cd /d "%~dp0"
    for /f "tokens=2 delims={}" %%g in ('bcdedit.exe /create /d "Win10XPE Recovery" /Device') do (set deviceid={%%g})
    echo. --------------------------------------------------------------------------
    echo. DEVICE ID = %deviceid%
    echo. --------------------------------------------------------------------------
    bcdedit /set %deviceid% ramdisksdidevice partition=H:
    bcdedit /set %deviceid% ramdisksdipath \Win10XPE\Boot\boot.sdi
    for /f "tokens=2 delims={}" %%g in ('bcdedit.exe /create /d "Win10XPE Recovery" /application osloader') do (set guid={%%g})
    echo. --------------------------------------------------------------------------
    echo. GUID = %guid%
    echo. --------------------------------------------------------------------------
    bcdedit /set %guid% device ramdisk=[H:]\Win10XPE\sources\boot.wim,%deviceid%
    bcdedit /set %guid% osdevice ramdisk=[H:]\Win10XPE\sources\boot.wim,%deviceid%
    bcdedit /set %guid% systemroot \windows
    bcdedit /set %guid% path \Windows\system32\boot\winload.efi
    bcdedit /set %guid% winpe yes
    bcdedit /set %guid% detecthal yes
    bcdedit /displayorder %guid% /addlast
    bcdedit /set {bootmgr} displaybootmenu True
    bcdedit /set {bootmgr} timeout 5
    echo. --------------------------------------------------------------------------
    echo. DONE... REBOOT YOUR PC
    echo. --------------------------------------------------------------------------
    timeout /t 2 >nul
    del %0
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:14.
Find Us




Windows 10 Forums