First I prefer to do all the steps here as the root user. So if you haven’t already created a root login, you should do so now: #sudo passwd root Afterwards, log in as root: #su Then update : #apt-get update Then we install all needed packages like this: #apt-get install kernel-package libncurses5-dev fakeroot wget [...]