On Fri, Aug 17, 2012 at 06:29:10AM +0000, Priebe, Sebastian wrote: > i tried: > ::shutdown:/bin/umount -a -r > ::restart:/sbin/init > ::sysinit:/etc/init.d/rcS > ::respawn:/sbin/getty 921600 tty1 > But that locks my system after boot. > The last message is: starting pid 1092, tty: '': 'getty 921600 tty1'. > After that message I see nothing. No prompt, no login, nothing. And my system > is locked. > Any help appreciated.
Well, maybe you should tell us more about your system. I assume it is an industrial PC? Or some embedded system with serial console? (I wonder about the 921600 baud rate) Check /proc/devices. Check dmesg for messages about "console". check the device nodes in /dev. (BTW, if you working on a live system you can recover by booting with "init=/bin/sh") Johannes _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
