13
Although, via msconfig I couldn't find the "continue with the installation" partition in my disk as a start up thread, nor with disk management, the solution is really simple:
Open command prompt: cmd
Type bcdedit (as Marcos suggested)
You will find the booting partitions (this term doesn't really exist)
Spot the partition that says "Continue with installation" as a description
Copy its {identifier} (yeah, that long number)
Finally, type bcdedit /delete {identifier}, where in the place of identifier you have to put the identifier you selected. (Make sure to keep the identifier between braces {..} ).