Running the command
ren c:\bootmgr deletemelatter
returns with
the system cannot find the file specified.
when i do
dir /a c:\
i see the bootmgr there. But it wont run the command
** Update **
- bcdedit /export C:\BCD_Backup
- c:
- cd boot
- attrib bcd -s -h -r
- ren c:\boot\bcd bcd.old
- bootrec /RebuildBcd
when i run these commands it finds the windows installation and i add it to the boot list. if afterwards i run the bootrec /scanos it says it finds 0 installtions.
I have also ran the commands to make sure the drive and partition are active.