This is an old revision of the document!


/dev/root is missing on my VPS

Chances are your missing the udev rules needed to create the /dev/root symlink. Create /etc/udev/rules.d/99-dev-root.rules and add the following into it.

KERNEL=="xvda", SUBSYSTEM=="block", SYMLINK+="root"

This should correct this problem