Hello,
I'm trying to make a bootable USB pen with Windows 10 iso and I'm using unetbootin to do that.
I did format USB pen with fat32:
I'm trying to make a bootable USB pen with Windows 10 iso and I'm using unetbootin to do that.
I did format USB pen with fat32:
gpart destroy -F /dev/da0
gpart create -s mbr /dev/da0
gpart add -t fat32 /dev/da0
newfs_msdos -L FILES -F 32 /dev/da0s1
and then used unetbootin with Windows 10 iso but I got "Boot Error".
pkg-message says:
"If SysLinux refuses to boot with a "Boot error" message when written to a PC partition (slice), try to reformat the drive in raw (or dedicated) mode (that is, without a partition table), then reinstall things again."
How do I reformat USB drive in raw mode?
Thanks,
Nuno Teixeira
and then used unetbootin with Windows 10 iso but I got "Boot Error".
pkg-message says:
"If SysLinux refuses to boot with a "Boot error" message when written to a PC partition (slice), try to reformat the drive in raw (or dedicated) mode (that is, without a partition table), then reinstall things again."
How do I reformat USB drive in raw mode?
Thanks,
Nuno Teixeira