
- #CREATE WINDOWS 10 BOOTABLE USB IN UBUNTU HOW TO#
- #CREATE WINDOWS 10 BOOTABLE USB IN UBUNTU WINDOWS 10#
- #CREATE WINDOWS 10 BOOTABLE USB IN UBUNTU ISO#
dev/sdh1 2048 15108095 15106048 7.2G Microsoft basic dataĬommand (m for help): that the drive should say ' Disklabel type: gpt' and ' Microsoft basic data'. Sector size (logical/physical): 512 bytes / 512 bytes To ensure the drive is OK, print the contents using ' fdisk': sudo fdisk /dev/sdhĬhanges will remain in memory only, until you decide to write them.īe careful before using the write command.ĭisk /dev/sdh: 7.2 GiB, 7735541760 bytes, 15108480 sectors To create this bootable USB drive, also known as a live USB, you will need access to a USB drive with at least 2 GB of storage and a functioning computer, but it does not matter if it is a Mac or Windows.
#CREATE WINDOWS 10 BOOTABLE USB IN UBUNTU HOW TO#
Sudo cp -R /mnt/* /media/maurits/39F5-8B34/ In this guide, Im going to show you how to create a USB drive that contains all of the necessary files to boot your Windows PC or Mac into Ubuntu. Sudo mount Downloads/Win10_1607_Dutch_圆4.iso /mntĪnd copy all contents to the USB drive (this takes up to 15 minutes and shows no progress):
#CREATE WINDOWS 10 BOOTABLE USB IN UBUNTU ISO#
Now we need to mount the downloaded ISO file: The following command will format the first partition with FAT32. Press ' w' to write the changes to disk.Enter ' 11' for the 'Microsoft basic data' type.Press ' t' to choose the partition type,.Press ' n' to create a new partition and accept the defaults,.Then to create a new layout on the drive: Sudo dd if=/dev/zero of=/dev/sdh bs=512 count=1 If your USB drive is behaving weird, then you can reset it by issuing the following command: You can use the ' gparted' graphical tool to find the drive letter of your USB drive. To avoid you screwing up your computer I use 'h', which you should replace in the commands below. Your USB drive has a drive letter in Linux typically something like 'b', which leads to a path to the device of /dev/sdb and a partition path for the first partition of /dev/sdb1.
#CREATE WINDOWS 10 BOOTABLE USB IN UBUNTU WINDOWS 10#
You can download the official Windows 10 ISO image from Microsoft by visiting:īut you must be on Linux (or pretend to be using user agent switcher) to download the file. Getting the official Windows 10 ISO image There are no partition flags (like 'boot') necessary either. Instead it will look in the /efi/ directory in a FAT32 partition of a drive with GPT partitioning. Modern systems support UEFI booting and this differs from traditional BIOS in that it does not read the boot sector. This post will explain in detail how to do this. Windows and Linux (Picture Credit: The Verge) You can create Linux bootable USBs on Windows, but can you create a Windows 10 bootable USB on Linux Officially, no. If you are on Windows this is provided via a menu option, but on Ubuntu Linux this requires some commands. Steps to Create Ubuntu Bootable USB on Windows 10 Download Ubuntu ISO First, you need an ISO file though and since Ubuntu seems to be the most popular Linux distribution, it’s a good place to start.

Whenever I have to help somebody with Windows 10 I find myself making a bootable Windows 10 USB drive. Creating a bootable Windows 10 USB on Ubuntu
