Answer the question
In order to leave comments, you need to log in
How to create a bootable win10 flash drive for gpt?
How to create a bootable Windows 10 flash drive so that Windows can be installed on a disk with gpt markup?
I tried WoeUSB but it records with msdos markup and then the installer says that you can’t install Windows. I have a gpt partitioned disk.
I use Kali Linux
Ps I have no friends with computers to ask them to make a bootable flash drive.
Pps or maybe you can write the installer to a separate partition and start the installation from it? If so, how?
Answer the question
In order to leave comments, you need to log in
Make a separate partition in kali, write windows to a USB flash drive and from it put Windows into the created partition.
to support uefi, the flash drive must be formatted in fat 32
And then the contents of iso should be thrown onto the flash drive
Solution for MAC OS
diskutil list
will show the current devices. find the flash drive there,
unmount it (for example, if the flash drive is /dev/disk2)
diskutil unmountDisk /dev/disk2
then issue the dd command to send the image to the disk
dd if=./backup_pi.v2.dd of=/dev/disk2 bs=1m
will be long run; to understand the status, enter
CTRL + T - it will show the status
if you need to create an image from a flash drive. being in the correct folder..
dd if=/dev/disk2 of=./backup.v2.dd bs=1m
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question