Windows 10: can i install windows 10 onto a usb

Discus and support can i install windows 10 onto a usb in Windows 10 Installation and Upgrade to solve the problem; I want to know if it is possible to install windows 10 onto a usb drive so that i can boot to it instead of a hard drive 54887 Discussion in 'Windows 10 Installation and Upgrade' started by fafard, Jun 29, 2016.

  1. fafard Win User

    can i install windows 10 onto a usb


    I want to know if it is possible to install windows 10 onto a usb drive so that i can boot to it instead of a hard drive

    :)
     
    fafard, Jun 29, 2016
    #1
  2. AndyQY Win User

    Can I Install the Windows 10 Upgrade onto a Windows 7 RAID configured PC?

    Hello I was looking to upgrade to windows 10. My PC has Windows 7 home edeition and is I believe RAID 0 Configured. I have never installed a copy of windows in a RAID configurement before.

    My Question is will the installation of Windows 10 take care of things automatically or is there something I would need to do

    Thank you
     
    AndyQY, Jun 29, 2016
    #2
  3. Can I Install the Windows 10 Upgrade onto a Windows 7 RAID configured PC?

    Hi,

    Thank you for your interest in Windows 10.

    I suggest you to post your query at Microsoft® TechNet Forums
    where we have experts in RAID configured computers:

    Technet forums - Windows 10 IT Pro

    Please do let us know if you need further assistance, we’ll be glad to assist you
     
    Giridhar J, Jun 29, 2016
    #3
  4. can i install windows 10 onto a usb

    I believe it is called WindowsToGo, but I haven't ever ready that it works well.
     
    DeaconFrost, Jun 29, 2016
    #4
  5. ARC
    Arc Win User
  6. fafard Win User
    WOW, fast response and thank you I will try it.
     
    fafard, Jun 29, 2016
    #6
  7. cereberus Win User
    cereberus, Jun 30, 2016
    #7
  8. NavyLCDR New Member

    can i install windows 10 onto a usb

    Yep! Just now added Windows 7 to my USB hard drive. It has Windows 10 Pro 64-bit, Windows 10 Home 32-bit. And Windows 7 Home Premium 64-bit is finishing up installing after the reboot into Windows 7. It's not the fastest in the world, but it is pretty cool!
     
    NavyLCDR, Jun 30, 2016
    #8
  9. cereberus Win User
    How have you installed multiple versions?
     
    cereberus, Jun 30, 2016
    #9
  10. NavyLCDR New Member
    Separate partitions on the USB hard drive.
     
    NavyLCDR, Jun 30, 2016
    #10
  11. cereberus Win User
    I was not clear - are these each legacy bios installs ie only need one partition each and how do you select which one to boot?
     
    cereberus, Jun 30, 2016
    #11
  12. NavyLCDR New Member
    Yes, it is set up as MBR and legacy booting. I used the WinToUSB program. I made 3 partitions. Part 1 was the "system" partition to hold the boot files, set as active. Partition 2 was for Windows 10 Pro 64-bit. Partition 3 was for Windows 10 Home 32-bit. The first install went as expected, selected Part 1 for the system partition for the boot files, partition 2 to install the OS to.

    Then when I tried to install the second OS, I originally tried the same thing, Part 1 as the system partition and part 3 to install the OS to. WinToUSB complained that there was already an OS installed. So I changed it to part 3 for both the system partition and the OS partition, and that went fine, but that set part 3 as active.

    I then manually changed back to part 1 as the active partition. Booted it into Windows 10 Pro, and used BCDBOOT command to add the Windows 10 Home 32-bit to the boot menu.

    I was then going to do the same thing to add Windows 7 to a 4th partition in exactly the same way, and I actually got it installed, added to the boot menu, and booted into it, but after I created a user account Windows 7 complained about not starting the login server and could load user profile. I didn't really want to mess with it too much, so I just scrapped the idea of adding Windows 7 to it.
     
    NavyLCDR, Jun 30, 2016
    #12
  13. cereberus Win User

    can i install windows 10 onto a usb

    Ah I see that now. Thanks for this - I wonder if it would be possible with UEFI - I shall have to experiment now you have given me the basic idea☺.

    Actually, your approach would make a neat tutorial.
     
    cereberus, Jun 30, 2016
    #13
  14. fdegrove Win User
    Hi,

    If by special wintogo drive you understand a flash drive that is seen by W10 as a disk as opposed to the typical removable sticks and provided it's pretty fast (say read/rite well over 300mb/s) then it will work as a wintogo drive.
    Most manufacturers that offer certified Wintogo usb drives sell these for silly money and some aren't even all that fast either.

    Mine is a MushkinVentura Ultra 120Gb which is probably the fastest you can get and it's not overly expensive.

    Wintogo comes with some restrictions though. No hibernation or sleep modus, for instance. Plus you must shutdown the system before you can unplug it.
    The advantage is that if its installed to both support bios and UEFI then you can plug it in on most computers and it should still work just fine.

    If TS only wants to boot from a usb stick without it having windows installed on it then that's something else altogether.

    Cheers, *Wink
     
    fdegrove, Jun 30, 2016
    #14
  15. cereberus Win User
    I managed to do the same with UEFI. If anything it is slightly simpler as you do not have to mark partitions active.

    It took me a while to get the bcdboot syntax correct, and struggled until I realised I had to boot to a Winpe environment but go there.

    Basic steps

    1) partition hard drive using script like this

    rem == CreatePartitions-UEFI.txt ==
    rem == These commands are used with DiskPart to
    rem create two partitions needed for wintousb
    rem for a UEFI/GPT-based PC.
    rem ============
    rem adjust disk number to suit eg if one internal drives most likely n=1, 2 drives n=2 etc
    rem use list disk first
    rem WARNING if you do not get this right you could wipe wrong disk
    select disk 2
    clean
    convert gpt
    create partition efi size=360
    format quick fs=fat32 label="System"
    assign letter=S
    rem == Create the Windows partition ==========
    create partition primary
    format quick fs=ntfs label="Windows"
    assign

    2) install windows (10 in my case) using wintousb 3.0

    3) shrink windows partition from disk management and create new partition and initialsie an ntfs volume (could have done it in diskpart but then I would have had to mess around with sizes)

    4) install next windows (8 in my case) in new partition overwriting EFI partition

    5) boot from win 10 usb drive, get to command prompt and use bcdboot command to add first OS boot entry back (which was overwritten).

    I then went all round the houses doing adding virtual hard drives as well which also worked.

    Once I worked out steps and syntax of commands, it worked very well.
     
    cereberus, Jul 1, 2016
    #15
