Witam, dziś szybki opis jak zaktualizować Debiana 8 Jessie (Stable) do wersji Debian 9 Stretch (Unstable)
1. Instalacja GRUB-a
mkdir /boot/grub apt-get update; apt-get install grub grub-mkconfig -o /boot/grub/grub.cfg
2. Podmiana Repozytoriów
echo 'deb http://security.debian.org testing/updates main' > /etc/apt/sources.list echo 'deb http://ftp.debian.org/debian/ testing main' >> /etc/apt/sources.list
3. Aktualizacja
apt-get update; apt-get dist-upgrade -y
4. Ponowne uruchomienie systemu:
reboot