After having played around a bit, I know one thing for sure: Suse isn’t made for me. I herefor want to switch distro ASAP on my strato server. I basically followed this ‘tutorial’.
I first booted my virtual server into the rescue operating mode, which I use as a demolition operating mode. After logging in on the virtual server (in repair mode) I entered the following commands:
h961153:/repair # cd /repair/
h961153:/repair # rm -r .gnupg/ [^p]* proc/
h961153:/repair # w-get http://files.armorica.tk/strato/debian-3.1-i386-miniserver.tar.gz
...
h961153:/repair # tar -xzf debian-3.1-i386-miniserver.tar.gz
h961153:/repair # rm debian-3.1-i386-miniserver.tar.gz
h961153:/repair # ls
. .. bin boot dev etc home initrd lib media mnt opt private-backup
proc .rnd root sbin srv sys tmp usr var
h961153:/repair #
As you can see, after extracting the .tar file I downloaded form armorica.tk (Thanks henk), an entire filesystem was created. After rebooting I had to fix a few issues with the RSA fingerprint which wasn’t much of a problem. The package I used has a default password, so that’s a last step I need to do:
dolf@dolf:~$ ssh root@louisiana.hostdelight.com
Password: kb3pI3qD7wP8
h961153:~# passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
h961153:~#
That’s all.