doc/plug_and_boot.md

18 lines
961 B
Markdown
Raw Normal View History

2014-06-05 01:41:06 +02:00
# Plug and boot your server up
2016-11-04 11:29:48 +01:00
* Plug your server in wired Ethernet, or configure the wifi connection as explained [here](https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md). You can also mount the second partition of the SD card and edit the wpa-supplicant.conf file prior to boot the card for the first time - on Windows you can use [Paragon ExtFS](https://www.paragon-software.com/home/extfs-windows/), don't forget to unmount everytime for changes to take effect.
2014-06-05 01:41:06 +02:00
* Do not forget to **plug a screen** if you want to see how boot is going, and a keyboard if you want to have a **command-line access** to your server.
2016-11-04 11:29:48 +01:00
* Power up the server, wait for the first reboot to happen, and then wait until you see a big squared `Y` :
2014-06-05 01:41:06 +02:00
<br>
<div class="text-center"><img src="/images/boot_screen.png">
2014-06-05 01:41:06 +02:00
2014-06-06 12:39:46 +02:00
<p markdown="1">
2014-06-05 01:41:06 +02:00
*Write down the `IP address` field visible on the screen: It is your server's **local IP address**.*
</p>
2016-11-04 11:29:48 +01:00
</div>