Last active
April 15, 2020 23:08
-
-
Save alvarovm/923c7c56f62126cb6b25d81af7f9ac5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to extend a HDD in vwmare workstation 15.5 (https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html) | |
with a Ubuntu as host and Windows10 guest | |
*Change size of Guest partition in vmware | |
#https://communities.vmware.com/thread/171041 | |
*Add this line: | |
bios.bootDelay = "5000" | |
to vmx-file, vmx-file is located in the guest machine files directory | |
*Download gparted-live ISO | |
*Connect ISO file in DVD/CDROM | |
*Boot and press ESC, select CDROM | |
*Run gparted and change/move partitions | |
*Reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment