Windows 8.1 Update 1 WimBOOT discussion

Discussion in 'Windows 8' started by murphy78, Mar 6, 2014.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,479
    92,723
    340
    After deploying the wimboot image, any changes or updates will be written as regular data sizes to the disk
     
  2. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Did you do a imagecleanup/reset base, I believe the replaced files do not get the wim treat.

    Murphy: wimre.wim means it's already in wim format. :D ... anyway, I don't set the recovery partition, anything goes wrong - reinstall.
     
  3. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    Yes, I'm aware. I'm not sure what you are referring to.
     
  4. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    OK, just thought that you might have missed this point because of not enough sleep. :D
     
  5. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    According to MS articles, I think you need to put the updates into custom.wim after sysprep, then it will not "balloon" up. Maybe murphy could give more details.
     
  6. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    #207 luky, May 23, 2014
    Last edited: May 23, 2014
    How to do Windows.iso with wimboot.wim and not install.wim?
    Please help how to do it.
    Thank you all.
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    Well... it wouldn't balloon up nearly as much as a non-wimboot install because the previous version would be compressed.
    Just think of it like this:
    The initial WIM file is static. It doesn't get modified after install.
    Any subsequent hotfixes you install will just install on the hard drive rather than into the wim file.
    You could clean up these hotfixes by doing a custom image pass and making a custom.wim, but if you can do all that, you could easily just re-sysprep/capture your image.

    There are a few problems with trying to use the custom image option.
    - The partition you install these images onto is set to recovery.
    - Recovery partitions are not re-sizeable
    - You are installing these images to the separate partition using a minimal amount of wasted space
    - You cannot move the wimboot wim file because the system files are accessed from it. (you'd have to do this in winpe)

    You could probably just set the partition to 0x800000001 and not use the recovery GUID so that you could resize the image, but this partition is already at the end of your drive and you cannot re-size backwards.

    It's just... There's not really any good way of working with these custom images. You're better off either starting over with your sysprep, or just leaving the added hotfix information in it's uncompressed state.
     
  8. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    abbody1406
    Your Post # 170: Create WimBOOT images:
    Create media: MakeWinPEMedia / ISO C:\WinPE_amd64 C:\WinPE_amd64\WIMBoot_amd64.iso I get an error. Please Help.

    Iso.jpg
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    Try it with: makewinpemedia /iso c:\winpe_amd64\media c:\winpe_amd64\wimboot_amd64.iso
     
  10. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    @murphy78 Unfortunately, it is not. The attached two pictures.

    Iso.jpg

    iso1.jpg
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,479
    92,723
    340
    #213 abbodi1406, May 24, 2014
    Last edited by a moderator: Apr 20, 2017
    Try the manual way:
    Code:
    oscdimg -bootdata:2#p0,e,b"C:\WinPE_amd64\fwfiles\etfsboot.com"#pEF,e,b"C:\WinPE_amd64\fwfiles\efisys.bin" -o -h -m -u2 -udfver102 -lWinPE5.1_x64 C:\WinPE_amd64\media C:\WinPE_amd64\WIMBoot_amd64.iso
    
     
  12. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    Sorry man, that's the limit of my knowledge on the situation.
    You can always try using the oscdimg instructions I gave on the first page.
     
  13. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    murphy78 Hi, there! I'd like to ask you if there are any other tutorials about vimboot.vim installations and WMWare? Thanks in advance.
     
  14. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    "I'd like to ask any of you ​who successfully managed to make Win 8.1u1 installation on VMware with winboot.win to send me a private message with precise instructions on how exactly he did it.


    I tried it with murphy78's tutorial but wasn't successful.


    Thanks in advance!"
     
  15. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    @FaiKee thank you, but I would like guidance on how to make emulation wimboot on the VM.
    I would not want to do this before wimboot on a PC disk.
     
  16. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150