Ratankumar Posted February 25, 2010 Posted February 25, 2010 Hi, I'm trying to execute the following command:BCDEDIT.EXE /store ""E:\Boot\BCD"" /set {default} device partition=C: ORBCDEDIT.EXE /store ""E:\Boot\BCD"" /set {default} device partition=C:I get this error message:An error has occured setting the element data.The request is not supported.Here, 1. 'C': and 'E:' drives are dynamic partitions of size 40 GB and 100 MB respectively....2. command executed in WinPe environment to restore Windows 2008 Server - R2 3. 'C:' drive contains system root (Windows\system32\)4. 'E:' is created at the time of W2K8 R2 installation by installer, where boot information is kept (e.g Boot, BootMgr, BOOTSECT.BAK etc.) 5. The above command works fine when both partitions are Primary Partitions...I want to execute it when partitions are Dynamic Partitions...Can you tell me what is the solution...?--Thanks,__Ratankumar__
cluberti Posted February 25, 2010 Posted February 25, 2010 http://support.microsoft.com/kb/314470On computers that are running the Intel x86 line of CPU processors and later versions, the system volume must be a primary volume that is marked as active. This requirement can be fulfilled on any drive on the computer that the system BIOS searches when the operating system starts.The system volume can be the same volume as the boot volume. However, this configuration is not required.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now