这个问题最为古怪。装好后系统进入gdm,tty1控制台去一直在报错如下:
/bin/sh: /usr/sbin/termwrap: no such file or directory
/bin/sh: line 0: exec: /usr/sbin/termwrap: cannot execute: no such file or directory
INIT: Id "1" respawning too fast: disabled for 5 minutes
强行中止都没用。特别是最后一句,会定时从tty1控制台广播到其他控制台去,很诡异。折腾好久,终于在
http://johnfry.org/blog/看到一篇文章:
Yesterday I was installing Debian Sarge on a Dell tower from an i386 net install CD, something I’ve done a million times before. But when I rebooted, I got these weird errors:
/bin/sh: /usr/sbin/termwrap: no such file or directory
/bin/sh: line 0: exec: /usr/sbin/termwrap: cannot execute: no such file or directory
INIT: Id "1" respawning too fast: disabled for 5 minutes
The problem, it turned out, was that the installer had left me with some ancient version of /etc/inittab that included calls to termwrap (which isn’t used anymore). A correct, modern version of /etc/inittab was also sitting there, with the name /etc/inittab.real. So I just renamed /etc/inittab.real to /etc/inittab, rebooted, and things worked fine.
事情就是这么诡异,正如这哥们所说,装了N次了,还是存在问题,很郁闷的事情。按照他说的去做,果然OK。不得不佩服这哥们,连这个都想得出来,太牛逼了。