Installer Raspbian en CLI : https://raspbian-france.fr/installer-raspbian-premier-demarrage-configuration/
Pour activer SSH avant le premier démarrage, créer un fichier 'ssh' à la racine de la partition boot.
Pour modifier le mot de passe root : sudo passwd
À des fins de tests, privilégier BerryBoot pour gagner en flexibilité.
https://raspbian-france.fr/comment-installer-plusieurs-os-sur-la-raspberry-pi-avec-berryboot/
Pour éviter tout conflit, il est préférable de désinstaller le paquet network-manager.
Exemple de configuration en DHCP avec une interface WiFi et une interface filaire :
auto lo iface lo inet loopback auto enxb827eb57ffbf allow-hotplug enxb827eb57ffbf iface enxb827eb57ffbf inet dhcp auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
wpa_passphrase ssid MyPassword
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=FR network={ ssid="my-ssid" psk="MyPasswoardHashed" key_mgmt=WPA-PSK }
Application : https://kodi.tv/ OS : https://osmc.tv/