Hello lpilar97 and welcome to Seven Forums.
My guess is that your bcd is somehow pointing to your cdrom drive, instead of the local disk.
To fix that:
1. Start Windows having the DVD in the drive. (so that it starts)
2. Find out which drive letter does Windows 7 installation use. It is probably
C:. (Open Computer, open your hard disk drives. The one that Windows 7 is installed on, will have folders : Users, Program Files, Windows)
3. Open an
elevated command prompt (run as administrator) and type the following 3 lines (in
bold):
bcdedit /set {current} device partition=C: bcdedit /set {current} osdevice partition=C: bcdedit /set {current} path \windows\system32\winload.exe
(REPLACE
C: on both above if your windows 7 partition letter is different)
Remove the DVD from the drive, restart your computer, and see if it helps.