From daf3846ecfd2486b409643584f2fdf6f6d0ba145 Mon Sep 17 00:00:00 2001 From: "kload@kload.fr" Date: Thu, 5 Jun 2014 18:04:02 +0200 Subject: [PATCH] Add boot_and_graphical_install.md --- boot_and_graphical_install.md | 58 +++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 boot_and_graphical_install.md diff --git a/boot_and_graphical_install.md b/boot_and_graphical_install.md new file mode 100644 index 00000000..cb32b865 --- /dev/null +++ b/boot_and_graphical_install.md @@ -0,0 +1,58 @@ +# Graphical installation + +Now that your YunoHost install medium, you can start with the installation. + +## 1. Plug the network cable + +If you want the network configuration to be set up automatically, you have to plug your computer with an **Ethernet** cable **right behind your main router**. + +The wireless connections are not supported yet, and if you use intermediate routers, the network ports opening will not be automatic. + + +## 2. Boot on CD / USB key + +Boot up your server with the USB key or a CD-ROM inserted, and select it as **bootable device** by pressing one of the following keys (hardware specific): +``````, ``````, ``````, ``````, `````` or `````` + +## 3. Launch graphical installation + +You should see a screen like this: + + + + +* Select `Graphical install` + +* Select your language, your location and your keyboard layout + +* If a partition screen appears, confirm. + +
**Caution:** This will totally erase the data on your hard drive
+ + +* Let the installer do the rest, it will download required packages and install them. + +
If it fails, you probably have an Internet connection issue. +Check that your computer is physically connected and retry.
+ +* It should reboot automatically. + +## 4. Proceed to post-installation + +Once booted, your computer should display a screen like this: + + + +You can proceed to post-installation right away, or access the **IP** address shown on this screen from another computer's web browser (usually `http://192.168.x.x`) + + + +If you encounter this error, click on "**Proceed**" or "**Add an exception**" + + + +--- + +#### More information on the post-installation here: + +**[yunohost.org/postinstall](/postinstall)**