Creating a MultiBoot Windows 8 WinPE Disc

Discussion in 'Windows 8' started by anarchist9027, Nov 27, 2012.

  1. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    #1 anarchist9027, Nov 27, 2012
    Last edited: Jan 12, 2013
  2. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    You can also replace the respectable files into the proper folders for your Windows Installation discs also :biggrin:
     
  3. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,965
    908
    60
    Use copype amd64 & copy across your x86 wim instead & make the mod.
    This way you'll also be able to boot in efi mode...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    I don't know how it works...but should it not display an option from which we have to choose the PE
     
  5. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    #5 anarchist9027, Nov 27, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Try this:
    Code:
    bcdedit.exe /store C:\winpe\iso\boot\bcd /deletevalue {default} bootmenupolicy
     
  6. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    I have been suscessful in adding the modified files to my Windows Setup but for some reason I keep getting bootmgr is missing after you perform the burning CD step. Anyone else having this issue?
     
  7. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    i have a quick automated script to add most things to a DVD bcd, you just run it from a cmd inside the boot dir with the bcd file. You would obviously have to change alot of parameters like wich entries you want, the paths, etc, but its pretty easy to figure out.

     
  8. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    I'll have to look into this. Thanks for your share :biggrin:
     
  9. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    u must copy the bootmgr and bootmgr.efi file into the iso to boot...
     
  10. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    Yea, thats what what I had to do. Windows should do that automatically do that for you.
     
  11. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    Nope it will not
     
  12. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    Well I know its not, i'm just saying it should.
     
  13. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    #13 ultimate_live, Dec 21, 2012
    Last edited: Dec 21, 2012
    On Windows 7 AIO I used the following comands above to create my x64 recovery mode:

    bcdedit.exe /store c:\W7\DVDx86\boot\bcd /set {default} device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    bcdedit.exe /store c:\W7\DVDx86\boot\bcd /set {default} osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    bcdedit.exe /store c:\W7\DVDx86\boot\bcd /set {default} description "Windows Setup x86 – por Ultimate_live"

    bcdedit.exe /store c:\W7\DVDx86\\boot\bcd /copy {default} /d "Windows Setup x64 - por Ultimate_live"
    bcdedit.exe /store c:\W7\DVDx86\\boot\bcd /set {xxxxxxxx-xxxx-xxxx-xxxx-6cf049f6a7fe} device ramdisk=[boot]\sources\bootx64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    bcdedit.exe /store c:\W7\DVDx86\\boot\bcd /set {xxxxxxxx-xxxx-xxxx-xxxx-6cf049f6a7fe} osdevice ramdisk=[boot]\sources\bootx64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}


    And after that, I got this images after booting:

    semttulofnl.jpg


    But I tried the same way with Windows 8 AIO, but it didn´t work.
    I have installed ADK. I can integrate all my versions of Windows 8, but I can´t make x64 recovery mode to work.
     
  14. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    Where can I find the MDT WinPE x86 and WinPE x64 CD’s ?
     
  15. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    Where can I find the language pack for WINPE of Windows 8 ?
    Because my Windows 8 installation is Brazilian Portuguese but the recovery mode is still in english. So, I want to change it to Portuguese.
     
  16. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    Dont quote me but it should be in the language you download your Windows 8 image as. As far as integrating language packs, you have to use the DISM command and I don't know how to do all that stuff yet via CMD. I know for a fact there are other members on here that maybe able to help such as alphawaves and a few others. Sorry I cant help you out on this o_O
     
  17. banzemanga

    banzemanga MDL Novice

    Dec 29, 2012
    1
    0
    0
    @ultimate_live
    I found the reason. It is because Window 8's boot manager comes in two boot modes or what Microsoft calls: boot menu policy.
    By default, it is set to "Standard" which will automatically boot into the first boot image that is found. You have to change it to "Legacy".

    The command looks like this:
    bcdedit /store bcd /set <ID> bootmenupolicy Legacy
     
  18. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    First Post Updated
     
  19. Outcast

    Outcast MDL Member

    Mar 23, 2009
    237
    184
    10
    #20 Outcast, Jan 17, 2013
    Last edited by a moderator: Apr 20, 2017
    I am having error with this command. Any idea?

    Code:
    C:\WinPE\ISO\boot>bcdedit.exe /store C:\winpe\iso\boot\bcd /deletevalue {default
    } bootmenupolicy
    The element data type specified is not recognized, or does not apply to the
    specified entry.
    Run "bcdedit /?" for command line assistance.
    Element not found.