did two methods,<br> <br> first i did, <br> mount --bind / /mnt<br> MAKEDEV -d /mnt/dev console zero null<br> umount /mnt<br><br> but not work,<br><br> later, arnd method<br> mount --bind / /mnt
<br> cp -a /dev/* /mnt/dev<br> umount /mnt<br><br> don't work too.<br><br> I tried to run bash using --init=/bin/bash with the same result.<br><br><br><br>