Issue: In my case i have 8GB of space on my windows OS disk 0 But when i trued to extend the C driver from disk manager, the extend option is greyed out. Solution: 1.Open "Command manager" (run->cmd) 2.Type "diskpart" 3.Type "list disk" 4.Type: "select disk 0" -> if your disk is different change the # 5.Type: "List partition" 6. Note down the "Recovery partition #" having size of ~500MB 7.Type "Select partition 3" 8.Type " delete partition override" 9.Tyep "select partition 2" ->partition # from step3, our Cdriver partition 10.Type "extend" Done
1.Upload esxi ISO image to VM Essentials UI-Library->>Virtual Images: 2.Create a VM instance selecting the OS:ESXI Network adpater typer: E1000 Select 300GB disk size Select 32GB RAM 3.Once VM created .Login to KVM host: virsh edit <VMNAME> update network type: e1000e example: <interface type = 'network'> <mac address = '00:24:00:0f:12:7c'/> <source network = 'Management'/> <model type = 'e1000e'/> </interface> virsh destroy <VMNAME" virsh start <VMNAME" 4.Use SATA disk for all the storage