Project

General

Profile

Actions

Feature #4533

open

Boot options configuration for VMware guests

Added by Bryce Camp about 10 years ago. Updated about 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources - VMware
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

The ability to change the "Options" for a vmware guest would be very important. For example, the configuration of hot-plug and boot options are commonly used in enterprises.


Related issues 2 (0 open2 closed)

Related to Foreman - Feature #1946: Addition VMWare options required for VM creationResolved11/15/2012Actions
Related to Boot disk - Feature #19013: It would be useful if Boot Retry was enabled or configurableClosedTimo Goebel03/23/2017Actions
Actions #1

Updated by Dominic Cleal about 10 years ago

  • Category set to Compute resources
Actions #2

Updated by Angelo Lisco about 10 years ago

Maybe we can mark this as a child of http://projects.theforeman.org/issues/1946

Actions #3

Updated by Dominic Cleal about 10 years ago

  • Related to Feature #1946: Addition VMWare options required for VM creation added
Actions #4

Updated by Dominic Cleal over 9 years ago

  • Category changed from Compute resources to Compute resources - VMware
Actions #5

Updated by Mathieu Parent over 8 years ago

Mem and CPU hotplug has a separate ticket : http://projects.theforeman.org/issues/8295

This one should be retitled to focus on "boot options".

Actions #6

Updated by Dominic Cleal over 8 years ago

  • Subject changed from Vmware guest Options to Boot options configuration for VMware guests
Actions #7

Updated by Mathieu Parent over 8 years ago

A powershell snipset to limit boot modes :

$VM = YourVMName
$spec = New-Object VMware.Vim.VirtualMachineConfigSpec
$spec.extraConfig += New-Object VMware.Vim.OptionValue
$spec.extraConfig[0].key = "bios.bootDeviceClasses" 
$spec.extraConfig[0].value = "allow:net,hd,cd" 

Note that option sets only list of allowed device classes, not their
order - so 'allow:net,cd' and 'allow:cd,net' are equivalent.

Ref : http://download3.vmware.com/sample_code/Perl/VMBootOrder.html

Actions #8

Updated by Greg Koch about 7 years ago

  • Related to Feature #19013: It would be useful if Boot Retry was enabled or configurable added
Actions

Also available in: Atom PDF