I decided having a play with bhyve was long overdue. I'm following the handbook and have got a very basic question but can't see what I am meant to do:
docs.freebsd.org
So section "24.6.2. Creating a FreeBSD Guest". It has all gone as detailed, I've installed FreeBSD 13.3 from my ISO CD image, and I'm at the last step:
After installing a system in the virtual machine, when the system asks about dropping into a shell at the end of the installation, choose Yes.
Reboot the virtual machine. While rebooting the virtual machine causes bhyve to exit, the vmrun.sh script runs bhyve in a loop and will automatically restart it. When this happens, choose the reboot option from the boot loader menu to escape the loop.
So I'm at the shell after my install. It says "Reboot the virtual machine" - but how? Am I to type
If I do either of those I get stuck in the loop it mentions - and it reboots off my CD image. So "When this happens, choose the reboot option ... escape the loop."
But I don't escape the loop, it just starts a new 10 second countdown and then boots off my CD image again.
I want to get to the next stage in the instructions where I use a different vmrun.sh command to start booting off my fresh install, so I get what the objective is, but I'm not seeing the how.
What is the obvious step or two that I've missed?
Chapter 24. Virtualization
Virtualization software allows multiple operating systems to run simultaneously on the same computer
So section "24.6.2. Creating a FreeBSD Guest". It has all gone as detailed, I've installed FreeBSD 13.3 from my ISO CD image, and I'm at the last step:
After installing a system in the virtual machine, when the system asks about dropping into a shell at the end of the installation, choose Yes.
Reboot the virtual machine. While rebooting the virtual machine causes bhyve to exit, the vmrun.sh script runs bhyve in a loop and will automatically restart it. When this happens, choose the reboot option from the boot loader menu to escape the loop.
So I'm at the shell after my install. It says "Reboot the virtual machine" - but how? Am I to type
reboot (or shutdown -r now)?If I do either of those I get stuck in the loop it mentions - and it reboots off my CD image. So "When this happens, choose the reboot option ... escape the loop."
But I don't escape the loop, it just starts a new 10 second countdown and then boots off my CD image again.
I want to get to the next stage in the instructions where I use a different vmrun.sh command to start booting off my fresh install, so I get what the objective is, but I'm not seeing the how.
What is the obvious step or two that I've missed?