Originally posted by Guedes
Could anyone give me a link to download the recovery cd boot for windows 7 64bits:
In windows 7 there is no such thing as a recovery disk. The option to repair your computer from a recovery disc was removed when Vista came out and was also omitted from 7. Windows 8 will once again include a recovery CD.
Your best option is to download an official and untouched copy of Windows 7, preferably OEM (Original Equipment Manufacturer). Then follow these instructions.
Originally posted by another user
To run the Bootrec.exe tool, you must start Windows RE. To do this, follow these steps:
Put the Windows Vista or Windows 7 installation disc in the disc drive, and then start the computer.
Press a key when you are prompted.
Select a language, a time, a currency, a keyboard or an input method, and then click Next.
Click Repair your computer.
Click the operating system that you want to repair, and then click Next.
In the System Recovery Options dialog box, click Command Prompt.
Type Bootrec.exe, and then press ENTER.
Source:
You must login or register to view this content.
Alternatively you may use or try any of the other tools in Windows RE. These instructions are just specifically related to using Bootrec.exe to fix boot issues.
I hope this helps. I can link you to a torrent for the Windows 7 OEM that I have used in the past if you would like.
---------- Post added at 01:04 PM ---------- Previous post was at 12:59 PM ----------
Originally posted by Guedes
Could anyone give me a link to download the recovery cd boot for windows 7 64bits:
I have provided some commands in the spoiler that can be used in Bootrec.exe
/FixMbr
The /FixMbr option writes a Windows 7 or Windows Vista-compatible MBR to the system partition. This option does not overwrite the existing partition table. Use this option when you must resolve MBR corruption issues, or when you have to remove non-standard code from the MBR.
/FixBoot
The /FixBoot option writes a new boot sector to the system partition by using a boot sector that is compatible with Windows Vista or Windows 7. Use this option if one of the following conditions is true:
The boot sector has been replaced with a non-standard Windows Vista or Windows 7 boot sector.
The boot sector is damaged.
An earlier Windows operating system has been installed after Windows Vista or Windows 7 was installed. In this scenario, the computer starts by using Windows NT Loader (NTLDR) instead of Windows Boot Manager (Bootmgr.exe).
/ScanOs
The /ScanOs option scans all disks for installations that are compatible with Windows Vista or Windows 7. Additionally, this option displays the entries that are currently not in the BCD store. Use this option when there are Windows Vista or Windows 7 installations that the Boot Manager menu does not list.
/RebuildBcd
The /RebuildBcd option scans all disks for installations that are compatible with Windows Vista or Windows 7. Additionally, this option lets you select the installations that you want to add to the BCD store. Use this option when you must completely rebuild the BCD.