Not to bore anybody but I just found summet interesting.
Regarding my HDD with the four partitions on. Three 32gb fat32 partitions and one large remaining NTFS partition.
Using Diskpart I cleaned it and created three new partitions, two 32gb and one large remaining sized one, all NTFS file system.
Using your guide I tried to add the boot code to the first 32gb partition to make a Win 7 installer. It did NOT work, just threw errors at me.
error
Did A little Googling and It seemed to be cause It was using a mounted Win 7 image and that would not work on UEFI ???? No Idea why.
Anyway, simple cure.
I just ran Command Prompt as Admin and typed
f = HHD Drive letter of the Win 7 installer partition
BINGO !!!
Boot code was written to the chosen partition.
Copied the Windows 7 files.
Slung the HDD in my test rig, and it booted up into the Windows 7 installer and began to install.
So Windows 7 also installs from a NTFS file system.
By the way, test rig drive is a M.2 drive inside of a M.2 > Sata adapter. ( Basicly a SSD )
Windows 7 installed and running and installed from a NTFS drive....
Now simply gunna try the
on a Win 10 installer and see what happens..
Regarding my HDD with the four partitions on. Three 32gb fat32 partitions and one large remaining NTFS partition.
Using Diskpart I cleaned it and created three new partitions, two 32gb and one large remaining sized one, all NTFS file system.
Using your guide I tried to add the boot code to the first 32gb partition to make a Win 7 installer. It did NOT work, just threw errors at me.
error
This tool can only be run on systems booted using a PC/AT BIOS. This system was booted using EFI or some other firmware type.
Did A little Googling and It seemed to be cause It was using a mounted Win 7 image and that would not work on UEFI ???? No Idea why.
Anyway, simple cure.
I just ran Command Prompt as Admin and typed
Code:
bootsect /nt60 f:
f = HHD Drive letter of the Win 7 installer partition
BINGO !!!
Boot code was written to the chosen partition.
Copied the Windows 7 files.
Slung the HDD in my test rig, and it booted up into the Windows 7 installer and began to install.
So Windows 7 also installs from a NTFS file system.
By the way, test rig drive is a M.2 drive inside of a M.2 > Sata adapter. ( Basicly a SSD )
Windows 7 installed and running and installed from a NTFS drive....
Now simply gunna try the
Code:
bootsect /nt60 f: