Hi,

I need a VM to always boot from the network.

I could do it using vmctl(8):
# doas vmctl start test -c -B net -b /bsd -n vswitch0
(...)
PXE boot MAC address fe:e1:bb:d1:c5:d8, interface vio0
nfs_boot: using interface vio0, with revarp & bootparams

But I can't find the syntax to be used in vm.conf(5).
Using "boot /bsd" would not use PXE.
Using "boot /pxeboot" would not boot at all.

Is it possible to set the boot device as net in vm.conf ?
Alternatively, is it possible to force lladdr from vmctl ?

Thank you,
Jo

Reply via email to