Mahyar Abdeetedal
  • Blog
  • Researh
    Robotic Finger Kuka Robots PhD & MSc Research
  • CV
  • Archive
    Years Tags
  • Photography
  • About Me

Create a Bootable Windows 7 or 10 USB Drive in Linux

Posted on September 20, 2019

source: https://thornelabs.net/posts/create-a-bootable-windows-7-or-10-usb-drive-in-linux.html

# fdisk /dev/sdY  

create single partition type 7 plus the bootable partition

# mkfs.ntfs -f /dev/sdY1  
# ms-sys -7 /dev/sdY  

Finally, copy the contents of the mounted Windows 7 ISO to the mounted USB drive

# mount -o loop win7.iso /mnt/iso  
# mount /dev/sdY1 /mnt/usb  
# cp -r /mnt/iso/* /mnt/usb/
Tags: Linux debian
Share: Twitter LinkedIn
  • ← Previous Post
  • Next Post →
  • RSS
  • Email me
  • GitHub
  • Twitter
  • LinkedIn
  • YouTube

Mahyar Abdeetedal  •  2025  •  etedal.net

Theme by beautiful-jekyll