LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-14-2019, 03:47 PM   #1
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Rep: Reputation: Disabled
WoeUSB error


I am trying to install a bootable Windows 10 ISO to an know good 16GB USB thumb drive but I keep getting the same error no matter if thumbdrive is unformatted or formatted to Fat32 or NTFS. I tried looking for support for WoeUSB but haven't found any. There is only a GitHub page. I get this error:
Code:
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Mounting source filesystem...
Error: File "/media/woeusb_source_1550180214_21690/sources/install.wim" in source image has exceed the FAT32 Filesystem 4GiB Single File Size Limitation and cannot be installed.  You must specify a different --target-filesystem.
Refer: https://github.com/slacka/WoeUSB/wiki/Limitations#fat32-filesystem-4gib-single-file-size-limitation for more info.
Unmounting and removing "/media/woeusb_source_1550180214_21690"...
You may now safely detach the target device
Anyone know how to get this to work?
 
Old 02-14-2019, 05:18 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,541

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
Seems strange that you would be getting an error about the file size being to large for a FAT32 partition if you have formatted it ntfs. There are a number of sites I've found with instructions on use such as the one below. How large is your windows iso file?

https://www.cyberciti.biz/faq/create...-usb-in-linux/

Another method that works is at the link below and it has very explicit instructions on how to accomplish this.

https://www.onetransistor.eu/2014/09...om-ubuntu.html

Last edited by yancek; 02-14-2019 at 05:27 PM.
 
Old 02-14-2019, 05:32 PM   #3
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
Seems strange that you would be getting an error about the file size being to large for a FAT32 partition if you have formatted it ntfs. There are a number of sites I've found with instructions on use such as the one below. How large is your windows iso file?

https://www.cyberciti.biz/faq/create...-usb-in-linux/

https://www.linuxbabe.com/ubuntu/eas...ble-usb-ubuntu
Thanks. I did exactly what it says in the first link which didn't work. The second link is claiming that it can't do anything over 4GB which makes sense since the ISO is 5.3GB. What doesn't make any sense is that FAT32 has a 4GB limit when in my experience FAT32 has a 60GB limit. I will try the April ISO instead of the October ISO which I currently have. I will report back on my results.
 
Old 02-14-2019, 06:07 PM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Crippled View Post
Thanks. I did exactly what it says in the first link which didn't work. The second link is claiming that it can't do anything over 4GB which makes sense since the ISO is 5.3GB. What doesn't make any sense is that FAT32 has a 4GB limit when in my experience FAT32 has a 60GB limit. I will try the April ISO instead of the October ISO which I currently have. I will report back on my results.
The 4GB figure is the limit for an individual file under FAT32, not the whole filesystem.

http://www.ntfs.com/ntfs_vs_fat.htm

Someone is claiming success with these instructions: https://medium.com/@codechangethewor...x-501f92e346a5
 
Old 02-14-2019, 06:38 PM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
woeusb formats to fat 32 when started from graphical menu. To format usb as ntfs need to run woeusb from command line similar to this
Code:
woeusb \
    --target-filesystem NTFS \
    --device Win10_1809Oct_EnglishInternational_x64.iso /dev/sdX

Last edited by colorpurple21859; 02-14-2019 at 06:41 PM.
 
Old 02-14-2019, 06:59 PM   #6
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Original Poster
Rep: Reputation: Disabled
WoeUSB said it burned correctly using the April ISO but when I rebooted it made the thumbdrive invisible to the BIOS. I checked the thumbdrive in GParted and it showed that it was formatted as FAT32. Since the April ISO was small enough to fit on a DVD I decided to burned it to a DVD which worked correctly. Problem is solved.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Parse error: parse error, unexpected '/' - can anyone see the error in this code? v@ny@ Programming 8 04-03-2010 04:07 PM
Sendmail: eocket wedge , 504 error , dsn error, mail relay connection error djcs Debian 0 03-03-2009 12:41 AM
PHP Error Parse error: parse error, unexpected $ in /home/content/S/k/i/SkinCare4U/h CowanServices Programming 2 12-09-2008 08:26 PM
Suse CUPS error: cups(File)DoRequest error:client-error-bad-request smdonelan Linux - Hardware 6 04-17-2007 06:46 PM
updating new installation of 9.3 ERROR...ERROR...ERROR Morbid SUSE / openSUSE 3 08-15-2005 11:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration