Installing windows 10 over Ubuntu16.04 LTS; W10 Installation USB not being read

8,219

Solution 1

You can create a Windows bootable USB from Ubuntu through winusb

Install it:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb

Create it :

sudo winusb --format </path/to/windows.iso> <device>

Use sudo fdisk -l to get the right <device>

Also you can use unetbootin montionned on @AFH comment's :

sudo apt-get install unetbootin

From the BIOS settings set the USB on the first boot order (verify the legacy boot order and the UEFI boot order too) . Or you can select to boot from USB directly (It depends on your BIOS manufacture)

Solution 2

in addition to @Blaine answer: sometimes the USB flash itself is the problem. i have a 8 GB transcend that cannot boot anything for some reason, no matter what option you choose in BIOS or what have you done to it to make it bootable. try changing the USB Flash. Might do the trick

Share:
8,219

Related videos on Youtube

rook21
Author by

rook21

Pythonista in Florida.

Updated on September 18, 2022

Comments

  • rook21
    rook21 over 1 year

    Like the title states, I have downloaded an iso for Windows 10, and etched it on an 8GB USB flash drive. My purpose is to get rid of an Ubuntu 16.04 LTS installation; and install a brand new Windows 10 OS. I am currently using a Samsung 850 Evo 250gb SSD.

    Btw it's a relatively new machine; I built it back in 2016, which means that it's not even a year old, and to date, has run successfully Windows 10, 8.1 and Ubuntu. So this might not be a hardware issue. Please note, that all of those versions in the past have been installed using a USB like I am using now.

    With my USB plugged in, and me being able to select it as the boot method, the PC either boots into Ubuntu like nothing happened, or I get four choices from a GNU/GRUB screen.

    The four options in the GNU GRUB are as follows:

    1.-Ubuntu
    2.-Advanced Options for Ubuntu
    3.-Memory Test (memtest86+)
    4.-Memory Test (memtest86+, serial console 115200)
    

    Also, it must be noted that the entire drive except for some swap memory space is laid out for Ubuntu and I have nothing else on this SSD.

    Why am I not booting into the Windows Installer Screen?

    Is there something that I am doing wrong?

    • Admin
      Admin about 7 years
      You need to go into the BIOS and make sure that USB boot is above the hard disc in the boot order. You may need to have the W10 installation disc inserted while you do this.
    • Admin
      Admin about 7 years
      @AFH i already placed it in the proper order, and nothing happened. Also I must note that I never installed a CD reader because I figured that computers didn't need one anymore. That's why I was doing it with USB; might this be the problem?
    • Admin
      Admin about 7 years
      I can only assume that you did not create the USB correctly and it is not being seen as bootable. Did you use unetbootin (Linux) or rufus (Windows)?
    • Admin
      Admin about 7 years
      @AFH No, i created it on a Mac. However I will try it again but creating it from within Linux. And I see your point; you're probably correct.
    • Admin
      Admin about 7 years
      The other consideration is whether your current installation uses EFI: if you're currently using legacy boot, you should set it to EFI mode for the W10 installation.
  • rook21
    rook21 about 7 years
    Also great addition, however I can't give upvotes because of my rank.
  • rook21
    rook21 about 7 years
    Also great addition, however I can't give upvotes because of my rank.