Skip to content

Commit 430e3d6

Browse files
authored
feat(bm): add info for start-9-m (#5608)
1 parent d9ab68d commit 430e3d6

File tree

5 files changed

+147
-7
lines changed

5 files changed

+147
-7
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5942,6 +5942,10 @@
59425942
],
59435943
"label": "How to",
59445944
"slug": "how-to"
5945+
},
5946+
{
5947+
"label": "Troubleshooting",
5948+
"slug": "troubleshooting"
59455949
}
59465950
],
59475951
"label": "KVM-over-IP",
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Installation from virtual media not possible on Dedibox Start-9-M servers
3+
description: Learn why installation from virtual media is not supported on Dedibox Start-9-M servers
4+
tags: virtual-media installation start-9-m unsupported
5+
dates:
6+
validation: 2025-10-02
7+
posted: 2025-10-02
8+
---
9+
import Requirements from '@macros/iam/requirements.mdx'
10+
11+
Installation from virtual media allows users to boot servers using custom ISO images over the network.
12+
Dedibox provides an archive of several installation images at [https://virtualmedia.online.net/](virtualmedia.online.net).
13+
However, this feature is currently not supported on specific Elastic Metal server models due to instability issues.
14+
15+
<Requirements />
16+
17+
- A Dedibox account logged into the [Dedibox console](https://console.online.net)
18+
- A Dedibox Start-9-M server
19+
20+
## Affected servers
21+
22+
The following Elastic Metal server models are impacted by this limitation:
23+
24+
- Dedibox Start-9-M
25+
26+
## Reason for lack of support
27+
28+
Installation through virtual media on Dedibox Start-9-M servers is highly unstable due to hardware-specific compatibility issues with the virtual media boot process. We do not currently have a stable solution to resolve these problems.
29+
30+
<Message type="tip">
31+
For alternative installation methods, consider using the default OS images available directly from the Dedibox console or [rescue mode](/dedibox/how-to/use-rescue-mode/) for troubleshooting.
32+
</Message>
33+
34+
## Next steps
35+
36+
1. If you encounter issues during installation, verify your server model in the Dedibox console.
37+
2. Use supported installation options, such as pre-built images from the Dedibox console.
38+
3. Contact [Dedibox technical support](https://console.infra.online.net/en/support/ticket/create) for assistance or updates on future support.
39+
40+
<Message type="note">
41+
We are working on potential solutions and will update this documentation once virtual media support is available for these models.
42+
</Message>
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Dedibox KVM-over-IP
3+
description: Find troubleshooting resources for resolving issues with Dedibox KVM-over-IP.
4+
dates:
5+
posted: 2025-10-02
6+
productIcon: ElasticMetalProductIcon
7+
---
8+
9+
<ProductHeader
10+
productName="Dedibox KVM-over-IP troubleshooting"
11+
productLogo="dedibox"
12+
description="Learn how to fix common issues with Dedibox KVM-over-IP."
13+
/>
14+
15+
## Featured Pages
16+
17+
<Grid>
18+
<Card
19+
title="Understanding Dedibox KVM-over-IP"
20+
description="Technical information about Dedibox KVM-over-IP."
21+
url="/dedibox-kvm-over-ip/understanding-bmc/"
22+
label="See more"
23+
/>
24+
<Card
25+
title="Dedibox KVM-over-IP concepts"
26+
description="Concepts related to Dedibox KVM-over-IP."
27+
url="/dedibox-kvm-over-ip/concepts/"
28+
label="See more"
29+
/>
30+
</Grid>
31+
<Grid>
32+
<Card
33+
title="Dedibox KVM-over-IP Quickstart"
34+
description="Get started with Dedibox KVM-over-IP."
35+
url="/dedibox-kvm-over-ip/quickstart/"
36+
label="See more"
37+
/>
38+
<Card
39+
title="Dedibox KVM-over-IP shared responsibility"
40+
description="Roles of Scaleway and users explained."
41+
url="/elastic-metal/reference-content/shared-responsibility-model/"
42+
label="See more"
43+
/>
44+
</Grid>
45+
46+
## Dedibox KVM-over-IP troubleshooting pages
47+
48+
<LinksList>
49+
- [Installation from virtual media not possible on Dedibox Start-9-M servers](/dedibox-kvm-over-ip/troubleshooting/cant-install-from-virtualmedia/)
50+
</LinksList>
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Installation from virtual media not possible on A610R/A215R Elastic Metal servers
3+
description: Learn why installation from virtual media is not supported on A610R/A215R Elastic Metal servers
4+
tags: virtual-media installation a610r a215r unsupported
5+
dates:
6+
validation: 2025-10-02
7+
posted: 2025-10-02
8+
---
9+
import Requirements from '@macros/iam/requirements.mdx'
10+
11+
Installation from virtual media allows users to boot servers using custom ISO images over the network.
12+
However, this feature is currently not supported on specific Elastic Metal server models due to instability issues.
13+
14+
<Requirements />
15+
16+
- A Scaleway account logged into the [console](https://console.scaleway.com)
17+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
18+
- An A610R or A215R Elastic Metal server
19+
20+
## Affected servers
21+
22+
The following Elastic Metal server models are impacted by this limitation:
23+
24+
- A610R
25+
- A215R
26+
27+
## Reason for lack of support
28+
29+
Installation through virtual media on the A610R and A215R servers is highly unstable due to hardware-specific compatibility issues with the virtual media boot process. We do not currently have a stable solution to resolve these problems.
30+
31+
<Message type="tip">
32+
For alternative installation methods, consider using the default OS images available directly from the Scaleway console or [rescue mode](/elastic-metal/how-to/use-rescue-mode/) for troubleshooting.
33+
</Message>
34+
35+
## Next steps
36+
37+
1. If you encounter issues during installation, verify your server model in the Scaleway console.
38+
2. Use supported installation options, such as pre-built images from the console.
39+
3. Contact [Scaleway technical support](https://console.scaleway.com/support) for assistance or updates on future support.
40+
41+
<Message type="note">
42+
We are working on potential solutions and will update this documentation once virtual media support is available for these models.
43+
</Message>

pages/elastic-metal/troubleshooting/index.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ productIcon: ElasticMetalProductIcon
5858
## Elastic Metal troubleshooting pages
5959

6060
<LinksList>
61-
- [Enabling SSH on Elastic Metal servers running virtualization distributions](/elastic-metal/troubleshooting/enable-ssh-virtualization-distribution)
62-
- [Replacing a failed drive in a RAID1 software RAID](/elastic-metal/troubleshooting/replace-failed-drive-software-raid)
63-
- [Resetting the Administrator password on Windows Server OS](/elastic-metal/troubleshooting/reset-admin-password-windows-server)
64-
- [Troubleshooting common Elastic Metal server access issues](/elastic-metal/troubleshooting/troubleshoot-access-issues)
65-
- [Troubleshooting an Elastic Metal server blocked installation](/elastic-metal/troubleshooting/troubleshoot-installation)
66-
- [Troubleshooting remote access (KVM over IP) issues on Elastic Metal servers](/elastic-metal/troubleshooting/troubleshoot-remote-access-issues)
67-
- [Troubleshooting SSH connection issues on Elastic Metal servers](/elastic-metal/troubleshooting/troubleshoot-ssh-issues)
61+
- [Enabling SSH on Elastic Metal servers running virtualization distributions](/elastic-metal/troubleshooting/enable-ssh-virtualization-distribution/)
62+
- [Replacing a failed drive in a RAID1 software RAID](/elastic-metal/troubleshooting/replace-failed-drive-software-raid/)
63+
- [Resetting the Administrator password on Windows Server OS](/elastic-metal/troubleshooting/reset-admin-password-windows-server/)
64+
- [Troubleshooting common Elastic Metal server access issues](/elastic-metal/troubleshooting/troubleshoot-access-issues/)
65+
- [Troubleshooting an Elastic Metal server blocked installation](/elastic-metal/troubleshooting/troubleshoot-installation/)
66+
- [Troubleshooting remote access (KVM over IP) issues on Elastic Metal servers](/elastic-metal/troubleshooting/troubleshoot-remote-access-issues/)
67+
- [Troubleshooting SSH connection issues on Elastic Metal servers](/elastic-metal/troubleshooting/troubleshoot-ssh-issues/)
68+
- [Installation from virtual media not possible on A610R/A215R Elastic Metal servers](/elastic-metal/troubleshooting/cant-install-from-virtualmedia/)
6869
</LinksList>

0 commit comments

Comments
 (0)