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

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #21

    I just tried Legacy and got this:

    Running Win 10 as a 'Live' OS from a USB stick.-20200717_212952.jpg
      My Computers


  2. Posts : 18,432
    Windows 11 Pro
       #22

    Are you sure you did the proper bcdboot command with the correct drive letters?
      My Computer


  3. Posts : 13,301
    Windows 10 Pro (x64) 21H2 19044.1526
       #23

    Ztruker said:
    I just tried Legacy and got this:

    Running Win 10 as a 'Live' OS from a USB stick.-20200717_212952.jpg
    Looks like my monitor (sans camera) . I haven't pulled the tape off the bezel either.
      My Computers


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

    It's a Samsung 27" C27F398 Curved Monitor. I love it though I wouldn't mind getting a 32".
      My Computers


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

    NavyLCDR said:
    Are you sure you did the proper bcdboot command with the correct drive letters?
    Thought I did. At the time I ran it, MBR partition was S: and NTFS partition was T:.

    bcdboot c:\windows /s s:

    Should I have used:

    bcdboot c:\windows /s s: /f ALL

    Now it's I: though Explorer doesn't show it.

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

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

    Doesn't say anything about EFI System partition though.
      My Computers


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

    Since you are I: and J: now it should be:
    bcdboot I:\Windows /s J: /f ALL

    You won't get an EFI System Partition because that can only be created on a GPT partitioned drive. UEFI computers will boot from any FAT32 partition that has the proper boot files in it. If you did not use the /f ALL option the first time, then you likely only wrote BIOS boot files to it, because that would be the default for an MBR drive with an Active system partition.

    I'm at 79% applying the image...
      My Computer


  7. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #27

    bcdboot I:\Windows /s J: /f ALL
    \Windows is on J:, not I:.

    C:\Users\ztruk>bcdboot J:\Windows /s I: /f ALL
    Boot files successfully created.
      My Computers


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

    Ztruker said:
    \Windows is on J:, not I:.

    C:\Users\ztruk>bcdboot J:\Windows /s I: /f ALL
    Boot files successfully created.
    My bad, you are correct.
      My Computer


  9. Posts : 18,432
    Windows 11 Pro
       #29

    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!
    Last edited by NavyLCDR; 17 Jul 2020 at 22:43.
      My Computer


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

    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?
      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 01:43.
Find Us




Windows 10 Forums