Running Win 10 as a 'Live' OS from a USB stick.

Page 4 of 5 FirstFirst ... 2345 LastLast

  1. Posts : 18,432
    Windows 11 Pro
       #31

    Ztruker said:
    Okay, I'll go through it again tomorrow, I'm getting sleepy now, but it looks the same as what I've already done.

    What are your UEFI Setup settings?
    Secure boot, csm?
    Secure boot is enabled (on), CSM is disabled (off).
      My Computer


  2. Posts : 11,247
    Windows / Linux : Arch Linux
       #32

    NavyLCDR said:
    Here's my entire creation sequence:

    Code:
    C:\Windows\system32>diskpart
    
    Microsoft DiskPart version 10.0.19041.1
    
    Copyright (C) Microsoft Corporation.
    On computer: JOHN-LAPTOP
    
    DISKPART> lis dis
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          476 GB      0 B        *
      Disk 1    Online          476 GB      0 B        *
      Disk 2    Online           28 GB      0 B
    
    DISKPART> sel dis 2
    
    Disk 2 is now the selected disk.
    
    DISKPART> clean
    
    DiskPart succeeded in cleaning the disk.
    
    DISKPART> convert mbr
    
    DiskPart successfully converted the selected disk to MBR format.
    
    DISKPART> cre par pri size=100
    
    DiskPart succeeded in creating the specified partition.
    
    DISKPART> format fs=fat32 quick
    
      100 percent completed
    
    DiskPart successfully formatted the volume.
    
    DISKPART> active
    
    DiskPart marked the current partition as active.
    
    DISKPART> assign letter=s
    
    DiskPart successfully assigned the drive letter or mount point.
    
    DISKPART> cre par pri
    
    DiskPart succeeded in creating the specified partition.
    
    DISKPART> for fs=NTFS quick
    
      100 percent completed
    
    DiskPart successfully formatted the volume.
    
    DISKPART> assign letter=t
    
    DiskPart successfully assigned the drive letter or mount point.
    
    DISKPART> exit
    
    Leaving DiskPart...
    
    C:\Windows\system32>DISM.exe /Apply-Image /ImageFile:F:\sources\install.wim /Index:10 /ApplyDir:T:\ /compact
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Applying image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>bcdboot T:\Windows /s S: /f ALL
    Boot files successfully created.
    Now let's see if this baby boots!

    Yep it booted into it! I'm using a USB 3 flash drive plugged into an adapter which is plugged into a USB C port. It really isn't all that slow for a flash drive!
    Hi there
    Works even faster if you use an SSD drive connected to USB3 / USBC via SATA->USB3 or USBC adapter depending on your Computer ports

    Makes a useful "Windows to GO" system (Freebie) -- watch out for activation though if you use it on another machine.

    Using MBR is the most flexible if your machine gives the possibility to boot MBR.

    Cheers
    jimbo
      My Computer


  3. Posts : 18,432
    Windows 11 Pro
       #33

    jimbo45 said:
    Using MBR is the most flexible if your machine gives the possibility to boot MBR.

    Cheers
    jimbo
    Any/all computers will boot from an MBR drive.
      My Computer


  4. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #34

    Turns out my 32GB flash drive is USB 2.0. I'm rebuilding it following your steps just to see if it works. I know it will be excruciatingly slow but want to verify the process. I just ordered a set of 5 32GB USB 3.0 flash drives from Amazon. Should have them Monday afternoon then I go through it one more time.

    Edit: Sent them back and ordered 3 Sandisk Ultra 32GB USB 3.0 flash drives/ They are supposed to have up to 150Mbps, we'll see.
    Last edited by Ztruker; 25 Jul 2020 at 23:23.
      My Computers


  5. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #35

    I took your creation steps and modified a batch file @hsehestedt wrote to create a bootable flash drive for unattended install from a flash drive. Works pretty good. Mount the WIM or ESD based ISO then run the batch file and it does all the diskpart, dism and bcdboot commands (after showing you what it's going to do and letting you choose to proceed or not).

    Just used it to make a 32GB Sandisk Ultra (brand new) flash and it works but it's slow. Took 50 minutes to build the flash drive then 15 to 20 minutes for the first couple boots to go thorough OOBE and complete setup. Like you mentioned, it was activated when it was done.

    Only a little over 6GB left of the 32GB flash drive once I turned off hibernate.

    Here is the batch file if you want to look at it or give it a try: initWin10ToGoflash.bat
      My Computers


  6. Posts : 18,432
    Windows 11 Pro
       #36

    An SSD connected via USB 3.0 is mucho faster! The method to create the "Windows To Go" is exactly the same.
      My Computer


  7. Posts : 69
    Windows 10 PRO
       #37

    Win 10 Live


    If you have a desktop PC the easiest way is once you have a Windows installation USB is to disconnect the hard drive in your PC. Boot up from the Windows USB and install on another USB. Saves all that technical messing about. If you have a laptop, of course, some drives are hidden in the bowels of the earth. Luckily I have a Lenovo, two screws and the drive and memory are easy to change.
      My Computers


  8. Posts : 18,432
    Windows 11 Pro
       #38

    I find running a few commands in command prompt to be much easier than disconnecting drives.
      My Computer


  9. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #39

    I thought I would try this on my Toshibo Canvio 1TB external HDD but just ran into a strange problem.

    The drive does not show up in File Explorer, but if I enter I:\ in the address area then it gets displayed okay.

    Disk Management showing the drive.
    Running Win 10 as a 'Live' OS from a USB stick.-toshiba-1.jpg

    File Explorer not showing the drive
    Running Win 10 as a 'Live' OS from a USB stick.-toshiba-2.jpg

    Minitool Partition Wizard after I merged the 101MB partition into the larger I: partition and removed Active
    Running Win 10 as a 'Live' OS from a USB stick.-toshiba-3.jpg

    File Explorer showing the drive after I entered I:\in the Address bar
    Running Win 10 as a 'Live' OS from a USB stick.-toshiba-4.jpg

    Any ideas? I've had this problem for awhile now but thought it was only with flash drives. Now I see it woth a USB external HDD.
      My Computers


  10. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #40

    Hmmm, I went into Disk Management and changed the assigned driver letter from I: to J: and now it shows up in File Explorer.
    No idea what is going on but I can live with that.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:15.
Find Us




Windows 10 Forums