VMWARE 부팅 POST화면 시간 설정

참고 : https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004129

To make it easier to access the BIOS setup screen, edit the configuration (.vmx) of the virtual machine and add or edit one of these options:

bios.forceSetupOnce = "TRUE"

This forces entry to the BIOS setup at startup.

bios.bootDelay = "xxxx"

This adds a delay to the initial POST screen, showing it for longer and giving you more time to access the BIOS setup, where xxxx is the number of milliseconds to show the POST screen (There are 1000 milliseconds in a second.). The maximum value for the boot delay is 10000 milliseconds or 10 seconds.

To make changes to the .vmx (virtual machine configuration file):

  1. Shutdown the virtual machine.
  2. Edit your .vmx file to include one of the two options above. For more information, see Editing the .vmx file for your Fusion virtual machine (1014782).

To make changes to the .vmx (virtual machine configuration file):

  1. Shut down the virtual machine.
  2. Edit the .vmx file to add one of the two options above. For more information on editing a .vmx file, see Tips for editing a .vmx file (1714).

To make changes to the configuration file:

  1. Shutdown the virtual machine.
  2. Connect to the service console of the ESX host.
  3. Enter this command to unregister the virtual machine you want to modify:
vmware-cmd -s unregister /vmfs/volumes/VMname/vm.vmx

where VMname and vm.vmx are the working directory and virtual machine configuration file name on your system.

Note: A return status of 1 indicates the virtual machine was unregistered successfully.

  1. Modify the configuration file of the virtual machine using either of the options detailed above.
  2. Type the following command to register the virtual machine:
vmware-cmd -s register /vmfs/volumes/VMname/vm.vmx

where VMname and vm.vmx are the working directory and virtual machine configuration file name on your system.

Note: A return status of 1 signals the virtual machine was registered successfully.

To make these changes using the graphical interface:

  1. Connect to vCenter Server/VirtualCenter using the VMware Infrastructure/vSphere Client.
  2. Right-click on the virtual machine you want to edit in the Inventory view.
  3. Click Edit Settings > Options > Boot Options.
  4. Set the Power-on Boot Delay or select Force BIOS Setup.

To enter the BIOS setup for the guest operating system, click VM > Power > Power On to BIOS.

로그인하면 댓글을 남길 수 있습니다.
  • vmware_부팅_post화면_시간_설정.txt
  • 마지막으로 수정됨: 2016/09/27 08:34
  • 저자 koov