{"id":338,"date":"2022-09-27T10:21:00","date_gmt":"2022-09-27T10:21:00","guid":{"rendered":"https:\/\/www.sysgeeker.com\/blog\/?p=338"},"modified":"2022-09-27T10:21:00","modified_gmt":"2022-09-27T10:21:00","slug":"how-to-create-windows-10-bootable-usb-on-ubuntu","status":"publish","type":"post","link":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html","title":{"rendered":"How to Create Windows 10 Bootable USB on Ubuntu"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_31 counter-hierarchy counter-disc\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" style=\"display: none;\"><label for=\"item\" aria-label=\"Table of Content\"><i class=\"ez-toc-glyphicon ez-toc-icon-toggle\"><\/i><\/label><input type=\"checkbox\" id=\"item\"><\/a><\/span><\/div>\n<nav><ul class=\"ez-toc-list ez-toc-list-level-1\"><li class=\"ez-toc-page-1 ez-toc-heading-level-2\"><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\/#How_to_Create_A_Windows_10_Bootable_USB_on_Ubuntu\" title=\"How to Create A Windows 10 Bootable USB on Ubuntu\">How to Create A Windows 10 Bootable USB on Ubuntu<\/a><ul class=\"ez-toc-list-level-3\"><li class=\"ez-toc-heading-level-3\"><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\/#Method_1_Create_bootable_Windows_10_USB_on_Ubuntu_using_dd_Command\" title=\"Method 1: Create bootable Windows 10 USB on Ubuntu using dd Command\">Method 1: Create bootable Windows 10 USB on Ubuntu using dd Command<\/a><\/li><li class=\"ez-toc-page-1 ez-toc-heading-level-3\"><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\/#Method_2_Create_bootable_Windows_10_USB_using_WoeUSB\" title=\"Method 2: Create bootable Windows 10 USB using WoeUSB\">Method 2: Create bootable Windows 10 USB using WoeUSB<\/a><\/li><li class=\"ez-toc-page-1 ez-toc-heading-level-3\"><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\/#Method_3_Create_bootable_Windows_10_USB_on_Ubuntu_using_Ventoy\" title=\"Method 3: Create bootable Windows 10 USB on Ubuntu using Ventoy\">Method 3: Create bootable Windows 10 USB on Ubuntu using Ventoy<\/a><\/li><li class=\"ez-toc-page-1 ez-toc-heading-level-3\"><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\/#In_Conclusion\" title=\"In Conclusion\">In Conclusion<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<p>Ubuntu is a free and open source operating system that is popular among many computer users. Many people choose to use Ubuntu as their primary operating system, and as a result, it is not uncommon to need to create a bootable USB drive for Windows 10 on Ubuntu.<\/p>\n<p>Luckily, doing this is not as difficult as it may seem. In fact, there are only a few steps that you need to follow in order to create a bootable Windows 10 USB drive on Ubuntu.<\/p>\n<p>A <a target=\"_blank\" class=\"wpil_keyword_link\" href=\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-11-bootable-usb-on-mac-m1-m2-chip.html\"   title=\"bootable USB\" data-wpil-keyword-link=\"linked\">bootable USB<\/a> is a USB drive that has been configured to contain a bootable operating system. This can be useful for a variety of purposes, such as installing an operating system on a computer that does not have a CD\/DVD drive, or for troubleshooting a computer that is having problems booting from the hard drive.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"How_to_Create_A_Windows_10_Bootable_USB_on_Ubuntu\"><\/span>How to Create A Windows 10 Bootable USB on Ubuntu<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3><span class=\"ez-toc-section\" id=\"Method_1_Create_bootable_Windows_10_USB_on_Ubuntu_using_dd_Command\"><\/span>Method 1: Create bootable Windows 10 USB on Ubuntu using dd Command<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><strong>What you need:<\/strong><\/p>\n<ol>\n<li>A computer running Linux<\/li>\n<li>A USB flash drive at least 8GB<\/li>\n<li>Windows 10 ISO<\/li>\n<\/ol>\n<p>It is possible to create a Windows 10 bootable USB on Linux without any third-party software. The process is a bit more complicated than using a GUI tool, but it is still very easy. I will use Ubuntu 20.04 as an example. The process is similar on other Linux distributions.<\/p>\n<p>Step 1. First, you need to download the Windows 10 ISO from Microsoft. You can do this from within Windows or from a Linux system. If you are downloading the ISO from within Windows, you can use the Media Creation Tool. If you are downloading the ISO from a Linux system, you can use wget or curl.<\/p>\n<p>Step 2. Next, you need to create a bootable USB drive. I will use the dd command for this. If you are not familiar with dd, it is a low-level utility for copying data. It is very important that you use the dd command correctly, as it can overwrite data on your hard drive if used incorrectly.<\/p>\n<p>Step 3. Once you have dd installed, you need to find out the name of your USB drive. You can do this by running the lsblk command. This will list all of the block devices on your system. The USB drive will likely be \/dev\/sdb or \/dev\/sdc.<\/p>\n<p>Step 4. Once you have the name of your USB drive, you can use dd to copy the Windows 10 ISO to the drive. Be very careful when using dd, as you can easily overwrite the wrong drive and lose data.<\/p>\n<p>Open the Terminal and type the following command to install the required packages:<\/p>\n<p>sudo apt install wimtools libwim-dev<\/p>\n<p>Step 5. Type the following command to change to the directory where your Windows 10 ISO file is located:<\/p>\n<p>cd \/path\/to\/windows10\/iso\/file<\/p>\n<p>Step 6. Type the following command to create a bootable Windows 10 USB on Ubuntu:<\/p>\n<p>wimlib-imagex-cli apply windows10.iso \/dev\/sdb1 &#8211;index 1<\/p>\n<p>Step 7. Replace \"<strong>\/dev\/sdb1<\/strong>\" with the location of your USB drive.<\/p>\n<p>This will copy the Windows 10 ISO to the USB drive. It will take a few minutes to complete. Once the dd command has finished, you can boot from the USB drive and install Windows 10.<\/p>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Method_2_Create_bootable_Windows_10_USB_using_WoeUSB\"><\/span>Method 2: Create bootable Windows 10 USB using WoeUSB<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>WoeUSB is a simple Linux program to create a bootable Windows USB storage device from either an existing Windows ISO file or a real Windows DVD. It can be used to create bootable USB sticks for Windows 10 and old Windows edtions.<\/p>\n<p>The program can be run from either a graphical user interface or the command line. To use the graphical user interface, simply launch the program and select the ISO file or DVD you wish to use. Then, select the USB device you wish to use and click the \"<strong>Create USB<\/strong>\" button. The WoeUSB application can be used to create a Windows 10 bootable USB on Ubuntu.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-339\" src=\"https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2022\/09\/woeusb_img.jpg\" alt=\"woeusb\" width=\"858\" height=\"498\" srcset=\"https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2022\/09\/woeusb_img.jpg?v=1667901998 858w, https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2022\/09\/woeusb_img-300x174.jpg?v=1667901998 300w, https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2022\/09\/woeusb_img-768x446.jpg?v=1667901998 768w\" sizes=\"(max-width: 858px) 100vw, 858px\" \/><\/p>\n<p>This can be done by running the following commands in a terminal:<\/p>\n<p>sudo add-apt-repository ppa:nilarimogard\/webupd8<br \/>\nsudo apt update<br \/>\nsudo apt install woeusb<\/p>\n<p>Once WoeUSB is installed, the following command can be used to create the bootable USB:<\/p>\n<p>woeusb &#8211;device \/path\/to\/windows.iso \/dev\/sdb<\/p>\n<p>Replace \/path\/to\/windows.iso with the path to the Windows ISO file and \/dev\/sdb with the device name of the USB drive.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Method_3_Create_bootable_Windows_10_USB_on_Ubuntu_using_Ventoy\"><\/span>Method 3: Create bootable Windows 10 USB on Ubuntu using Ventoy<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Ventoy is an open source tool that allows you to create a bootable USB with multiple operating systems. You can use Ventoy to create a multi-boot USB, a persistent Linux live USB, or a bootable Windows USB.<\/p>\n<p>Here are the steps to create a bootable Windows 10 USB using Ventoy:<\/p>\n<p>1. Download Ventoy from <a target=\"_blank\" href=\"https:\/\/www.ventoy.net\/en\/download.html\" rel=\"nofollow\">https:\/\/www.ventoy.net\/en\/download.html<\/a> and extract the files to a folder on your computer.<\/p>\n<p>2. Connect your USB drive to your computer and open the Ventoy folder.<\/p>\n<p>3. Copy all the files from the Ventoy folder to your USB drive.<\/p>\n<p>4. Download the Windows 10 ISO from Microsoft and copy it to the Ventoy folder on your USB drive.<\/p>\n<p>5. Rename the Windows 10 ISO to \"<strong>ventoy.iso<\/strong>\".<\/p>\n<p>6. Boot from your USB drive and select the \"<strong>Ventoy<\/strong>\" option. Ventoy will detect the Windows 10 ISO and allow you to install it on your computer.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"In_Conclusion\"><\/span>In Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><span data-offset-key=\"do6f6-101-0\">Inst<\/span><span data-offset-key=\"do6f6-102-0\">alling<\/span><span data-offset-key=\"do6f6-103-0\"> Windows<\/span><span data-offset-key=\"do6f6-104-0\"> 10<\/span><span data-offset-key=\"do6f6-105-0\"> on<\/span><span data-offset-key=\"do6f6-106-0\"> your<\/span><span data-offset-key=\"do6f6-107-0\"> Linux<\/span><span data-offset-key=\"do6f6-108-0\"> computer<\/span><span data-offset-key=\"do6f6-109-0\"> doesn<\/span><span data-offset-key=\"do6f6-110-0\">&#8216;t<\/span><span data-offset-key=\"do6f6-111-0\"> have<\/span><span data-offset-key=\"do6f6-112-0\"> to<\/span><span data-offset-key=\"do6f6-113-0\"> be<\/span><span data-offset-key=\"do6f6-114-0\"> complicated<\/span><span data-offset-key=\"do6f6-115-0\">.<\/span><span data-offset-key=\"do6f6-116-0\"> You<\/span><span data-offset-key=\"do6f6-117-0\"> can<\/span><span data-offset-key=\"do6f6-118-0\"> create<\/span><span data-offset-key=\"do6f6-119-0\"> a<\/span><span data-offset-key=\"do6f6-120-0\"> boot<\/span><span data-offset-key=\"do6f6-121-0\">able<\/span><span data-offset-key=\"do6f6-122-0\"> Windows<\/span><span data-offset-key=\"do6f6-123-0\"> 10<\/span><span data-offset-key=\"do6f6-124-0\"> USB<\/span><span data-offset-key=\"do6f6-125-0\"> and<\/span><span data-offset-key=\"do6f6-126-0\"> install<\/span><span data-offset-key=\"do6f6-127-0\"> it<\/span><span data-offset-key=\"do6f6-128-0\"> without<\/span><span data-offset-key=\"do6f6-129-0\"> any<\/span><span data-offset-key=\"do6f6-130-0\"> difficulties<\/span><span data-offset-key=\"do6f6-131-0\">.<\/span> <span data-offset-key=\"do6f6-133-0\"> But<\/span><span data-offset-key=\"do6f6-134-0\"> if<\/span><span data-offset-key=\"do6f6-135-0\"> you<\/span><span data-offset-key=\"do6f6-136-0\"> want<\/span><span data-offset-key=\"do6f6-137-0\"> to<\/span><span data-offset-key=\"do6f6-138-0\"> avoid<\/span><span data-offset-key=\"do6f6-139-0\"> any<\/span><span data-offset-key=\"do6f6-140-0\"> complexities<\/span><span data-offset-key=\"do6f6-141-0\">,<\/span><span data-offset-key=\"do6f6-142-0\"> a<\/span><span data-offset-key=\"do6f6-143-0\"> boot<\/span><span data-offset-key=\"do6f6-144-0\">able<\/span><span data-offset-key=\"do6f6-145-0\"> Windows<\/span><span data-offset-key=\"do6f6-146-0\"> 10<\/span><span data-offset-key=\"do6f6-147-0\"> USB<\/span><span data-offset-key=\"do6f6-148-0\"> is<\/span><span data-offset-key=\"do6f6-149-0\"> what<\/span><span data-offset-key=\"do6f6-150-0\"> you<\/span><span data-offset-key=\"do6f6-151-0\">&#8216;re<\/span><span data-offset-key=\"do6f6-152-0\"> looking<\/span><span data-offset-key=\"do6f6-153-0\"> for<\/span><span data-offset-key=\"do6f6-154-0\">.\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu is a free and open source operating system that is popular among many computer users. Many people choose to use Ubuntu as their primary operating system, and as a result, it is not uncommon to need to create a bootable USB drive for Windows 10 on Ubuntu. Luckily, doing this is not as difficult [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create Windows 10 Bootable USB on Ubuntu<\/title>\n<meta name=\"description\" content=\"A Windows 10 bootable USB can be created on Ubuntu in a few simple steps. This can be useful if you need to install or reinstall Windows 10 on your computer.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create Windows 10 Bootable USB on Ubuntu\" \/>\n<meta property=\"og:description\" content=\"A Windows 10 bootable USB can be created on Ubuntu in a few simple steps. This can be useful if you need to install or reinstall Windows 10 on your computer.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\" \/>\n<meta property=\"og:site_name\" content=\"SYSGEEKER\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-27T10:21:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2022\/09\/woeusb_img.jpg\" \/>\n<meta name=\"author\" content=\"Ethan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ethan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#organization\",\"name\":\"SYSGEEKER\",\"url\":\"https:\/\/www.sysgeeker.com\/blog\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2024\/03\/logo-1.png\",\"contentUrl\":\"https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2024\/03\/logo-1.png\",\"width\":27,\"height\":32,\"caption\":\"SYSGEEKER\"},\"image\":{\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#website\",\"url\":\"https:\/\/www.sysgeeker.com\/blog\/\",\"name\":\"SYSGEEKER\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sysgeeker.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\",\"url\":\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\",\"name\":\"How to Create Windows 10 Bootable USB on Ubuntu\",\"isPartOf\":{\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#website\"},\"datePublished\":\"2022-09-27T10:21:00+00:00\",\"dateModified\":\"2022-09-27T10:21:00+00:00\",\"description\":\"A Windows 10 bootable USB can be created on Ubuntu in a few simple steps. This can be useful if you need to install or reinstall Windows 10 on your computer.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sysgeeker.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create Windows 10 Bootable USB on Ubuntu\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\"},\"author\":{\"name\":\"Ethan\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/person\/664e46503e85d8c801422c31e9a06f02\"},\"headline\":\"How to Create Windows 10 Bootable USB on Ubuntu\",\"datePublished\":\"2022-09-27T10:21:00+00:00\",\"dateModified\":\"2022-09-27T10:21:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html\"},\"wordCount\":913,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#organization\"},\"articleSection\":[\"Windows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/person\/664e46503e85d8c801422c31e9a06f02\",\"name\":\"Ethan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/76ba51202f70d3d00fe8ba074bfe4f5c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/76ba51202f70d3d00fe8ba074bfe4f5c?s=96&d=mm&r=g\",\"caption\":\"Ethan\"},\"url\":\"https:\/\/www.sysgeeker.com\/blog\/author\/ethan\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create Windows 10 Bootable USB on Ubuntu","description":"A Windows 10 bootable USB can be created on Ubuntu in a few simple steps. This can be useful if you need to install or reinstall Windows 10 on your computer.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html","og_locale":"en_US","og_type":"article","og_title":"How to Create Windows 10 Bootable USB on Ubuntu","og_description":"A Windows 10 bootable USB can be created on Ubuntu in a few simple steps. This can be useful if you need to install or reinstall Windows 10 on your computer.","og_url":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html","og_site_name":"SYSGEEKER","article_published_time":"2022-09-27T10:21:00+00:00","og_image":[{"url":"https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2022\/09\/woeusb_img.jpg"}],"author":"Ethan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ethan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.sysgeeker.com\/blog\/#organization","name":"SYSGEEKER","url":"https:\/\/www.sysgeeker.com\/blog\/","sameAs":[],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2024\/03\/logo-1.png","contentUrl":"https:\/\/www.sysgeeker.com\/blog\/wp-content\/uploads\/2024\/03\/logo-1.png","width":27,"height":32,"caption":"SYSGEEKER"},"image":{"@id":"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"WebSite","@id":"https:\/\/www.sysgeeker.com\/blog\/#website","url":"https:\/\/www.sysgeeker.com\/blog\/","name":"SYSGEEKER","description":"","publisher":{"@id":"https:\/\/www.sysgeeker.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sysgeeker.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html","url":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html","name":"How to Create Windows 10 Bootable USB on Ubuntu","isPartOf":{"@id":"https:\/\/www.sysgeeker.com\/blog\/#website"},"datePublished":"2022-09-27T10:21:00+00:00","dateModified":"2022-09-27T10:21:00+00:00","description":"A Windows 10 bootable USB can be created on Ubuntu in a few simple steps. This can be useful if you need to install or reinstall Windows 10 on your computer.","breadcrumb":{"@id":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sysgeeker.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Create Windows 10 Bootable USB on Ubuntu"}]},{"@type":"Article","@id":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html#article","isPartOf":{"@id":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html"},"author":{"name":"Ethan","@id":"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/person\/664e46503e85d8c801422c31e9a06f02"},"headline":"How to Create Windows 10 Bootable USB on Ubuntu","datePublished":"2022-09-27T10:21:00+00:00","dateModified":"2022-09-27T10:21:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html"},"wordCount":913,"commentCount":0,"publisher":{"@id":"https:\/\/www.sysgeeker.com\/blog\/#organization"},"articleSection":["Windows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.sysgeeker.com\/blog\/how-to-create-windows-10-bootable-usb-on-ubuntu.html#respond"]}]},{"@type":"Person","@id":"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/person\/664e46503e85d8c801422c31e9a06f02","name":"Ethan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sysgeeker.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/76ba51202f70d3d00fe8ba074bfe4f5c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/76ba51202f70d3d00fe8ba074bfe4f5c?s=96&d=mm&r=g","caption":"Ethan"},"url":"https:\/\/www.sysgeeker.com\/blog\/author\/ethan"}]}},"_links":{"self":[{"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/posts\/338"}],"collection":[{"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/comments?post=338"}],"version-history":[{"count":3,"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/posts\/338\/revisions"}],"predecessor-version":[{"id":9124,"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/posts\/338\/revisions\/9124"}],"wp:attachment":[{"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/media?parent=338"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/categories?post=338"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sysgeeker.com\/blog\/wp-json\/wp\/v2\/tags?post=338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}