Sometimes when I chroot into some folder , I could use reboot to reset my box, but sometimes I can't.
So I want to know why I could do that sometimes and why.
UPDATE
The chroot environment is another Linux system installed on a different partition and I prepare the chroot as follows:
mount --bind /dev chroot/dev
mount --bind /sys chroot/sys
mount -t proc proc chroot/proc

