Hi,
I'm not sure if this is the right area to post my question, but hopefully it is okay!
I am trying to create a bootable Windows 10 USB disk (32GB) from within Kubuntu 22.04.3. I can download the ISO from MS without issue, but the ISO is 6.1GB. The ISO is "Win10_22H2_English_x64v1.iso" When I try to copy the mounted ISO files to the USB in FAT32 mode, it fails. I understand the FAT32 has a limitation of 4GB, and it seems that the issue is with the "install.wim" file, which is 5.2GB.
Whilst this problem is a common read on various forums, I have seen a few solutions for users with a Linux only system. One of them is to split the install.wim file into 2 or more files, using a tool that can be downloaded from within Linux, called "wimlib" (Link for reference: https://wimlib.net/). The other option would be to shrink the file, using the same app. The two commands are: "wimlib-imagex split" and "wimlib-imagex optimize".
Apparently, this app is very similar to Micosoft DISM tool.
I have a few questions about this method:
1. Has anyone had much experience with this app and is it trustworthy?
2. Would the use of this app cause any issue with the future install of Windows?
3. Could the app insert malicious code (malware) to the split files?
4. If malware was introduced, would Windows even boot/install under SecureBoot systems (hashes or signature issue)?
5. Is there a better way to get Windows ISO to work on USB flash drive by using Kubuntu?
Thanks in advance for your input.
Regards,
Darryl
I'm not sure if this is the right area to post my question, but hopefully it is okay!
I am trying to create a bootable Windows 10 USB disk (32GB) from within Kubuntu 22.04.3. I can download the ISO from MS without issue, but the ISO is 6.1GB. The ISO is "Win10_22H2_English_x64v1.iso" When I try to copy the mounted ISO files to the USB in FAT32 mode, it fails. I understand the FAT32 has a limitation of 4GB, and it seems that the issue is with the "install.wim" file, which is 5.2GB.
Whilst this problem is a common read on various forums, I have seen a few solutions for users with a Linux only system. One of them is to split the install.wim file into 2 or more files, using a tool that can be downloaded from within Linux, called "wimlib" (Link for reference: https://wimlib.net/). The other option would be to shrink the file, using the same app. The two commands are: "wimlib-imagex split" and "wimlib-imagex optimize".
Apparently, this app is very similar to Micosoft DISM tool.
I have a few questions about this method:
1. Has anyone had much experience with this app and is it trustworthy?
2. Would the use of this app cause any issue with the future install of Windows?
3. Could the app insert malicious code (malware) to the split files?
4. If malware was introduced, would Windows even boot/install under SecureBoot systems (hashes or signature issue)?
5. Is there a better way to get Windows ISO to work on USB flash drive by using Kubuntu?
Thanks in advance for your input.
Regards,
Darryl
Comment