After exporting an environment that contains a BFS server profile template, upon an attempt to import the template, the following error is received:
new-OVServerProfileTemplate : The "Use Adapter BIOS" Fibre Channel boot option cannot be
selected with UEFI boot mode.
The connections (as defined in the profileTemplate.ps1) that are configured for BFS look like this:
$conn1 = New-OVServerProfileConnection -name "Deployment Network A" -ConnectionID 1
-PortId "Mezz 3:1-a" -RequestedBW 1000 `
-network $network -bootable -priority Primary
After exporting an environment that contains a BFS server profile template, upon an attempt to import the template, the following error is received:
new-OVServerProfileTemplate : The "Use Adapter BIOS" Fibre Channel boot option cannot be selected with UEFI boot mode.
The connections (as defined in the profileTemplate.ps1) that are configured for BFS look like this:
$conn1 = New-OVServerProfileConnection -name "Deployment Network A" -ConnectionID 1
-PortId "Mezz 3:1-a" -RequestedBW 1000 ` -network $network -bootable -priority Primary$conn2 = New-OVServerProfileConnection -name "Deployment Network B" -ConnectionID 2
-PortId "Mezz 3:2-a" -RequestedBW 1000
-network $network -bootable -priority Secondary `Removing the
-bootable -priority Secondary
allows the profile to complete successfully.Source:
Target after import with the above noted removal: