Is there an Ubuntu 16.04 counterpart to these instructions ? I need to create a bootable Windows Server 2016 USB drive; since it contains file larger than 2Gb, mkusb and similar tools, which try to format the target as FAT32, fail.
unetbootin refuses to accept NTFS-formatted USB drive, either.
As far as I understand, the problem is in finding Linux counterpart for "bootsect /nt60" command, to copy Bootmgr boot sector to target USB drive.
Is it possible without actually using a Windows computer?