Hello,
I install a virtual box installation
that time not enough space
after that i resize that sapce in host operating system.
then
i go to endless operating system and find disk.
but i am not able to merge unallocated sapce.
fetching some error .
please reply me
Hi!
Maybe you already figured this out by now, but it’s not possible to merge the unallocated space in an Endless OS VM right now. You have to reinstall the VM if you want to do that.
Here are instructions for resizing the downloaded VM image before installing it:
-
In the Terminal, use the
VBoxManage
program to convert the downloaded IMG image to VDI:VBoxManage convertfromraw eos-eos3.0-amd64-amd64.XXXXXX-YYYYYY-ZZZZ.img endlessos.vdi --format VDI --variant Standard
(substitute the real file name for XXXXX, etc.)
-
Resize the virtual hard disk:
VBoxManage modifymedium endlessos.vdi --resize 32768
or, in older versions of VirtualBox:
VBoxManage modifyhd endlessos.vdi --resize 32768
The number 32768 refers to the space in MB that the virtual disk should take up; 32768 MB = 32 GB. You can choose a different number of MB if you want a different size.