We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If inside VM linux: u-root does provide shutdown command, and it shuts down the system, but does not exit the VM.
shutdown
shutdown -r for rebooting leads to proper VMexit.
shutdown -r
Which is kinda weird behaviour.
The text was updated successfully, but these errors were encountered:
Thanks for bug report! I was able to reproduce in my environment that "shutdown -r" cause an exit with "CPU 0 exits" message, but "shutdown" does not.
It may be related to #87.
Sorry, something went wrong.
Indeed the same issue.
No branches or pull requests
If inside VM linux:
u-root does provide
shutdown
command, and it shuts down the system, but does not exit the VM.shutdown -r
for rebooting leads to proper VMexit.Which is kinda weird behaviour.
The text was updated successfully, but these errors were encountered: