Windows 10: Create Free Windows to Go system on ext USB/SSD disks (UEFI system)

Discus and support Create Free Windows to Go system on ext USB/SSD disks (UEFI system) in Windows 10 Installation and Upgrade to solve the problem; Hi folks Don't pay any money for software to create Windows systems that run entirely from bootable USB external devices. I'm talking here also of a... Discussion in 'Windows 10 Installation and Upgrade' started by jimbo45, Nov 2, 2020.

  1. jimbo45 Win User

    Create Free Windows to Go system on ext USB/SSD disks (UEFI system)


    Hi folks

    Don't pay any money for software to create Windows systems that run entirely from bootable USB external devices.

    I'm talking here also of a Normal Windows running system (like a live Linux distro) that reboots and runs completely from the external device even if all internal devices are hosed up -- quite different from an "installation drive" or a VIBOOT system.

    Note thanks to @NavyLCDR who suggested the method. It's easy enough as always when you know how but the commands can be a bit off putting when you first try them.

    Pre-reqs - -- preferably an SSD connected to a USB 3/3.1/USBC connector via SATA->USB adapter. USB2 works but with USB3 and above and a decent SSD type device the performance will be almost as good as Native (and certainly better if the internal OS is running on a "spinner" type HDD).

    You will also need a Windows install ISO - get either from UUPDUMP or MCT tool and of course a running version of Windows.

    Unlike Wintousb etc this method doesn't nag to "keep USB plugged in" --it doesn't even know that it's running on a USB device and windows can be updated to newer versions without any problem -- I find using this much better than continually updating a Windows "internal" drive. Having say some spare USB's over you can make several Windows versions to play and test with.

    One restriction - this method gives you a "Clean install" - there might be a method to create a wim image of current system but that's beyond my skill set yet - maybe someone can add it to this thread. Note - simply restoring a macrium image from your current system to this type of system won't work (or I can't make it work).

    so assuming you have the Windows iso and a spare ssd external USB drive

    target Windows partition -> drive W
    target EFI partition -> drive S
    Source windows iso image drive Q

    i've put quotes around the dism commands to stop "smiley's" being generated in the command lines.

    1) create EFI partition

    in administrator mode : -- diskpart,list disk select disk nn clean convert gpt, create partition efi size 250
    format fs=fat32
    assign letter=S

    2) create Windows target partition -- still in diskpart create partition primary, format fs=ntfs quick
    assign letter=W, exit

    3) mount the windows iso -- simply click on the iso with file explorer -- will mount - here I assume it's Q

    4) you might have more than one windows image on the iso - especially if you created the iso from UUPDUMP so you need to display what windows versions are on the iso image :

    "dism /Get-WimInfo /WimFile:Q:\sources\install.wim"
    in my case it shows that windows for workstations has index 2 so that's the version I'll use on WTG drive

    5) use dism to get the image on to the target drive

    "dism /Apply-Image /ImageFile:Q:\sources\install.wim /Index:2 /ApplyDir:W:"

    On a decent SSD could take around 10 mins for this step

    5) now create the boot entry on the target drive in the UEFI :

    W:\Windows\System32\bcdboot W:\Windows /f UEFI /s S:

    note - you must run this command using the program from the image copied to the target Windows drive--not your running Windows system or the mounted iso.

    Now all done -- simply re-boot your external Windows to Go drive - install and update at will.

    Have fun

    thanks again @NavyLCDR and if anybody knows how to modify this to use the running OS so it's more of an update than clean install please post.

    Cheers
    jimbo

    :)
     
    jimbo45, Nov 2, 2020
    #1
  2. topgundcp Win User

    Transfer System disk image to SSD


    Here's my suggestion: Connect the SSD to the PC.

    1. Download: Macrium Reflect Free and install then run.
      IMPORTANT: click on the 1st icon on the top left to create a Macrium Rescue disk (using USB or DVD)
    2. Open Disk Management and make sure the SSD is disk 1.
      From Admin Command, type:
      diskpart
      select disk 1
      clean
      exit
      exit
    3. From Macrium, The disk with Windows currently running will have the partitions as shown in your screen shot above. Click on Clone this disk...
      A Windows popup, click on select a disk to clone to...
      Click on the SSD
    4. Select the 100MB "System Reserved", drag and drop to the destination (SSD)
    5. Select the 60GB "C Drive", drag and drop to the destination(SSD) next to the System Reserved
    6. Click Next->Finish
    7. Once done, shutdown, disconnect the HD and connect the SSD Only
    8. Boot up with the Macrium Rescue disk created in step 1.
    9. Once booted, click on "Fix Windows boot problems" and follow the instruction to complete.
    10. Remove the Rescue disk and reboot.
     
    topgundcp, Nov 2, 2020
    #2
  3. Install Windows 10 using UEFI bootable USB thumb drive

    You need to go into you system bios and select allow uefi usb drive. Then add the UEFI usb drive to the boot menu

    better way to partition aand create an bootable usb.

    For the UEFI system, we can use these steps to create the bootable USB:

    1.Locate a 4GB or larger USB flash drive

    2.Open Diskpart and run the following command cmd admin type diskpart

    • Type DiskPart in the command prompt.
    • Type "List Disk” (make note of the disk number of the target USB drive).
    • Type "Select Disk X”, where X is the target USB drive noted in step 4.
    • Type "Clean”.
    • Type "Create Partition Primary”.
    • Type "format FS=fat32 quick”.
    • Type "Active”.
    • Type "Assign".
    • Type "Exit".

    Copy your ISO files to the drive and reboot

    never use UEFI it better to repartition and remove UEFI go with legacy bois
     
    bfvetscolakid, Nov 2, 2020
    #3
  4. Create Free Windows to Go system on ext USB/SSD disks (UEFI system)

    Unable to use System restore from a windows 10 image on Windows 7 with error: "windows cannot find a system image-the usb drive is not visible"

    Hi Otley,

    Thanks for replying to us with the status of your issue.

    As you mentioned, when you connect the USB flash drive in to the system then the System image backup is not present. It might occur if the System image files is not created properly or may be it got corrupted.

    As an initial steps I suggest you to check for the memory space in the USB flash driver.

    If the Memory is occupied in the USB flash drive the I suggest you to try running check disk on USB flash drive and check if it helps.

    Follow the below steps to perform Check Disk.


    • Press Windows + X on your keyboard.

    • Select Command Prompt (Admin).

    • Type the below commands.

      Chkdsk [drive letter]: /f /r

    Reply to us with the status of your issue, we will be happy to assist you.
     
    Santosh_Rai, Nov 2, 2020
    #4
