1

I know that, in order to install Windows 7 on my windows 8.1 laptop, I must disable secure boot then use the diskpart command to convert my USB disk to GPT and format it as fat32.

I made every thing and succeeded...

When I tried to make this again, with a new copy of Windows 7 that is greater than 4 GB, I couldn't copy the files to my USB driver because fat32 does not support files larger than 4 GB.

What can I do to make my laptop accept NTFS file system to install this version of Windows ?

Ob1lan
  • 1,936
mina
  • 21

4 Answers4

1

The latest Rufus Version includes a free NTFS driver for EFI to use NTFS instead of FAt32 to avoid the 4GB file size limitation when creating a bootable USB thumb drive.

  • Version 2.0 (2015.03.03)

Add seamless UEFI boot of NTFS partitions, for Windows ISOs with large files (>4GB)

0

simply format your boot USB Stick with exFAT filesystem which can handle >4GB files fine and will be recognized by most UEFI (and BIOS). just tested it with a 6 year old Macbook

0

I ran into this same issue with Windows 7 64 bit on some new laptops I was imaging. After the drivers and a few apps were installed, the install.wim file was almost 8GB! Obviously, that won't work on the the usual WinPE USB flash drive formatted with FAT32. So, after making a duplicate copy of my Windows 7 install Flash Drive, I used the Windows 7 convert.exe to convert my bootable Windows 7 install FAT32 Flash drive to NTFS. Then I loaded my 8GB install.wim image onto the newly NTFS converted flash drive with ease. Next I booted this drive on my target machine and voila! Image installed without issue. Hope that helps! -Kev

ktraub
  • 1
-2

Few years ago I used HP USB Disk Storage Format Tool and unetbootin to do this. Check it out, should work.

nowak
  • 1