(SOLVED) How to convert Dynamic Hard disk to Basic and no device drivers found,Virtual disk service error,delete page file

Hi guys today i came with new perfect and working solution for converting dynamic hard disk to basic and also creating partitions during installation of Operating system
Here are the clear steps to follow
Normally it should look like Basic as you can see in the below image











diskpart
list disk
select disk 0
clean
create partition primary size=xxxxxx(in mb)
format fs=ntfs */quick
assign
active
list volume
exit
cd e:(drive letter where booted os available)
xcopy e: c:/e/h/k   (c: represent newly created partition)
exit



after that restart and do os here now you can create partitions now as well and select where os should install manually