Thema:

Create Free Windows to Go system on ext USB/SSD disks (UEFI system)

Loading...
  1. Create Free Windows to Go system on ext USB/SSD disks (UEFI system) - Similar Threads - Create Free system

  2. Error creating a system recovery disk

    in Windows 10 Software and Apps
    Error creating a system recovery disk: When trying to create a system recovery disk, I get an error stating that the media I'm using to create the recovery disk, a 700 MB CD, is too small. There is no other option for creating a recovery other than CD and I don't think they make larger capacity CDs so what's going...
  3. Error creating a system recovery disk

    in Windows 10 Installation and Upgrade
    Error creating a system recovery disk: When trying to create a system recovery disk, I get an error stating that the media I'm using to create the recovery disk, a 700 MB CD, is too small. There is no other option for creating a recovery other than CD and I don't think they make larger capacity CDs so what's going...
  4. Creating a system image on a secondary SSD

    in Windows 10 Ask Insider
    Creating a system image on a secondary SSD: I have 3 drives in my pc. C (Boot Drive), D (secondary SSD), and D (secondary SSD). I have been trying to create a system image and save it on my D drive, but for some reason I am getting a message stating that a system image cannot be saved on a drive that my computer uses...
  5. creating a system recovery disk

    in Windows 10 Installation and Upgrade
    creating a system recovery disk: Setting up windows backup; if my laptop drive dies, how do I create a disk to begin recovery process? Is cloning a better option? https://answers.microsoft.com/en-us/windows/forum/all/creating-a-system-recovery-disk/0e608ccc-c4ed-4b81-90a8-59c2d88208c9
  6. Create System Image to USB

    in Windows 10 Installation and Upgrade
    Create System Image to USB: Just got a new Dell PC with Windows 10 and I want ti create a disk image in case I need to restore my system to factory settings but do not see how I can do that to a USB drive and would appreciate your help....
  7. How Create a System Restore Disk

    in Windows 10 Installation and Upgrade
    How Create a System Restore Disk: Hi, I have a brand new computer. How do I make a system restore disk? Thank you, Eileen https://answers.microsoft.com/en-us/windows/forum/windows_10-update/how-create-a-system-restore-disk/349b769c-dba5-44ab-b219-cda007cb2ebc
  8. Weird Problem with UEFI USB System Recovery

    in Windows 10 Support
    Weird Problem with UEFI USB System Recovery: Hello everyone, I'm not sure this is the right place to post this, as I'm new in the forums. First of all, let me start by saying this problem came up when I accidentally turned off the PC while it was loading the OS. Next time I tried to start Windows, it came up with an...
  9. Converting System to UEFI to support 4TB disk

    in Windows 10 Support
    Converting System to UEFI to support 4TB disk: Just converted my systems to Windows 10. Working well, so far. I would like to install 4TB disks on a couple of the systems and understand that I need to use UEFI. Looks like my ASUS P8Z68-U GEN 3 MB supports UEFI, but I don't understand how to enable it. The other system...
  10. Booting USB installation media on a UEFI system.

    in Windows 10 Installation and Upgrade
    Booting USB installation media on a UEFI system.: It might be worth it to make a sticky referencing the Windows 7 tutorial for creating USB flash installation media, specifically the part 11 about moving the EFI files around. I have been bashing my head trying to figure out why my laptop refuses to acknowledge ANY USB Media...