Like the responses in SU mentioned the encrypted partition onto which windows was installed is not really a ntfs partition - it contains data in a format only safeboot can understand. Now to have dual boot in such a system would have needed you to resize the partition before Safeboot encryption was setup.
There is one way to reach the situation you want (dual boot with Windows on a safeboot encrypted partition and ubuntu on another), if the following prerequisites are met:
- You are willing to backup all the data and reinstall ubuntu
- You are willing to backup all the data and reinstall windows and windows apps
- You are willing to setup the encryption again.
- You have some kind of windows or safeboot rescue cd (see this)
Even with all these, the method I can think of has some caveats. Read along. These are the steps:
backup all data in ubuntu partition. To make restoration easier you could note the list of packages already installed by running the following command and backing up the resulting selections.txt file
sudo aptitude --get-selections > ~/selections.txt
Boot into ubuntu livecd / liveusb and delete the ubuntu partition.
- From within the same live user session, resize the ntfs partition to its original size (the size it was before you started to install ubuntu).
- reboot with the safeboot+windows resuce cd and repair the system.
Ideally this should detect a damaged boot record and should restore the possibility to boot back into windows within the encrypted partition.
Caution
I am totally not aware of safeboot and never used it and don't know if there is a rescue cd or if it can do step 4. The step 4 is only a helpful suggestion based on a few minutes of googling. Take support of your IT or of mcaffee if possible.
With the above you should have your system back at the same state before you started installing ubuntu.
Now you need to resize your ntfs partition - this is not possible by fdisk, gparted or the ubuntu installer if the partition is encrypted. So, if it is possible, turn off encryption temporarily and decrypt the entire partition in place temporarily, then resize it and turn back encryption on. Again I am a total illiterate novice w.r.t safeboot trying to help with an abstract conceptual suggestion the practical application of which you need to figure out. If switching back to non-encrypted mode temporarily is not possible (due to tool constraints or lack of space) then u need to back up all data and settings and application information and re-install windows and apps again after re-partitioning the disk (because, repartitioning will mean a reformat of entire disk in this case).
If you get this far, putting back ubuntu on the remaining space available should be trivial. Good luck !