LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-03-2019, 09:08 AM   #1
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Rep: Reputation: Disabled
linux can not write a win10 iso to usb, windows is still required


I DID format the 8 gb flash drive as NTFS, but as you can see it errors.
I need to get this doen, so I must use a windows PC I suppose.

WOEUSB fails, for some reason it thinks the flash is fat32!!!

Code:
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Mounting source filesystem...
Error: File "/media/woeusb_source_1546527865_9025/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_1546527865_9025"...
You may now safely detach the target device
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2019-01-03 10-07-57.jpg
Views:	40
Size:	252.6 KB
ID:	29383  
 
Old 01-03-2019, 09:25 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
I guess the first question I'd have (assuming I'm understanding your question correctly of course) is, why on Earth are you trying to write a Windows 10 ISO with Linux for? Is Linux all you have to work with?

The ISO image already would contain a filesystem.
 
Old 01-03-2019, 09:27 AM   #3
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
see fuse= NTFS, I copied the iso onto the flash drive. Now I am going to the Windows 10 PC to write the iso.
I am thinking I should not need to be a geek to do this, so this has an issue. Most average folk will just give up and say it does not work, as it really does not just work.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2019-01-03 10-25-11.png
Views:	62
Size:	34.1 KB
ID:	29384  
 
Old 01-03-2019, 09:30 AM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
when you run WoeUSB from graphical menu it automatically reformats the usb to fat32. will need to start WoeUSB from the command line something similar to this
Code:
woeusb \
    --target-filesystem NTFS \
    --device Win10_1809Oct_EnglishInternational_x64.iso /dev/sdX
the sdx will be different and the iso may be named different.


that is referenced in your error message:

Last edited by colorpurple21859; 01-03-2019 at 09:34 AM.
 
Old 01-03-2019, 09:33 AM   #5
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jsbjsb001 View Post
I guess the first question I'd have (assuming I'm understanding your question correctly of course) is, why on Earth are you trying to write a Windows 10 ISO with Linux for? Is Linux all you have to work with?

The ISO image already would contain a filesystem.
Why not?? I dual boot this PC. I need to reinstall win10 os as when it updated it hosed itself. If I had no other windows PC I would be out of luck!
And woeusb is supposed to be able to do this, and I dont think I should have to think so hard about troubleshooting why it cant.

Commandline is a kludge. The gui should be rewritten, obviously they know this is a problem yet they say this is the go to program in linux for doing this.
One reason people do not like Linux is they say you have to use terminal commands, and this is an obvious example.

Last edited by sdowney717; 01-03-2019 at 09:36 AM.
 
Old 01-03-2019, 09:36 AM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
NO Linux cannot write a windows iso to a stick. I had to use windows and its web-sight to create a install usb stick for windows 10. it maybe works in the browser .. it has been so long I forget exactly how I got it done, but I have used it just the other day to install Windows 10 and it still works. but I used Windows stuff to do it? search create a windows boot stick or similar to research how to get that done. you might be able to spoof your browser to make it look like it is running on a windows os.

I have not tried this WoeUSB thingy. Did you build it properly?

looks like someone is still "taking care of it"
Code:
.github 	GitHub: Issue Template: Fix Grammar 	4 months ago

Last edited by BW-userx; 01-03-2019 at 09:41 AM.
 
Old 01-03-2019, 09:41 AM   #7
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Here it is writing using rufus in win 10.
I selected mbr not uefi bios writing, it gives you a choice.

I did not build woeusb, there is a binary latest version install ppa.
Attached Thumbnails
Click image for larger version

Name:	rufus.PNG
Views:	88
Size:	20.5 KB
ID:	29385  

Last edited by sdowney717; 01-03-2019 at 09:43 AM.
 
Old 01-03-2019, 09:44 AM   #8
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by sdowney717 View Post
I need to reinstall win10 os as when it updated it hosed itself. If I had no other windows PC I would be out of luck!
...
Your response makes very little (if any) sense, if you have another Windows machine and Windows is working ON THAT machine, then I repeat my question; why on Earth are you trying to use Linux to do it instead ? That doesn't make any sense.
 
Old 01-03-2019, 09:46 AM   #9
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jsbjsb001 View Post
Your response makes very little (if any) sense, if you have another Windows machine and Windows is working ON THAT machine, then I repeat my question; why on Earth are you trying to use Linux to do it instead ? That doesn't make any sense.

