I installed Ubuntu a month ago, then decided to reinstall Windows 10. I tried copying files from ISO to a FAT32 formatted USB flash drive, making this with woeusb and unetbootin, adding flags. After making the Windows bootable USB with unetbootin, the USB flash drive starts, but the bootloader don't see windows files/gives only default option.
Asked
Active
Viewed 2,280 times
0
-
Need to use 'woeusb' to make a bootable windows USB from ubuntu. Think unetbootin does not work for making bootable windows USB in ubuntu. – crip659 Dec 27 '19 at 16:03
-
You can use woeusb in text mode (command line) to create a USB pendrive that works both in BIOS mode and UEFI mode. See this link. – sudodus Dec 27 '19 at 18:06
1 Answers
0
If your pc is UEFI, you should:
Create
NTFS
filesystem on USB's first (and single) partition,Set the partition type to 'Microsoft Basic Data`
Copy all files from ISO to USB
Reboot, enter boot menu and select USB's first partition to boot into
People usually make mistake of creating FAT32
filesystem, but in most cases it does not work since windows ISO include a bigger file than the size supported by FAT32
If your pc is not UEFI, you should use WoeUSB tool to create bootable `Windows Pendrive'

Ahmad Raza
- 76
-
Now, I need to install ubuntu, because system files is crashed xD Anyway, I will try this solution. – eloskowyGaming Dec 28 '19 at 10:45
-
-
@eloskowyGaming You can use
cfdisk
tool as well asgparted
for this purpose. Withcfdisk
usecfdisk /dev/sdaX
to open with usb. Select partition and use arrow keys to useType
option and change that. After that you shouldWrite
with write option. – Ahmad Raza Dec 31 '19 at 10:09