Skip to content
New issue

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

Update how-to-create-a-virtual-machine-from-scratch.md #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/how-to-create-a-virtual-machine-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ ISO image the first time it comes up.
Please note that the path for the ISO image will be the relative path of
the ISO to the zone you are in. This is why it starts with the '/'

If you are booting from an img file rather than an iso, this may not work.
Instead try:

vmadm boot b8ab5fc1-8576-45ef-bb51-9826b52a4651 disk=/debian.img,ide

## Use VNC to Connect to the VM

The `vmadm` tool can print out the information on the VM. You can also
Expand Down