There are a number of possible solutions to this issue, but they must be performed before SEE is installed. Any SEE encrypted systems already seeing this issue will need to be reset and reimaged. If it is installed, Lenovo R & R will also need to be removed, and any hidden partitions also. This may mean cloning the system.
Warning: these steps may have serious consequences if used on systems that have multiple partitions on the primary disk. This is because the MBR is being reset which will result in all partition information except the primary partition being lost.
- The best solution is to reset the Master Boot Record using the "fixmbr" tool in Rescue Console mode of the OS (e.g. XP) installation CD. This should reset the MBR and keep all the secondary partition information intact. There is still a small risk to Secondary partitons that should be kept in mind.
- A Second option would be to use the Symantec tool gdisk. Running "gdisk32 1 /mbr /z" has the advantage that it can be run from within Windows. However, it will reset the MBR completely and will not keep references to Secondary partitions on the disk. If there is only one partition on the disk, this method will work effectively.
- A third possibility would be to use "Fdisk /mbr" to do this operation, but this also will only work if there is only one partition present on the disk, it can only be run from DOS, and it will replace the boot sector with a DOS boot sector so it is not recommended.