-
-
Notifications
You must be signed in to change notification settings - Fork 88
Bootiso should allow creation of GPT partitions in mount-rsync mode #19
Comments
yes please, it is a like to have feature but not a must have feature right now. thanks. |
When you want to write the latest Windows 10 (Win10_1809Oct_EnglishInternational_x64.iso) to an USB drive to boot in EUFI mode it requires a GPT partition table and contains the ISO contains a 4.1 GB file (install.wim) so it also requires an NTFS partition. Rufus uses UEFI:NTFS and creates a 512kB FAT16 partition with EFI folder to boot from (with disabled secure boot). The partition table looks like this: You can probably imagine that this is difficult to do manually and that it could be a popular feature. |
@mevdschee Have you tried with the wimsplit feature shipped in 3.2 version ? |
Wow.. I just learned about wimsplit.. I'm going to try it out and let you know. Thank you very much! |
I succeeded to run the latest version, but it failed when splitting. Could it be that the ISO is loop-mounted in read-only mode and that wim-split fails due to that? When I split manually everything works fine! |
@mevdschee perhaps you don't have wimsplit 1.13 and you fall under #43 bug! |
@jsamr Thank you, you are right. That is the problem. I'm having wimtools 1.12. |
Just sharing my achievement/findings. Instead of splitting the "install.wim" into parts (this is not supported in the Win10 installer) I recompressed the "install.wim" and went from 4.4Gb to 3.3Gb. The command I used was:
After this I was able to do a signed UEFI Win10 Oct 2018 (Win10_1809) install from FAT32 (GPT partition table) on my Acer Swift 1. I prefer this approach over the Rufus approach of using an unsigned NTFS driver in an FAT32 EFI partition. I explained the approach in more detail here: https://tqdev.com/2019-cannot-copy-windows-10-install-wim NB: I learned that you can actually have multiple partitions (FAT32 + NTFS) and split your ISO content over them (this is supported by the windows installer), see: https://www.tenforums.com/tutorials/118137-create-bootable-usb-installer-if-install-wim-greater-than-4gb.html |
GPT support is getting cooked for 4.0 release, get ready! |
Keeping track suggestion from @Sporif in #15.
Not scheduled anytime soon; feel free to upvote if you'd like this feature to be implemented.
The text was updated successfully, but these errors were encountered: