How to boot Raspberry Pi without starting x-server?

You can set this in the raspi-config:

sudo raspi-config

Under 3, "Boot Options", you can set to only load console without X.

Alternatively this command should also do the trick:

sudo update-rc.d lightdm disable

You cannot comment on this entry