Skip to content

Commit

Permalink
Clarify VM boot process
Browse files Browse the repository at this point in the history
  • Loading branch information
hayley-leblanc committed Aug 21, 2024
1 parent 1ef7ee8 commit 9fc22c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ set to `ubuntu`.

You may be prompted to select an OS when booting the VM; if so, hit Enter to select Ubuntu.
The VM will take a minute or so to boot.
Once it has, open a new terminal (on CloudLab, ssh into the CloudLab machine again, from a new terminal) and run `ssh ubuntu@localhost -p 2222`. Enter password `ubuntu`.
Once boot has completed, the terminal will show a login prompt; leave this prompt alone and
open a new terminal (on CloudLab, ssh into the CloudLab machine again, from a new terminal).
In the new terminal, run `ssh ubuntu@localhost -p 2222` to SSH into the VM. Enter password `ubuntu`.
*All subsequent steps for this experiment will be run in the VM*.

In the VM, run the following commands to install dependencies, clone the experiment repo, and to set up emulated persistent memory.
Expand Down

0 comments on commit 9fc22c8

Please sign in to comment.