ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How to make bootable Win10 USB from Ubuntu

    Platform and Category Issues
    6
    16
    726
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Mario Jakovina
      last edited by Mario Jakovina

      I want to make bootable USB with Win10 ISO image from laptop with Ubuntu Desktop.

      I tried to do it with built-in "Disk Image Writer" (or "Disks") app, but my USB is not bootable, after the image is saved to USB.
      Files are correctly saved on USB, but I cannot boot from it (I tried it with 2 different USB sticks)

      What is the normal way to make bootable USB from Win10 image on Ubuntu?

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • gjacobseG
        gjacobse
        last edited by

        What do you want to do with this bootable Win10 usb?

        Will an existing Win10 ISO work? Like the MS Win10 install ISO, or something Hirens?

        DustinB3403D M 2 Replies Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @Mario Jakovina
          last edited by

          @Mario-Jakovina said in How to make bootable Win10 USB from Ubuntu:

          What is the normal way to make bootable USB from Win10 image on Ubuntu?

          dd, I think. I've done this but it has been a while. I thought that the Disk Writer normally worked.

          EddieJenningsE 1 Reply Last reply Reply Quote 0
          • DustinB3403D
            DustinB3403 @gjacobse
            last edited by

            @gjacobse said in How to make bootable Win10 USB from Ubuntu:

            What do you want to do with this bootable Win10 usb?

            Install Windows 10...

            1 Reply Last reply Reply Quote 1
            • 1
              1337
              last edited by 1337

              I'll quote myself here 🙂
              But the steps would be:

              • Partition USB with a primary bootable FAT32 partition
              • Copy files from Win10 ISO onto the USB

              No special software needed. Can be done on any OS.


              @Pete-S said in Make a Bootable Windows 10 USB Installer from Fedora Linux:

              But in all honesty it's very easy to make a bootable windows installer USB drive manually. Just make a primary bootable FAT32 partition on the USB drive and copy the files from the ISO onto it. Done.

              You can copy more files onto the drive, for instance drivers or other software. If you do that, it makes sense to make a dd image of the entire thing when you're done. That way you can easily write a new USB drive with your custom files on it.

              M 1 Reply Last reply Reply Quote 0
              • M
                Mario Jakovina @gjacobse
                last edited by

                @gjacobse said in How to make bootable Win10 USB from Ubuntu:

                What do you want to do with this bootable Win10 usb?

                Will an existing Win10 ISO work? Like the MS Win10 install ISO, or something Hirens?

                Install Win10 as @DustinB3403 said 🙂

                1 Reply Last reply Reply Quote 0
                • M
                  Mario Jakovina @1337
                  last edited by Mario Jakovina

                  @Pete-S said in How to make bootable Win10 USB from Ubuntu:

                  I'll quote myself here 🙂
                  But the steps would be:

                  • Partition USB with a primary bootable FAT32 partition
                  • Copy files from Win10 ISO onto the USB

                  No special software needed. Can be done on any OS.

                  I can make FAT32 primary partition with Gparted, but I cannot make it bootable with Gparted. It says:
                  Unable to read the contents of this file system!
                  Because of this some operations may be unavailable.
                  The cause might be a missing software package.
                  The following list of software packages is required for fat32 file system support: dosfstools, mtools.

                  1 1 Reply Last reply Reply Quote 0
                  • EddieJenningsE
                    EddieJennings @scottalanmiller
                    last edited by

                    @scottalanmiller said in How to make bootable Win10 USB from Ubuntu:

                    @Mario-Jakovina said in How to make bootable Win10 USB from Ubuntu:

                    What is the normal way to make bootable USB from Win10 image on Ubuntu?

                    dd, I think. I've done this but it has been a while. I thought that the Disk Writer normally worked.

                    dd is what I use most often. Use fdisk to delete the partitions on your USB. Then you'd have something like dd if=/path/to/iso of=/path/to/usb/dev bs=4M

                    1 1 Reply Last reply Reply Quote 0
                    • 1
                      1337 @EddieJennings
                      last edited by 1337

                      @EddieJennings said in How to make bootable Win10 USB from Ubuntu:

                      @scottalanmiller said in How to make bootable Win10 USB from Ubuntu:

                      @Mario-Jakovina said in How to make bootable Win10 USB from Ubuntu:

                      What is the normal way to make bootable USB from Win10 image on Ubuntu?

                      dd, I think. I've done this but it has been a while. I thought that the Disk Writer normally worked.

                      dd is what I use most often. Use fdisk to delete the partitions on your USB. Then you'd have something like dd if=/path/to/iso of=/path/to/usb/dev bs=4M

                      But the Win10 ISO file isn't bootable. It isn't a hybrid image like many linux distros have. So it won't work.

                      EddieJenningsE 1 Reply Last reply Reply Quote 0
                      • 1
                        1337 @Mario Jakovina
                        last edited by 1337

                        @Mario-Jakovina said in How to make bootable Win10 USB from Ubuntu:

                        @Pete-S said in How to make bootable Win10 USB from Ubuntu:

                        I'll quote myself here 🙂
                        But the steps would be:

                        • Partition USB with a primary bootable FAT32 partition
                        • Copy files from Win10 ISO onto the USB

                        No special software needed. Can be done on any OS.

                        I can make FAT32 primary partition with Gparted, but I cannot make it bootable with Gparted. It says:
                        Unable to read the contents of this file system!
                        Because of this some operations may be unavailable.
                        The cause might be a missing software package.
                        The following list of software packages is required for fat32 file system support: dosfstools, mtools.

                        That's strange. Bootable or not is just a flag in the partition table. You shouldn't need any additional packages for that.

                        Maybe ubuntu tried to mount it as soon as you made the partition.

                        Found this on a quick search:
                        "You should be able to right-click on the partition you want to set as bootable and click "Manage Flags", and then check the box for the boot flag."

                        M 1 Reply Last reply Reply Quote 0
                        • EddieJenningsE
                          EddieJennings @1337
                          last edited by

                          @Pete-S said in How to make bootable Win10 USB from Ubuntu:

                          @EddieJennings said in How to make bootable Win10 USB from Ubuntu:

                          @scottalanmiller said in How to make bootable Win10 USB from Ubuntu:

                          @Mario-Jakovina said in How to make bootable Win10 USB from Ubuntu:

                          What is the normal way to make bootable USB from Win10 image on Ubuntu?

                          dd, I think. I've done this but it has been a while. I thought that the Disk Writer normally worked.

                          dd is what I use most often. Use fdisk to delete the partitions on your USB. Then you'd have something like dd if=/path/to/iso of=/path/to/usb/dev bs=4M

                          But the Win10 ISO file isn't bootable. It isn't a hybrid image like many linux distros have. So it won't work.

                          I see. Truth be told, I replied without actually testing :(. I should know better than to assume what works for my various Linux ISOs would work for windows :).

                          1 1 Reply Last reply Reply Quote 0
                          • 1
                            1337 @EddieJennings
                            last edited by 1337

                            @EddieJennings said in How to make bootable Win10 USB from Ubuntu:

                            @Pete-S said in How to make bootable Win10 USB from Ubuntu:

                            @EddieJennings said in How to make bootable Win10 USB from Ubuntu:

                            @scottalanmiller said in How to make bootable Win10 USB from Ubuntu:

                            @Mario-Jakovina said in How to make bootable Win10 USB from Ubuntu:

                            What is the normal way to make bootable USB from Win10 image on Ubuntu?

                            dd, I think. I've done this but it has been a while. I thought that the Disk Writer normally worked.

                            dd is what I use most often. Use fdisk to delete the partitions on your USB. Then you'd have something like dd if=/path/to/iso of=/path/to/usb/dev bs=4M

                            But the Win10 ISO file isn't bootable. It isn't a hybrid image like many linux distros have. So it won't work.

                            I see. Truth be told, I replied without actually testing :(. I should know better than to assume what works for my various Linux ISOs would work for windows :).

                            So true 🙂

                            Well, Microsoft's idea is that you should use their Media Creation Tool to download and write to a USB or save as an ISO file. But to do that you need Windows. Catch 22.

                            Problem with a lot of linux desktops are that they are too user friendly and will auto-mount and do stuff on their own. user_friendly != sysadmin_friendly

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • M
                              Mario Jakovina @1337
                              last edited by

                              @Pete-S said in How to make bootable Win10 USB from Ubuntu:

                              Maybe ubuntu tried to mount it as soon as you made the partition.
                              Found this on a quick search:
                              "You should be able to right-click on the partition you want to set as bootable and click "Manage Flags", and then check the box for the boot flag."

                              I unmounted partition.
                              But I cannot "Manage flags" becuase it is Fat32 (and Linnux is missing some packages for it).

                              When I write Win10 ISO image with "Disks" app, I also can't "Manage flags", as it is udf formatted partition

                              1 1 Reply Last reply Reply Quote 0
                              • 1
                                1337 @Mario Jakovina
                                last edited by

                                @Mario-Jakovina said in How to make bootable Win10 USB from Ubuntu:

                                @Pete-S said in How to make bootable Win10 USB from Ubuntu:

                                Maybe ubuntu tried to mount it as soon as you made the partition.
                                Found this on a quick search:
                                "You should be able to right-click on the partition you want to set as bootable and click "Manage Flags", and then check the box for the boot flag."

                                I unmounted partition.
                                But I cannot "Manage flags" becuase it is Fat32 (and Linnux is missing some packages for it).

                                When I write Win10 ISO image with "Disks" app, I also can't "Manage flags", as it is udf formatted partition

                                OK, try and install the packages it complains about.

                                Run in a terminal:
                                sudo apt install dosfstools mtools

                                1 Reply Last reply Reply Quote 1
                                • scottalanmillerS
                                  scottalanmiller @1337
                                  last edited by

                                  @Pete-S said in How to make bootable Win10 USB from Ubuntu:

                                  Problem with a lot of linux desktops are that they are too user friendly and will auto-mount and do stuff on their own. user_friendly != sysadmin_friendly

                                  Don't use a desktop, just use the command line 🙂

                                  Unmounting is just the umount command, very easy to unmount it if you don't want it. Windows automounts, too.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller
                                    last edited by

                                    Don't make this complicated, use the official method. This is even what Microsoft's own site says to use when you don't have Windows already...

                                    sudo dd if=/path/to/Windows.iso of=/dev/sdb bs=4M && sync 
                                    

                                    Where /dev/sdb is the partition of your USB stick. Literally, that's all you do.

                                    1 Reply Last reply Reply Quote 1
                                    • 1 / 1
                                    • First post
                                      Last post