Code: Select all
[samveen@bmc ~]$ VBoxManage --version
5.0.8r103449Code: Select all
VBoxManage controlvm spare10 poweroff
VBoxManage modifyvm spare10 --boot1 net
VBoxManage startvm --type headless spare10
<--OS install via netboot/kickstart -->
<--Stuck in Netboot/OS install Loop -->
So, I was wondering if there is any way to change the boot sequence of a VM TEMPORARILY, for JUST NEXT BOOT and reset back to old boot sequence automatically, 2nd power cycle onward.
Something like this:
Code: Select all
VBoxManage controlvm spare10 poweroff
VBoxManage modifyvm spare10 --boot1 disk
VBoxManage modifyvm spare10 --nextboot net
VBoxManage startvm --type headless spare10
<--OS install via netboot -->
# Nothing to do as we're done
Any help/pointers would be greatly appreciated.