{"id":5022,"date":"2011-09-21T10:49:58","date_gmt":"2011-09-21T08:49:58","guid":{"rendered":"http:\/\/www.borncity.com\/blog\/2011\/09\/21\/creating-windows-8-to-go-on-a-16-gb-usb-stick\/"},"modified":"2024-10-02T12:39:48","modified_gmt":"2024-10-02T10:39:48","slug":"creating-windows-8-to-go-on-a-16-gb-usb-stick","status":"publish","type":"post","link":"https:\/\/borncity.com\/blog\/2011\/09\/21\/creating-windows-8-to-go-on-a-16-gb-usb-stick\/","title":{"rendered":"Creating Windows 8 To Go on a 16 GB USB-Stick"},"content":{"rendered":"<p>[<a href=\"https:\/\/borncity.com\/blog\/2011\/09\/21\/windows-8-to-go-auf-16-gbyte-usb-stick-erstellen\/\">German version<\/a>]<a href=\"https:\/\/web.archive.org\/web\/20240527105248\/https:\/\/borncity.com\/blog\/2011\/09\/18\/windows-8-to-go-developer-preview-selbst-gemacht\/\">Here<\/a> I have described, how to create a Windows 8 To Go installation on a USB hard disk. The solution had a few disadvantages. First of all, it requires an old Windows 8 Build (I used Portable Workspace Creator, which was removed from Build 8102). And I wasn't able to test my procedure with an 16 GB USB thumb drive,\u00a0 because the minimum is a 32 GB USB memory stick. Now I found a simpler way, to bring the Windows 8 Developer Preview as Windows 8 To Go-Version to a 16 GByte USB-Stick (work's also with USB hard disks).<\/p>\n<p><!--more--><\/p>\n<p><strong><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ssl-vg03.met.vgwort.de\/na\/85a823a8caa64e979b4cc03f569d919a\" alt=\"\" width=\"1\" height=\"1\" \/>Wrong paths \u2026<\/strong><\/p>\n<p>My first approach was, to install Windows 8 in a virtual machine, using a 16 GB virtual disk. Then I tried to clone this virtual disk to a 16 GB USB thumb drive using the Linux-Tool GParted. But I failed, because GParted terminated during copy operation with errors. The USB memory stick was bootable, but Windows 8 couldn't load.<\/p>\n<p>One other idea, I have had, was: create a 350 MB boot partition and a 2nd 5,3 GB Windows partition using GParted and format that as NTFS drives (diskpart won't support that). This approach offers the possibility to use the WAIK (Windows Automated Installation Kit)program <em>imagex.exe<\/em> to copy the Windows files to the 2nd Windows partition. But I also failed.<\/p>\n<p>At least I discussed my toughts about imagex on German forum <a href=\"http:\/\/web.archive.org\/web\/20141226115952\/http:\/\/www.winvistaside.de\/\" target=\"_blank\" rel=\"noopener\">WinVistaSide.de<\/a>. User hoschi80 cited the following from a BUILD presentation.<\/p>\n<blockquote><p>The same APIs used to deploy desktops and laptops can be used with Windows To Go<br \/>\nimagex \/apply N:\\Images\\my-windows-partition.wim 1 W:\\<br \/>\nBcdboot.exe w:\\windows \/s X: \/f ALL<\/p><\/blockquote>\n<p>After reading that cite, I rembered this arcticle, that should point to the right direction. A few hours later, user hoschi80 directs me to a second <a href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/\" target=\"_blank\" rel=\"noopener\">article<\/a>, that confirmed my thoughts.<\/p>\n<p><strong>Step by Step: Windows 8 To Go on a 16 GB USB memory stick<\/strong><\/p>\n<p>First of all, we need to boot the Windows 8 Developer Preview (for instance in a virtual machine). Then it is mandatory, to mount the ISO file of a Windows 8 Developer Preview (I have used the 32 bit version). We also need the <a href=\"http:\/\/web.archive.org\/web\/20120430174843\/http:\/\/www.microsoft.com:80\/downloads\/de-de\/details.aspx?familyid=696dd665-9f76-4177-a811-39c26d3b3b34\" target=\"_blank\" rel=\"noopener\">Windows Automated Installation Kit<\/a> (for Windows 7), because the WAIK file <em>imagex.exe <\/em>from the <em>Tools<\/em> folder is required. I have copied the recommended 32 or 64 bit version to my Windows 8 machine.<\/p>\n<p>After connecting the USB memory stick to Windows 8, we need to create a NTFS-formated primary partition on the USB memory stick. This can be done using Computer Managment-Console (branch disk management). Or you can invoke the command prompt windows using <em>Run as administrator<\/em>. Then you can use the following diskpart-commands to create the ntfs partition.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/borncity.com\/blog\/wp-content\/uploads\/2014\/01\/win8-to-go-diskpart1.jpg\" alt=\"\" width=\"627\" height=\"404\" \/><\/p>\n<p>diskpart<br \/>\nselect disk 1<br \/>\nselect partition 1<br \/>\ndelete partition<br \/>\ncreate partition primary<br \/>\nformat fs=ntfs quick<br \/>\nactive<br \/>\nexit<\/p>\n<p>You can use <em>list disk<\/em> to query all drives, and <em>list partition <\/em>shows all partitions on a drive. The <em>select<\/em> command selects the drive and the required partition. Above I used disk 1 and then I deleted an existing partition on the memory stick. Afterward I created a primary partition and formats it with ntfs. The <em>active <\/em>command made the stick bootable.<\/p>\n<p>After terminating diskpart, we need to copy Windows files to the USB thumb drive using <em>imagex.exe<\/em>. This can be done, using the following command in a administrative console window.<\/p>\n<p><em>imagex.exe \/apply d:\\sources\\install.wim 1 f:\\<\/em><\/p>\n<p>Here I launched <em>imagex.exe <\/em>from the currect directory of my Windows 8 drive. D: was the DVD drive (containing the setup media with the file <em>install.wim<\/em>)and F: was the drive letter of my USB memory stick. The number 1 defines, that only on Windows 8 edition should be copied.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/borncity.com\/blog\/wp-content\/uploads\/2014\/03\/win8-to-go-imageX.jpg\" alt=\"\" width=\"644\" height=\"332\" \/><\/p>\n<p>After copying Windows successful to the thumb drive (on my system it took nearly 3 hours to finish), we have to copy also the boot files to the media. This can be done using the following command:<\/p>\n<p><em>bcdboot.exe f:\\windows \/s f: \/f ALL<\/em><\/p>\n<p>within an administrative console windows. Drive <em>f: <\/em>is my USB memory stick. The command writes the boot files from the current Windows directory to the boot area of the target media.<\/p>\n<p>Executing the commands above sucessfully, the USB memory stick should contain the files shown below. After unmounting the USB thumb drive the media can be used to boot a system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/web.archive.org\/web\/20160122055128\/http:\/\/t85.imgup.net\/win8-to-god98e.jpg\" alt=\"\" width=\"637\" height=\"381\" \/><\/p>\n<p>To force a boot from USB memory stick (pen drive), it is required to invoke the BIOS boot menu (pressing a key like ESC, F8, F11, depends on BIOS version and vendor) and select the boot device. After selecting the USB media as boot device, Windows 8 should boot and starts configuring the system. The screen below shows the setup page to enter the computer's network name.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/web.archive.org\/web\/20160122055851\/http:\/\/f78.imgup.net\/win8-to-go723b.jpg\" alt=\"\" width=\"586\" height=\"547\" \/><\/p>\n<p>During first setup, some reboots are necessary. Keep your attention to invoke the BIOS boot menu and select USB media to boot (otherwise the OS installed on the system disk will be booted). After configuring your Windows 8 To Go, the login screen should be visible. Below is my MSI Wind 100 netbook, showing Windows 8 start screen (I have used Windows 8 To Go on a 300 MB USB 2.0 hard disk).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/web.archive.org\/web\/20160122060309\/http:\/\/z34.imgup.net\/win8ToGo107c4a.jpg\" alt=\"\" width=\"400\" height=\"418\" \/><\/p>\n<p><strong>Remarks:<\/strong> Using the steps described above brings Windows 8 Developer Preview to a 16-GB-USB thumb drive (or a USB hard disk) as Windows 8 To Go. The advantage against my 1st <a href=\"https:\/\/web.archive.org\/web\/20240527105248\/https:\/\/borncity.com\/blog\/2011\/09\/18\/windows-8-to-go-developer-preview-selbst-gemacht\/\">solution<\/a>: we don't need a Windows 8 Build containing Portable Workspace Creator, and we can keep existing partitions on a USB hard disk. The disadvantages are: We don't have a 2nd partition \"system reserved\", that is needed to set up bitlocker.<\/p>\n<p>For my tests I have had only a 16 GB USB 2.0 thumb drive. I was able to boot my system with this memory stick. But the solution wasn't really useable. Whilst I was able to use my USB 2.0 hard disk with Windows 8 To Go in a reasonable way, the USB 2.0 thumb drive took a long time to boot \u2013 more than 5 minutes &#8211; and setup the system for the first time. After entering the password in login screen, I waited 10 minutes. I could see activities on the USB thumb drive, but I still have had a black desktop with mouse pointer \u2013 and no start-screen. This is too long and I terminated my test.<\/p>\n<p><strong>Recommendation:<\/strong> If you intent do experiment a bit with Windows 8 To Go, I strongly recommend a 32 GB USB 3.0 thumb drive (or USB hard disc) and a computer with USB 3.0 support.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[German version]Here I have described, how to create a Windows 8 To Go installation on a USB hard disk. The solution had a few disadvantages. First of all, it requires an old Windows 8 Build (I used Portable Workspace Creator, &hellip; <a href=\"https:\/\/borncity.com\/blog\/2011\/09\/21\/creating-windows-8-to-go-on-a-16-gb-usb-stick\/\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[301],"tags":[81,1509],"class_list":["post-5022","post","type-post","status-publish","format-standard","hentry","category-windows","tag-usb-stick","tag-windows-8-to-go"],"_links":{"self":[{"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/posts\/5022","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/comments?post=5022"}],"version-history":[{"count":0,"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/posts\/5022\/revisions"}],"wp:attachment":[{"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/media?parent=5022"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/categories?post=5022"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/borncity.com\/blog\/wp-json\/wp\/v2\/tags?post=5022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}