- Once the VM is created, start it. The first time you boot the VM, you'll access the loader's main menu to
- select and configure the DSM model you want to build. Once the loader is created, this step will be skipped
- unless you manually force a reconfiguration from the boot monitor.
+ Once the VM is created, start it. The first time you boot the VM, you'll access the loader's main menu to select
+ and configure the DSM model you want to build. Once the loader is created, this step will be skipped unless you
+ manually force a reconfiguration from the boot monitor. All loaders also have the option to configure the loader
+ via a web interface.
{activeLoader === "arc" && (
+
+
+ Web interface, To access the web interface, simply open a web browser and enter
+ the IP address shown in the VM's console output. For example, in our case: http://192.169.0.32.
+
+
+
+
+
+ Terminal interface, Access it directly from the VM's console output.
+
+
)}
{activeLoader === "rr" && (
-
-
- In the case of RR, you'll need to manually enter the following command to open the
- menu:
+
+
+ Web interface, To access the web interface, simply open a web browser and enter
+ the IP address shown in the VM's console output. For example, in our case: http://192.169.0.33.
-
- ./menu.sh
-
-
+
+
+
+
+ Terminal interface, Access it directly from the VM's console output by typing menu.sh on the screen
+
+
+
+ caption="RR Loader Terminal Interface"
+ />
)}
{activeLoader === "tinycore" && (
+
+
+ Web interface, To access the web interface, simply open a web browser and enter
+ the IP address shown in the VM's console output. For example, in our case: http://192.169.0.35.
+
+
+
+
+
+ Terminal interface, Access it directly from the VM's console output. Keep an eye on
+ the screen, as at some point it may prompt you to press a key to continue or ask if you want to change the language.
+
+
)}
@@ -437,13 +479,12 @@ export default function Page() {
Select DSM Version
- After selecting the model, you need to choose the DSM version you want to install. In some loaders (such as
- arc), you may encounter additional options at this stage.
+ After selecting the model, you need to choose the DSM version you want to install.
{activeLoader === "arc" && (
-
+
+
+
{activeLoader === "arc" && (
-
+
- Arc gives you the option to configure automatically or manually adjust the settings.
+ Arc gives you the option to configure automatically or manually adjust the settings.
+ If automatic configuration is selected, the loader will start applying the necessary settings and will
+ automatically reboot once the process is complete.
-
- {/* STARTING DSM INSTALLATION */}
+ {/* STARTING DSM INSTALLATION */}
@@ -767,7 +809,6 @@ export default function Page() {
-
function ImageWithCaption({ src, alt, caption }: { src: string; alt: string; caption: string }) {
return (