hello guys, i got all updates injected with dism, but have over 4gb install.wim result so get fat32 limit to make a usb efi bootable pendrive so, you have any idea how can due to install in uefi... one possible fix is split wim file and i don't know how? thanks!
yeah i read but still have the same problem, cannot copy 4.5gb file on fat32 usb drive!, what you mind?, you suggest use a win8 pro to make a smaller wim file?
yes, it's possible. You need to split the image into swm with DISM ex: dism /split-image /imagefile:install.wim /swmfile:install.swm /size:3900 Then you replace in the FAT32 device the install.wim with the installxx.swm
okey let me try... and NTFS doesnt boot on UEFI!!! or the say properly efi doesnt recognize NTFS filesystem.
maybe is Example: Dism /Split-Image /ImageFile:install.wim /SWMFile:split.swm /FileSize:650 thanks a bunch dude! split image rebuild iso, test on virtualbox and not work... any sugestion, replace install.wim with two swm....
Remake it and name it install.swm to be found by the installer. You can't just rename the 2 files, as when the first swm is done, it will look for split2.swm if you originally used that name. Also, if there are only 2 swm files and you made them 650 meg, its corrupt (too small). The swms should equal the same size as the original install.wim, if not slightly bigger.
no men 650 is on example from microsoft, im using 2400, and get one 2.4gb and one from almost 2.1gb boot, cannot get boot into setup program, you already try to split??