Thema:

can i install windows 10 onto a usb

Loading...
  1. can i install windows 10 onto a usb - Similar Threads - install onto usb

  2. I downloaded a windows iso file from Chromebook onto USB. Is it bootable? Can I install...

    in Windows 10 Gaming
    I downloaded a windows iso file from Chromebook onto USB. Is it bootable? Can I install...: I have a possibly infected windows computer and I also have a Google Chromebook. I wanted to make a bootable USB with Windows Media Creator, but on the Chromebook, you can't do that, all you can get is an ISO file onto the USB. So, I downloaded a windows ISO file from my...
  3. I downloaded a windows iso file from Chromebook onto USB. Is it bootable? Can I install...

    in Windows 10 Software and Apps
    I downloaded a windows iso file from Chromebook onto USB. Is it bootable? Can I install...: I have a possibly infected windows computer and I also have a Google Chromebook. I wanted to make a bootable USB with Windows Media Creator, but on the Chromebook, you can't do that, all you can get is an ISO file onto the USB. So, I downloaded a windows ISO file from my...
  4. I downloaded a windows iso file from Chromebook onto USB. Is it bootable? Can I install...

    in Windows 10 Installation and Upgrade
    I downloaded a windows iso file from Chromebook onto USB. Is it bootable? Can I install...: I have a possibly infected windows computer and I also have a Google Chromebook. I wanted to make a bootable USB with Windows Media Creator, but on the Chromebook, you can't do that, all you can get is an ISO file onto the USB. So, I downloaded a windows ISO file from my...
  5. I can install windows onto an ssd but can’t boot it

    in Windows 10 Software and Apps
    I can install windows onto an ssd but can’t boot it: Hello there, I’ve been having an issue with my pc for the past week and I’ve been doing everything I can to fix it, but no luck. I was originally having issues with a logonUI error. I eventually had to use a friends MacBook to create a new windows install media because I...
  6. I can install windows onto an ssd but can’t boot it

    in Windows 10 Installation and Upgrade
    I can install windows onto an ssd but can’t boot it: Hello there, I’ve been having an issue with my pc for the past week and I’ve been doing everything I can to fix it, but no luck. I was originally having issues with a logonUI error. I eventually had to use a friends MacBook to create a new windows install media because I...
  7. How do i install windows onto a usb with a chromebook?

    in Windows 10 Ask Insider
    How do i install windows onto a usb with a chromebook?: Basically what i said in the title is what i need help with. Please and thanks! submitted by /u/keonzneedshelp [link] [comments] https://www.reddit.com/r/Windows10/comments/l4fknj/how_do_i_install_windows_onto_a_usb_with_a/
  8. Can I download windows 10 onto a USB on a Mac computer?

    in Windows 10 Ask Insider
    Can I download windows 10 onto a USB on a Mac computer?: I’m getting the Critical Process Died error and I want to reinstall Windows 10 but I don’t have another computer that runs Windows so I was wondering if I can do it from a Mac. Apologies, I’m a noob submitted by /u/bobbytostino [link] [comments]...
  9. Install Windows 10 media onto USB

    in Windows 10 Installation and Upgrade
    Install Windows 10 media onto USB: I am trying to update laptop windows 7 to 10. It failed on the laptop so I tried to update by downloading onto USB on a different computer and got this error. The USB has around 32 GB of memory and seems to be relatively new blue USB. The USB is completely empty. The laptop...
  10. Can I install Windows 7 onto a Windows 10 desktop?

    in Windows 10 Installation and Upgrade
    Can I install Windows 7 onto a Windows 10 desktop?: Hi all. I've had W10 desktop since Jan & am an extremely unhappy user. Totally dissatisfied. W10 just doesn't work for me. I've spent so much time on it. Parts of software doesn't function as it shd. I've spent more time on the MS website than before, in fact, I've hardly...