Create a bootable USB for Windows?

  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Usb Windows
AI Thread Summary
To prepare a USB bootable drive for installing Windows 10 Education on a separate HDD while running Linux on another SSD, it's recommended to install Windows first to avoid complications with boot loaders. It's crucial to back up important data before proceeding. Unplugging the Linux drive during the Windows installation can prevent potential overwriting of the Linux boot sector, as Windows tends to take control of the boot process. After installation, the boot order can be adjusted in the BIOS to select the desired operating system. For creating a bootable USB on a Mac, tools like UNetbootin can be utilized, as Rufus is not compatible with macOS. Virtualization is also suggested as an alternative to dual-booting, allowing Linux to run within Windows without affecting the existing Linux installation.
member 428835
Hi PF!

I am currently on an Intel-based mac. I have an AMD desktop currently running linux on one SSD, but this desktop also has an HDD, which I'd like to boot with Windows 10 Education (since it's free for my school).

How can I prepare a USB bootable drive so that I can use the HDD for Windows? I found a link that suggested using "Boot Camp Assistant" on mac, but its description says it helps install Windows for Intel-based devices.

Any help is greatly appreciated!
 
Computer science news on Phys.org
rbelli1 said:
The easiest way seems to be to install windows first.
I'm installing Windows on its own HDD, so wouldn't it be it's first drive?
 
You can move the Linux disk to the second (or later) port and put the Windows one on the first port. This is optional. You will have to repair the Linux boot-loader in either case.

Windows will put its boot-loader on the boot drive and install itself wherever you tell it to. I have seen the resulting system consider the boot drive "c:" and the windows install drive something else. I had this happen to me about 20 years ago on a Windows 2000 system so the details are a bit fuzzy. The system worked normally even though c: was empty except for the swapfile.

This may be different in newer Windows versions. I haven't had need to install on anything other than the first drive since then. The fact that windows will not be able to interpret the file system on the Linux drive will make things even weirder. Windows should be able to sort itself out regardless.

Then you need to follow the link in the pcworld article to repair your bootloader. Make sure to build the appropriate repair CD/USB stick before installing Windows.

BoB
 
Or you could just change the boot order of your disks and just pop into the Bios Boot menu and choose the alternate drive whenever you want to boot into the alternate OS.

Installing Windows 10 onto a USB will be very slow due to it's size, if you want to go down this route you are better off installing Linux onto the USB drive.
 
That's virtualising the Linux install. There are numerous virtualisation programs out there that will let you emulate another OS inside Windows.
 
MikeeMiracle said:
Or you could just change the boot order of your disks and just pop into the Bios Boot menu and choose the alternate drive whenever you want to boot into the alternate OS.
Yes, this is exactly what I want to do.

MikeeMiracle said:
Installing Windows 10 onto a USB will be very slow due to it's size, if you want to go down this route you are better off installing Linux onto the USB drive.
Yea, I had Linux on the USB, but I have a lot of programs on Linux now and I can't risk uninstalling Linux and wiping it. Is there any risk losing my Linux build if I boot Windows from a USB onto a completely separate hard drive?
 
Can't you just unplug the linux drive during the install and then adjust the boot order (in bios) to find the appropriate drive first when you plug it back?
 
  • Like
Likes sysprog and member 428835
  • #10
Windows Install looks on ALL connected drives during installation. At least earlier versions were very possesive and would, under some conditions, disable/wipe-out other OS's and/or other versions of windows. It absolutely takes over the boot sector on the disk, that's why the universal recommendation to install Windows first when you want an additional OS.

Be safe. Unless doing a Windows 'Upgrade' install, unplug other drives.

Cheers,
Tom
 
  • Like
Likes member 428835, hutchphd and sysprog
  • #11
Thanks for the help everyone! I successfully installed windows and unplugged the SSD while doing so! Thanks for the tip!
 
  • Like
Likes Tom.G, hutchphd and sysprog
  • #12
As far as i know,a software called Refus is able to make a bootable USB for Windows.but you are working on Mac,i don't know if it work for Mac.
 
  • #13
samy65 said:
As far as i know,a software called Refus is able to make a bootable USB for Windows.but you are working on Mac,i don't know if it work for Mac.
Rufus doesn't support Mac,next this tool i will talk about can make a bootable USB on Mac,this is a recommendation from an experienced friend.
 
  • Like
Likes sysprog
  • #14
samy65 said:
Rufus doesn't support Mac,next this tool i will talk about can make a bootable USB on Mac,this is a recommendation from an experienced friend.
I didn't see that @joshmccraney said anything about a Mac, but either way, the UUByte product that your link leads to is a good product, but only a trial version is available free ##-## UNetbootin (from https://habitlab.stanford.edu/) will do the job and is available for free download in Windows and Mac versions here: https://unetbootin.github.io/
 
Back
Top