-
Notifications
You must be signed in to change notification settings - Fork 56
General fixes and reformatting to match template + general tweaks #430
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
base: master
Are you sure you want to change the base?
Changes from all commits
e3a753b
b3977ad
6f6ccfe
124cde4
2997962
3d80919
127c1b2
f33c48f
a35bb5f
8ddfae6
5eacf1a
f9765cb
ff3a3aa
1248926
777a8d2
9e3cdf8
630d529
f77b300
346c92f
ede344c
020d762
dc6a616
a62ccbb
242cb0f
e1f4b9f
f6d0d39
4e90df8
a6f7d61
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| --- | ||
| id: virtfusion-iso | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: The guide's source filename remains Prompt for AI agents |
||
| title: Mounting a CD/ISO in VirtFusion | ||
| hide_table_of_contents: true | ||
| sidebar_label: VirtFusion CD/ISO | ||
| description: How to mount an installation or utility image on a VirtFusion VPS. | ||
| keywords: | ||
| - VirtFusion | ||
| - VPS | ||
| - Image | ||
| - ISO | ||
| - CD/DVD | ||
| --- | ||
|
|
||
| Use the Media tab in VirtFusion to mount an operating-system installer, driver image, or other bootable utility on your VPS. | ||
|
|
||
| --- | ||
|
|
||
| ## Mounting the Image | ||
|
|
||
| 1. Sign in to the [VirtFusion dashboard](https://virt.bloom.host/dashboard) and select your VPS. | ||
| 2. Open the **Media** tab. | ||
| 3. Under **CD/DVD-ROM**, select the image you want to mount. | ||
| 4. Click **Insert**. VirtFusion will configure the VPS to boot from the mounted CD/DVD image. | ||
|
|
||
|  | ||
|
|
||
| The VPS will not restart automatically, do so manually after following the VNC steps below. | ||
|
|
||
| --- | ||
|
|
||
| ## Continuing Through VNC | ||
|
|
||
| Use the VNC console to interact with the installer or utility provided by the mounted image. Follow the [VirtFusion VNC guide](/VPS/virtfusion-vnc) to enable and open the console. | ||
|
|
||
| After finishing, return to the **Media** tab and eject the image so the VPS boots from its virtual disk normally. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| --- | ||
| id: virtfusion-rescue | ||
| title: Virtfusion Rescue Mode | ||
| hide_table_of_contents: true | ||
| sidebar_label: Virtfusion Rescue Mode | ||
| title: VirtFusion Rescue Mode | ||
| hide_table_of_contents: false | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: The newly visible TOC groups the entire rescue procedure under “Prerequisites,” making navigation misleading. Consider promoting the three procedural headings to H2 sections, consistent with the contributor template’s top-level section guidance. Prompt for AI agents |
||
| sidebar_label: VirtFusion Rescue Mode | ||
| description: We'll explain how to start our VPS in Rescue Mode and access it. | ||
| keywords: | ||
| - Virtfusion | ||
| - VirtFusion | ||
| - Virt | ||
| - Rescue Mode | ||
| - Rescue | ||
|
|
@@ -16,11 +16,13 @@ keywords: | |
|
|
||
| ## Overview | ||
|
|
||
| In this guide we'll learn how to access our VPS via our Virtfusion Bloom panel in "Rescue Mode". | ||
| In this guide we'll learn how to access our VPS via our Bloom.host VirtFusion panel in "Rescue Mode". | ||
|
|
||
| --- | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| Before following this guide, make sure you've enabled VNC and opened the Console. To do so, follow our [Virtfusion VNC Guide](https://docs.bloom.host/VPS/virtfusion-rescue)- | ||
| Before following this guide, make sure you've enabled VNC and opened the Console. To do so, follow our [VirtFusion VNC Guide](/VPS/virtfusion-vnc). | ||
|
|
||
| ### Starting Rescue Mode | ||
|
|
||
|
|
@@ -30,23 +32,23 @@ Rescue Mode boots a minimal operating system independent of the server's main di | |
|
|
||
| First, we'll head over to our panel and access the specific VPS we want to manage, we can do so by logging in to our [dashboard](https://virt.bloom.host/dashboard) | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Once we've selected our server, we'll want to head over to the "Options" tab as shown above. We'll pick the second option of all the subtabs available, as shown in the screenshot. Here we can click "Create Rescue Session" to begin the process. Debian Live is the only rescue image available at the moment. | ||
|
|
||
| ### Opening Console | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Now we can return to our VNC Console tab. Here we'll be prompted to input our credentials. If we see any message besides the log in prompt, we can press "Enter" to go into log in. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Your credentials will be sent to you via email at the registered address. The email will look much like the example above. The credentials are ephemeral, as is the OS itself. Just don't share your credentials while Rescue Mode is on as you'll be fine. The email will be similar to our example above. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| As you can see, the credentials you'll receive are not so easy to type manually. VNC doesn't support pasting in content from your clipboard (keep in mind, VNC doesn't sync with anything but your raw key by key presses and mouse movements). But, as explained in the VNC guide, and as shown above, Virtfusion's VNC Console has a paste feature! | ||
| As you can see, the credentials you'll receive are not so easy to type manually. VNC doesn't support pasting in content from your clipboard (keep in mind, VNC doesn't sync with anything but your raw key by key presses and mouse movements). But, as explained in the VNC guide, and as shown above, VirtFusion's VNC Console has a paste feature! | ||
|
|
||
| Now you are logged in and ready to continue with your task in Rescue Mode. | ||
|
|
||
|
|
@@ -56,6 +58,6 @@ Now you are logged in and ready to continue with your task in Rescue Mode. | |
| To minimize attack vectors, it's recommended that VNC be only enabled as needed. Disabling the function between uses. | ||
| ::: | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Once you are done with your task within the rescue OS, you'll want to return to your normal OS. To end the Rescue Session, simply return to the panel and click the banner button that presents you with the option to "End Rescue Session". | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: The Markdown-guide sentence has awkward singular/plural wording, lowercases “Markdown,” and leaves trailing whitespace. “For more information about using Markdown” is clearer and consistent with the linked page title.
Prompt for AI agents