mensagens de erro no debian

os erros que obtinha no wheezy:

getty[11492]: /dev/hvc0: No such file or directory - em auth.log

init: Id "co" respawning too fast: disabled for 5 minutes - em syslog

para resolver é necessário comentar em /etc/inittab a linha:
co:2345:respawn:/sbin/getty hvc0 9600 linux

this line is used for virtualization XEN, if you don't install debian in XEN then comment the line.

http://forums.debian.net/viewtopic.php?f=30&t=65460

alterar a resolução de ecrã da consola

hwinfo --framebuffer para determinar as resoluções possíveis ou no grub com o comando "vbeinfo".

edit /etc/default/grub uncomment the GRUB_GFXMODE=640x480 and change the resolution to something you can use e.g. 1024x768

edit /etc/grub.d/00_header search for: set gfxmode=${GRUB_GFXMODE} on the next line insert: set gfxpayload=keep verify that the new line is before insmod gfxterm

run update-grub

http://wiki.debian.org/GrubTransition

Subscrever