mount /dev/sdaX /mnt/
mount --bind /dev/ /mnt/dev/ mount --bind /proc/ /mnt/proc/ mount --bind /sys/ /mnt/sys/
chroot /mnt/
exit reboot