Answer the question
In order to leave comments, you need to log in
How to burn Windows to a Linux flash drive?
I have a Lenovo s330 laptop. Linux Mint 20.1 installed. There is an MSDN image of Windows 10 Pro. Task: write Windows from Linux to a USB 3.0 flash drive.
Problem: despite the fact that the flash drive is visible in the BIOS, booting from it does not happen in any way.
What has already been done: tried various ways to write to a USB flash drive (including from a computer on Windows via Rufus), various programs such as WoeUSB, UNetbootin, etc .; formatting the flash drive in NTFS, GPT / MBR partition, in BIOS all settings in terms of Legacy or EUFI, security boot, etc. are checked, LAN Boot (bug lenovo) is not disabled; dozens of different images were also tested, the result is unchanged.
The most interesting thing is that the flash drive with the recorded Linux loads without any problems.
So, what could be the problem?
Answer the question
In order to leave comments, you need to log in
In UEFI mode, it is enough to copy the contents of the ISO image to a USB flash drive formatted with FAT32, and everything should work, since the BIOS will look for the EFI directory in the root of the flash drive and then boot ...
But in legacy mode, when a boot sector is needed, nuances may arise. For example, on older machines, I could not boot from flash drives larger than 8GB. There may also be problems if the flash drive is connected via a card reader (for example, it is a memory card).
In special cases (when the BIOS has a menu item something like boot from usb cdrom), it was possible to create a working bootable flash drive by simply copying the image sector-by-sector using dd, so try it.
ps you can boot into windows installer by booting into linux grub first (you say there are no problems with linux), press C to enter grub command mode
ls(hd0,1)/
set root=(hd0,1)
chainloader +1
boot
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question