no tty console in Gutsy

1. sudo vi /etc/initramfs-tools/modules and add fbcon and vesafb
so my /etc/initramfs-tools/modules looks like:
fbcon
vesafb
2. sudo update-initramfs -u
3. sudo vi /etc/modprobe.d/blacklist-framebuffer
change the line 'blacklist vesafb' to '# blacklist vesafb'
4. reboot and everything is fine"

我用lsmod | grep fb 可以看到内核并没有加载framebuffer,所以,我切换tty没有显示究竟是偶然出现还是上面的帮助,不得而知。


Last modified on 2007-10-22