Registrado em: Oct 27, 2005 Mensagens: 531 Localização: Rio - RJ
Enviada: Dom Jul 06, 2008 10:21 pm Assunto:
SCHMITT
Vamos lá meu caro:
Faça o procedimento de boot, e deve aparecer uma tela de prompt, posto que voce não está com o boot grafico.
Ao aparecer o prompt, entre como root:
$ su -
$ senha de root
# cd /etc
# gedit inttab ( esse comando é para que voce possa editar a tabela)
Deve aparecer algo assim:
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:
voce deve trocar o
id:3:initdefault para id:5:initdefault
Salvar o arquivo e rebootar, e no próximo boot a interface do boot grafico deverá aparecer. _________________
RWagner
" ..passarinho que anda com morcêgo, acaba dormindo de quengo prá baixo ..." ..Zeca Pagodinho
Obrigado pela dica rweu mas o default que possuo no inttab já é o id5 do x11
Código:
# inittab is only used by upstart for the default runlevel.
#
# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
#
# System initialization is started by /etc/event.d/rcS
#
# Individual runlevels are started by /etc/event.d/rc[0-6]
#
# Ctrl-Alt-Delete is handled by /etc/event.d/control-alt-delete
#
# Terminal gettys (tty[1-6]) are handled by /etc/event.d/tty[1-6] and
# /etc/event.d/serial
#
# For information on how to write upstart event handlers, or how
# upstart works, see init(8), initctl(8), and events(5).
#
# Default runlevel. The runlevels used are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault: