1. press win+r and type diskmgmt.msc
2. click on your C: drive
3. below the list of drives there will be a partition map, the first partition will be Data or some such, listed at 100MB, right click on it and go to change drive letters and paths -> add -> now choose Y: for the drive letter
**If you need to resize the partition I have used http://www.partition-magic.org/server-free.html with great success. This is a free version for server, but it works on Win 7 and up.
4. open an admin cmd prompt, in win8 you can press win+x and choose command prompt (admin), in win7 you have to create a shortcut for cmd.exe, then go to compatibility in the shortcut properties, and choose run as admin
5. type: Y: in the cmd window
6. run these commands:
takeown /f . /r /d y
icacls . /grant administrators:F /t
attrib -h -s -r bootmgr
NOTE: for the icacls command you can use your username instead of administrators, to find out your username type 'whoami'
7. now open explorer (win+e) go to the Y: drive under compuer, go into the Boot folder, and delete all languages other than en-US. Languages are in the form xx-XX. Make sure to shift+delete and not just delete so they don't go to the recycle bin. Empty the recycle bin afterwards just in case.
8. now go back to the admin command prompt, and type this command:
Windows 7 use this command
chkdsk Y: /F /X /L:5000
Windows 8 Use this command
chkdsk Y: /F /X /sdcleanup /L:5000
this truncates the NTFS log to 5MB, it can be very very big, not leaving enough space for the install
at the end of the output it should tell you that you have at least 50MB of free space on the partition
9. proceed with the windows 10 installation