To increase the BIOS delay time of your guest OS, open the folder containing your VMWare image (on Windows it should be on C:\Data\Virtual Machines\<YOUR_IMAGE_NAME).
Open with Notepad++ the file with extension .vmx and modify or edit the setting
bios.bootDelay = "5000"
The delay is in milliseconds and the maximum value you can set is 10000 (10 seconds).
Alternatively if you put the line:
bios.forceSetupOnce = "FALSE"
You will get always the BIOS settings. So no crazy fast F2 typing required! This is useful for one-time changes (typically to change the boot sequence).
Another interesting link is this one, that explains how to increase the disk space on the guest os using gparted.
Source:
https://kb.vmware.com/
My Tips and Tricks for C#, C, C++, MatLAB, Java, LaTeX, Python and more!
Showing posts with label vmware. Show all posts
Showing posts with label vmware. Show all posts
Saturday, February 27, 2016
Monday, January 12, 2015
How to configure a static IP address for a CentOS Virtual Machine
How to configure a static IP address. Here you find the useful reference I found:
http://www.doublecloud.org/
http://www.doublecloud.org/
Subscribe to:
Posts (Atom)