What do you not understand? What is hard to understand? Simply I desire to reinstall windows 10 from a downloaded iso file from MS written to a flash drive using ubuntu linux. And i cant as WOEusb 'WOE' is appropriate fails.

https://www.fossmint.com/woeusb-crea...ks-from-linux/

Quote:
WoeUSB supports Windows Vista, Windows 7, Window 8, Windows 10 (all languages and versions), and Windows PE.
Maybe it does, maybe not, I will never know.

Last edited by sdowney717; 01-03-2019 at 09:55 AM.
 
Old 01-03-2019, 11:49 AM   #10
petelq
Member
 
Registered: Aug 2008
Location: Yorkshire
Distribution: openSUSE(Leap and Tumbleweed) and a (not so) regularly changing third and fourth
Posts: 629

Rep: Reputation: Disabled
Try this https://willhaley.com/blog/windows-installer-usb-linux/.
I found it immediately with google.
 
Old 01-03-2019, 01:01 PM   #11
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I have to admit that when I attempted to "just dd" Windows 10 onto a USB stick it failed and, instead, I ended up using my pathetically slow Windows 10 dual-boot laptop to do it.
Had I not had access to a native install of Windows 10 I would have been unable to install Windows 10*.
It would be very useful to be able to create a Windows 10 install USB under Linux -- though, of course, Microsoft have likely made that more difficult.
To me, the answer to this particular thread is to buy a real version of Windows from Microsoft for a hundred or so dollars. My licenses are "legal" but I paid about a tenth of that for them so don't care whether they work and know I have no support and could have them stop working at any point.
Pay for it, work it out, or go without...


*It turns out I wasn't able to install it anyway, due to Windows Installer not being able to wok with SATA drives, but that's another story.
 
Old 01-03-2019, 03:31 PM   #12
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
I ended up having t use the windows media creation tool.
And had to copy the tool onto an NTFS formatted usb drive, running from the hard drive it continually failed after downloading 5gb of iso file every single time.

I now have win 10 ver 1809 up and running fine.
I have a failing third data drive in the PC, and boy does that give win10 the willies, refuses to even boot up with it plugged in. Ubuntu looks at it and runs a job on it, then it boots up. Currently copying 120gb of stuff off it onto a portable usb drive using ubuntu.

Last edited by sdowney717; 01-03-2019 at 03:33 PM.
 
Old 01-03-2019, 03:35 PM   #13
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,573

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
Using the very detailed instructions at the link below to extract a windows iso and copy the files/folders to a usb stick will enable you to use it to boot it and install windows 10. All you need is the ability to read and follow detailed instructions. If your iso file of windows is over 4GB, the Disk Image Mounter will likely fail so you need to loop mount the windows iso and then copy the files to the usb. I would suggest you read through the instructions before beginning so you have an understanding. Since you already have Ubuntu and Grub installed, you can skip the step of installing Grub on the flash drive if you want and just put the menuentry in your Ubuntu grub.cfg file. If you might to use the usb on more than one computer, then install Grub to the flash drive.

https://www.onetransistor.eu/2014/09...om-ubuntu.html
 
Old 01-03-2019, 09:33 PM   #14
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,474
Blog Entries: 7

Rep: Reputation: 2573Reputation: 2573Reputation: 2573Reputation: 2573Reputation: 2573Reputation: 2573Reputation: 2573Reputation: 2573Reputation: 2573Reputation: 2573Reputation: 2573
Quote:
Originally Posted by sdowney717 View Post
I am thinking I should not need to be a geek to do this, so this has an issue.
What are you saying here?
Quote:
Originally Posted by sdowney717 View Post
Most average folk will just give up and say it does not work, as it really does not just work.
Fair enough.

Bye.
 
Old 11-14-2019, 06:29 AM   #15
techowned5
LQ Newbie
 
Registered: Nov 2019
Posts: 2

Rep: Reputation: Disabled
Cool

It may be an issue with your flash drive as I also experienced the same
 
  


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
Switching from win10 to a linux distro with win10 vm kevgk Linux - Virtualization and Cloud 3 11-01-2018 05:36 AM
Win7 USB created in linux won't boot - win10 usb boots fine? insomniacno1 Linux - General 8 01-29-2018 03:48 PM
[SOLVED] I dual boot Win10 and linux mint 18.2 and now both do not work I can NOT use the computer now Acton Linux - Newbie 21 12-15-2017 12:24 AM

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

All times are GMT -5. The time now is 04:47 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